body {

	text-align:center;
	background:#bbb9b9;
	font-family:"Arial";
}
h1 {
	font-family:"Arial Black";
	font-size:30px;
	margin-top:0px;
	font-weight:normal;
	padding:0px 0px 20px 0px;
}
.contentheading {
	font-family:"Arial Black";
	font-size:30px;
	margin-top:0px;
	font-weight:normal;
	padding:0px 0px 20px 0px;
}

h2 {
	font-size:12px;
	font-weight:bold;
}
img  {
	border:0px;
}
img a  {
	border:0px;
}
#container {
	background:URL("../images/container_bg.jpg") repeat-y;
	width:908px;
	margin:auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-size:12px;
}
#header{
	background:URL("../images/header.jpg") no-repeat;
	height:214px;
	width:908px;
}
#menubox{
	background:URL("../images/menu_bg.jpg") repeat-x;
	margin:0px 51px 0px 56px;
	height:37px;
	border-bottom:5px solid #747065;
}
#mainmenu {
	padding:0px;
	margin:0px;
	list-style:none;
}
#mainmenu li {
	float:left;
	color:white;
	font-weight:bold;
	border-right:1px solid #747065;
}
#mainmenu a {
	color:white;
	text-decoration:none;
	display:block;
	padding:8px 10px 14px 10px;
}
#mainmenu a:hover {
	background:URL("../images/menu_hover.jpg") repeat-x;

}


#mainmenu #current {
	background:URL("../images/menu_active.jpg") repeat-x;

}

#mainmenu .active {
	background:URL("../images/menu_active.jpg") repeat-x;

}
#submenubox {
	background:#747065;
	width:174px;
	margin: 3px 30px 0px 57px;
	float:left;
	color:white;
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 100px 0px;
	min-height:200px;
}
#sublevel-nav {
	margin:20px 0 0 0;
	padding: 0 0 0 0px;
	list-style:none;
}
#sublevel-nav li {
	float:left;
	color:white;
	font-weight:bold;
	width:174px;
}
#sublevel-nav a {
	color:white;
	text-decoration:none;
	display:block;
	padding:3px 10px 3px 10px;
}
#sublevel-nav a:hover {
	background:#f29c00;
	color:black;
}
#sublevel-nav #current {
	background:#f29c00;
	color:black;
}
#sublevel-nav .active {
	background:#f29c00;
	color:black;
}
#topmenu {
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:30px 41px 0 0;
	padding:0;
}
#topmenu li {
	float:left;
	color:white;
	font-weight:bold;
}
#topmenu a {
	color:white;
	text-decoration:none;
	display:block;
	padding:8px 10px 14px 10px;
}
#content{
	font-size:12px;
	float:left;
	color:#333333;
	min-height:500px;
	margin:20px 0px 0px 0;
	width:500px;
	text-align:justify;
}
#content p {
	line-height:130%;
}
#footer{
	background:URL("../images/footer.jpg") no-repeat;
	clear:both;
	float:bottom;
	color:white;
	font-size:12px;
	height:186px;
	text-align:center;
	width:908px;
}
#footer p{

	margin-top:57px;

}
.content {
	border:1px solid #747065;
}
.content th {
	background:#747065 none repeat scroll 0 0;
	color:white;
	width:100px;
	padding:5px;
}
.content td {
	padding:2px 5px 2px 5px;
	
}
.flotte {
	border:0;
	padding:3px;
}
.flotte th{
	font-weight:bold;
	text-align:left;
}
.flotte td {
	vertical-align:top;
}
