/* ************** STRUCTURE ************** */

body {  background: url(img/bg_main.png) repeat-x top center fixed; border: none;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #a52121;
	text-align: left;
	margin: 0;
	padding: 0;
        text-decoration:none;
}

img.noborder {
	border: 0;
	margin: 0;
	padding: 0;	
}

.topNavi {
	float:left;
	position:relative;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left:2px;
	padding-right:20px;

}

.topNavi a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.dropDownBox {
	position:absolute;
	width:230px;
	text-align:left;
	top:20px;
	border-bottom: 1px solid #2b0102;
	border-left: 1px solid #2b0102;
	border-right: 1px solid #2b0102;
	font-weight:normal;
	visibility:hidden;
	font-size: 12px;
	color: #000000;
	background-color: #b8888a;
	text-decoration: none;
}

.dropDownBox a {
	text-decoration:none;
	display:block;
	width:380px;
	padding:4px 10px;
	color: #570008;
	font-size: 12px;
}

.dropDownBox a:hoover {
	font-size: 12px;
	text-decoration:none;
}

.dropDownBoxContent {
	font-size: 12px;
	padding:10px 0px;
}

.dropDownNavi {
	font-size: 12px;
	color: #a40000;
	border-bottom: 1px solid #cbadae;
	text-decoration: none;
}

.dropDownNaviActive {
	color: #a40000;
	background-color:#cbadae;
	border-bottom: 1px solid #cbadae;
	text-decoration: none;
}

.table_menu {
        background-image:url(img/bg_iframe.png);
        background-repeat:repeat-x;
}

.table_inhalt {
        background-image:url(img/bg_iframe.png);
        background-repeat:repeat-x;
}

.table_werbung {
        background-image:url(img/bg_iframe.png);
        background-repeat:repeat-x;
}

.table_abstand {
        background-image:url(img/bg_main.png);
        background-repeat:repeat-x;
}




