a:link { color: #801628; text-decoration: none}
a:hover { color: #801628; text-decoration: underline}
a:visited {  color: #801628; text-decoration: none}
a:active {  color: #FF0000; text-decoration: none}

#socialFacebook { float: left; padding: 1px 5px 0 0; }
#socialMedia { float: left; width: 250px; margin-bottom: 5px; }
#socialTwitter { float: left; padding: 1px 5px 0 15px; }

.rahmentext_weiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	text-decoration: none;
	font-weight: normal
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal
}

.sbtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #801628;
	text-decoration: none;
	font-weight: bold;
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #801628;
	text-decoration: none;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: normal
}

.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal
}

.titel_orange {
	color: #FF9933;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	text-align: center;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: url(img/nav_bg.gif) bottom left;
	border: 1px solid #801628;
	border-width: 1px;
	width: 160;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background: url(img/nav_bg.gif);
	background-color: #ffb760;
	padding: 2 10 2 10;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #801628;
	text-decoration: none;
	font-weight: normal;
	text-align: left
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

.tpad {
	padding-bottom : 3;
	padding-left : 3;
	padding-right : 3;
	padding-top : 3;
}

.tnopad {
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
}

