#weg-rechts {
	padding: 15 10px;
	float: right;
	width: 170px;
	border: 5px dotted #B7292E;
	text-align: center;
}
#slogan-weg {
	width: 460px;
	float: left;
	height: 35px;
	margin-left: 10px;
	padding-top: 45px;
	padding-left: 20px;
	background-color: #FFFBF0;
}

a.weg {
	position: relative;
	border-bottom: 1px dotted #2D140F;
	color: #4a0100;
}

a.weg:hover {
	background-color: transparent;
	cursor: text;
	color:#4A0100;
	text-decoration: none;
	font-weight:normal;
	line-height: 20px;
}

a.weg span { display: none; }
a.weg:hover span {
	display: block;
	padding: 20px 12px;
	position: absolute;
	top: -260px;
	left: -44px;
	width: 440px;
	border-left: 5px solid #862424;
	background-color: #EEE8DB;
	color: #2D140F;
	text-decoration: none;
}

