/* CSS Document */
body {
	margin:0 0 0 0;
	background-image:url(../img/bg.gif);
	background-repeat:repeat;
	}
#border {
	width:100%;
	height:100%;
	text-align:center;
	}

#main {
	height:78px;
	width:800px;
	background-image:url(../img/header.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#B43033;
	text-align:right;
	padding-right:15px;
	}
#spacer {
	width:815px;
	height:4px;
	font-size:1px;
	background-color:#808080;
	}
#main_table {
	width:815px;
	height:600px;
	background-color:#DDDDDD;
	}
#main_table_left {
	width:200px;
	vertical-align:top;
	height:100%;
	}
#main_table_right {
	width:615px;
	vertical-align:top;
	height:100%;
	}
#content {
	width:615px;
	height:585px;	
	background-color:#FFFFFF;
	border-left:1px solid #B43033;
	vertical-align:top;
	margin-top:25px;
	}
.content {
	color:#828282;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	vertical-align:top;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:20px;
	}
.content a {
	color:#B43033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:underline;
	}
.content a:hover {
	color:#B43033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:none;
	}
h1 {
	color:#828282;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0 0 0 0;
	}
#footer_top {
	width:615px;
	height:2px;
	background-image:url(../img/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#B43033;
	border-left:1px solid #B43033;
	}
#footer_bottom {
	width:615px;
	height:3px;
	background-color:#808080;
	border-left:1px solid #B43033;
	}
#infobox_top {
	width:191px;
	height:88px;
	background-color:#C2C2C2;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
	padding-left:15px;
	table-layout:fixed;
	}
#infobox_bottom {
	width:191px;
	height:18px;
	background-image:url(../img/infobox.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
div#adresse {
	background-image:url(../img/gmelin_moll.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:30px;
	padding-left:15px;
	width:155px;
	height:85px;
	position:absolute;
	bottom:0px;
	margin-left:20px;
	color:#808080;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	font-weight:bold;
	}
div#adresse a{
	color:#B43033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	font-weight:bold;
	text-decoration:none;
	}
div#menu {
	display:block;
	width:80%;
	height:150px;
	position:relative;
	top:20px;
	left:20px;
	}
.menu-level1 {
	padding-top:5px;
	width:160px;
	border-bottom:2px solid #A8A8A8;
	}
.menu-level1 a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13pt;
	color:#000000;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	}
.menu-level1 a:hover {
	color:#B43033;
	}
.menu-level2 {
	margin-left:30px;
	padding-top:2px;
	width:130px;
	border-bottom:1px solid #C67E80;
	}
.menu-level2 a {
	color:#808080;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	}
.menu-level2 a:hover {
	color:#000000;
	}

