html {
	height:100%;
}
body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:1.4;
	background-color:#3b3834;
	text-align: center;
	min-width: 900px;
	font-size:8pt;
	margin:10px;
	min-height:101%;
	padding:0pt;
}
body a {
	text-decoration:none;
	color:#838383;
	font-size:10pt;
}
body a:hover {
	color:#FFFFFF;
}

.selected a {
	color:#FFFFFF;
}

#site {
	margin:0 auto;
	width:900px;
	text-align:left;
}
#header {
	width:900px;
	height:175px;
	max-width:900px;
	/*overflow:hidden;*/
}
#image_flow {
	width:900px;
	height:109px;
	max-width:900px;
	overflow:hidden;
}
#image_flow img {
	border:0px;
	width:150px;
	height:109px;
}

#menu {
	z-index: 100;
	width:900px;
	height:66px;
	text-align:center;
	background-color:#656565;
	float: left;
	position:relative;
	left:0px;
	top:0px;
	/*margin-top:-4px;
	margin-top:0px !important;*/
}
#menubottom {
	height:20px;
	background-color:#7C7C7C;
}
/*
#menu a {
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
}
#menu a:active {
	color:#000000;
}
#menu img {
	width:1px;
	height:30px;
	/* white-space:nowrap; */
/*}*/
.menupadding {
	/*
	position:relative;
	top:5px;
	left:0px;
	*/
	padding-right:16px;
	padding-left:16px;
}
.menuspacing {
	position:relative;
	top:-5px;
	left:0px;
	width:1px;
	height:30px;
	background-color:#000000;
}

#menu table {
	border:0px;
	margin-top:10px;
	text-align:center;
	width:100%;
}
/*.withsubmenu:hover {
	color:#FF0000;
}*/
#main {
	position:relative;
	top:0px;
	left:0px;
}
#submenu {
	position:relative;
	top:0px;
	left:0px;
	width:190px;
	height:400px;
	padding:10px;
	padding-left:20px;
}
#spacer {
	position:absolute;
	top:0px;
	left:210px;
	width:10px;
	padding-top:10px;
}
#spacer img {
	width:1px;
	height:400px;
}
#content {
	position:absolute;
	top:0px;
	left:240px;
	width:500px;
	padding-top:10px;
}
#contenttext {
	width:500px;
	text-align:justify;
	padding-top:160px;
}
#titel {
	padding:0px;
	margin:0px;
	margin-bottom:30px;
	color:#d1563d;
	font-size:11pt;
}
#contentmenu {
	position:absolute;
	top:0px;
	left:770px;
	width:250px;
	padding:10px;
}
/*
#images_1 {
	position:relative;
	top:0px;
	left:0px;
}
*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------MENU STYLE------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#menu a {
	display: block;
	margin: 0;
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
	/*vertical-align:top;*/
}
#menu a:hover { color: #000; }

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
	left:0px;
	width:100%;
	text-align:center;
	background-color:#7C7C7C;
}
/*  background-color:#7C7C7C; */
#menu ul ul a:hover { color: #d1563d; }
#menu ul ul a { font-size:8pt; font-weight:normal; }
/*
#menu ul ul ul { position: absolute; top: 0; left: 100%; }

div#menu ul ul, div#menu ul li:hover ul ul , div#menu ul ul li:hover ul ul {display: none;}

div#menu ul li:hover ul, div#menu ul ul li:hover ul , div#menu ul ul ul li:hover ul {display: block;}
*/
div#menu ul ul {display: none;}
div#menu ul li:hover ul {display: block;}

#content td { vertical-align: top; font-size: 8pt; }
#content div { 	color:#838383;
font-size: 8pt; }
.white { color:#FFFFFF; }
#menusel  a { color:#000000; }
