body, html {
	background-image:url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color:#949494;
	color:#000000;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size:11px;
	background-color: #A0A0A0; 
	height: 100%;
	min-height: 100%;
	margin:0;
}



.container {
	margin:0 auto;
	width:766px;
	min-height: 100%;
	height: 100%;
	background-color: #ffffff;
}

.main_table{
	margin:0 auto;
}

.shadow_l{
	background-image:url('../images/shadow_l_bg.gif');
	background-repeat: repeat-y;
}

.shadow_r{
	background-image:url('../images/shadow_r_bg.gif');
	background-repeat: repeat-y;
}

.header{
	width:766px;
	height:92px;
	background-image:url('../images/header.jpg');
	color:#C3C3C3;
	clear:left;
}

.navigation{
	float:left;
	width:207px;
	height:179px;
	background-image:url('../images/navigation_bg.jpg');
}

.subnavigation{
	float:left;
	width:207px;
	padding-top:3px;
}

a{
	color:#A0002F;
}

.menu{
	padding-left:20px;
	color:#A0002F;
	background-image:url('../images/line.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	height:18px;
	padding-top:2px;
}

.menu_a{
	padding-left:20px;
	color:#4C4D4F;
	background-image:url('../images/line.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	height:18px;
	padding-top:2px;
	font-weight:bold;
}
.menu_a a{
	color:#4C4D4F;
    text-decoration:none;
}
.menu a{
	color:#A0002F;
    text-decoration:none;
}

.adress{
	line-height:1.2em;
	color:#C3C3C3;
	padding-left:20px;
	font-size:10px;
	position:absolute;
	bottom:0px;
	padding-bottom:15px;
}


.content{
	float:left;
	margin-left:20px;
	margin-top:20px;
	width:480px;
}


.titel{
font-size:18px;
color:#A0002F;
font-weight:bold;
}

.footer{
	text-align:right;
	padding-right:10px;
	padding-bottom:10px;
	color:#C3C3C3;
	font-size:10px;
	background-color:#FFF;
}
.footer a, .adress a, .header a{
	color:#C3C3C3;
}

hr{
	border:0px;
	 border-top: solid 1px #C3BCAB;
	 border-bottom:solid 0px transparent;
}

ul
{
margin-top:0px;
padding-top:0px;
}
