
body {
	text-align: center; /* zentriert alle Elemente, die im Body sind, auch den wrapper */
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0%;
	padding: 0%;
	background: #DDDDDD url(../images/scanline.gif) repeat;
}

	/* Hides from IE5-mac \*
	* html #wrapper {height: 1%;}
	/* End hide from IE5-mac */ 

#container {
	text-align: left;
	margin: 5px auto;
	width: 850px;
	min-height: 100%; 
	height: auto !important;  /* für moderne Browser */
	height: 100%;  /*für den IE */
	background: #f3f0da;
	
	color: #403010;
	border-left: 1px solid #886622;
	border-right: 1px solid #886622;
	border-top: 1px solid #886622;
	line-height: 20px;
	
}

#header {
	width: 850px;
	height: 150px;
	margin: 0 0 20px 0;
	/*background: #CEB28C url(../images/header.jpg) top left no-repeat;*/
}


#navigation {
	margin-top: -10px;
	position: relative;
	float: left;
	width: 200px;
	min-height: 250px;
	/*height:auto !important;  /* für moderne Browser */
	height: 500px;	
}

#content {
	position: relative;
	margin-top: 10px;
	margin-left: 210px;
	padding: 10px; 
	width: 620px;
	min-height: 500px;
	height:auto !important;   für moderne Browser */
	height: 500px;
	background-color: #F3F0DA;	
	font-size: 0.8em;
}
#footer {
	color: #403010;
	position: relative;
	margin: -25px auto 0 auto;
	font-size: 0.7em;
	height: 20px;
	width: 850px;
	background: #D3D0BA;
	text-align: right;
}




ul#menu {
	list-style-type: none;
	padding: 1em 1em 1em 0em;
	margin-top: 10px;
	margin-left: 10px;
	
}

ul#menu li a {
	font-weight: bold;
	display: block;
	font-size: 0.75em;
	line-height: 16px;
	border-left: 5px solid #886622;
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: transparent;
	color: #403010;
	text-decoration: none;
	width: 150px;
}

ul#menu .active {
	font-weight: bold;
	display: block;
	font-size: 0.75em;
	line-height: 16px;
	border-left: 5px solid #886622;
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D3D0BA;
	color: #403010;
	text-decoration: none;
	width: 150px;
}

ul#menu a:hover {
	display: block;
	font-size: 0.75em;
	line-height: 16px;
	border-left: 5px solid #800000;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #403010;
	text-decoration: underline;
	background-color: #ffffff;
	width: 150px;
}



/*#aktuell {
	margin-top: 100px;
	margin-left: 10px;
	width: 180px;
	height: 180px;
	background: #FFFFFF;
	border: 1px solid #000000;
}*/

.struct-tab td {
	padding: 10px 20px 10px 0px;;
	border-bottom: 1px solid #403010;
	font-size:: 0.9em;
	color: #111111;
	padding: 5px;
	text-align: left;
}

.struct-tab td {
	font-size: 0.7em;	
	vertical-align: top;
}



#content h1 {
	padding-left: 10px;
	padding-bottom: 0px;
	font-size: 1em;
	font-style: italic;
	color: #403010;

}

#content h2 {
	font-size: 13px;
	text-decoration: underline;
	color: #403010;
}

#content h3 {
	font-size: 15px;
	text-decoration: underline;
	color: #403010;
}

#content p {
	padding-left: 10px;
	font-size: 12px;
}

#content a {
	color: #330000;
	text-decoration: underline;
}

#content a:hover {
	color: #800000;
	text-decoration: underline;
}

#content td {
	padding-left: 10px;
	font-size: 12px;
}

.news {
background-color:#D3D0BA;
/*background-color: #CC9966;*/
margin-left: 30px;
width: 500px;
padding: 20px 10px 20px 30px;
border: 1px solid #886622;
}

.list {
   padding-bottom: 15px;

}

#footer a {
	color: #330000;
	text-decoration: underline;
}

#footer a:hover {
	color: #800000;
	text-decoration: underline;
}
.copy {
	padding-right: 10px;
}

.ro {
	background: url(../images/ro.jpg) top right no-repeat;
}

.lo {
	background: url(../images/lo.jpg) top left no-repeat;
}

.ru {
	background: url(../images/ru.jpg) bottom right no-repeat;
}

.lu {
	background: url(../images/lu.jpg) bottom left no-repeat;
}
