body {
	color: #000;
	padding: 0;
	margin: 0;
	font: normal 13px "trebuchet MS",Verdana,sans-serif;
	behavior:url("csshover.htc");
}
#header {
	width:100%; 
	height:110px;
	margin:0 auto;
	background-image: url(../images/logo-header.jpg);
	background-repeat: no-repeat;
/*	background-color: #bdc;*/
/*	background-color:#777;*/
	color:black;
}
#header p {
/*	padding-top: -10px;*/
	margin-top: -70px;
	margin-left: 150px;
	font: normal 40px "trebuchet MS",Verdana,sans-serif;
}

/** ##### Start Navigation Definition ##### */
#navigation {
/*	background-color: transparent;*/
	position: absolute;
	top: 130px;
/*	left: 7px;*/
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
	border-bottom: 1px solid #fff;
}
#navigation ul li {
	position: relative;
	font: normal 12px "trebuchet MS";
}
#navigation li ul {
	position: absolute;
	left: 129px;
	width: 90px;
	top: 0;
	display: none;
	background-color: #AA8C52;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
* html li, * html a {height:1%}
/* End */

#navigation li li ul {
	position: absolute;
	left: 89px;
	top: 0;
	widthh: 90px;
	display: none;
/*	background-color: #CC0033;*/
}

#navigation ul li ul {
	opacity: 0.9;
/*	filter:alpha(opacity=90);*/
/*	-moz-opacity:0.9;	*/
}
#navigation ul ul li ul {
	opacity: 0.9;
	filter:alpha(opacity=90);
/*	-moz-opacity:0.9;	*/
}

#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #fffff8;
	background: #9BB269;
	padding: 5px;
	padding-left: 30px;
	border: 1px solid #fff;
	border-bottom: 0;
}

#navigation ul li a:hover {
	color: #ffffe8;
	background: #93AA69;
}
#navigation li ul li a { 
	padding: 2px 5px 2px 15px; 
	background: #AA8C52; 
}
/*third hierarchy*/
#navigation ul li ul li ul li a { 
	font: normal 12px "trebuchet MS";
	position: relative;
	padding: 2px 5px 2px 15px; 
	background: #99B566; 
/*	float:right;*/
/*	display:none;*/
}
#navigation ul ul ul li a:hover {
	background: #999966;
}
/*#navigation ul li ul li ul { display:block; }*/
/*#navigation ul li ul li ul li {position: relative}*/
/*third*/

#navigation li ul li a:hover { background: #998C52;}
#navigation li:hover ul { display: block; }
/*#navigation li li a:hover ul li { display:block; }*/
#navigation li.over ul { display: block; }
#navigation li li.over ul  { display: block; }
#navigation ul li ul li.over ul li  { display: block; }
/* ----- End Navigation Definition ----- **/


#main {
	height: 100%;
	background-color: #FFF;
}

/** ##### Right box with news headlines ###### */
#newsbox {
/*	border: 1px solid #000000;*/
/*	margin-bottom:0;*/
/*	margin-right: 5px;*/
/*	margin-left: 5px;*/
	width: 175px;
	height: 100%;
	float: right;
	margin-top: 0px;
	padding-top: 20px;
	margin-right: 0px;
	background-color: #DDE4CF;
	background-repeat: no-repeat;
	background-image: url(../images/news_panel.gif);
	color:black;
}
#newsbox h1 {
/*	color: #799441;*/
	color: #325B0A;
	font: bold 12px "Trebuchet MS";
	margin-bottom: 0;
	margin-top: 0.4em;
	padding: 0.5em;
}
#newsbox h2 {
	font: normal 10px "Trebuchet MS";
	margin-top: -0.5em;
	margin-bottom: 0;
	padding-left: 1em;
}
#newsbox p {
	padding-left: 1em;
	margin-top: 0;
	margin-bottom: 1em;
	font: normal 10px "Trebuchet MS";
}
#newsbox a {
/*	color: #799441;*/
	color: #325B0A;
}
* html #newsbox h1 { height: 1%; }
/* ------ End of newsbox content ----- **/

/** ##### Right box with impress ###### */
#impbox {
	width: 175px;
	height: 100%;
	float: right;
	margin-top: 0px;
	padding-top: 20px;
	margin-right: 0px;
	background-color: #DDE4CF;
	background-repeat: no-repeat;
	background-image: url(../images/kontakt_panel.gif);
	color:black;
}
/** ##### Right box with impress for English version ###### */
#impboxEN {
	width: 175px;
	height: 100%;
	float: right;
	margin-top: 0px;
	padding-top: 20px;
	margin-right: 0px;
	background-color: #DDE4CF;
	background-repeat: no-repeat;
	background-image: url(../images/contact_panel.gif);
	color: #FFFFFF;
}
#impbox h1, #impboxEN h1 {
	color: #325B0A;
	font: bold 12px "Trebuchet MS";
	margin-bottom: 0;
	margin-top: 0.4em;
	padding: 0.5em;
}
#impbox h2, #impboxEN h2 {
	font: normal 10px "Trebuchet MS";
	margin-top: -0.5em;
	margin-bottom: 0;
	padding-left: 1em;
}
#impbox p, #impboxEN p {
	padding-left: 1em;
	margin-top: 0;
	margin-bottom: 1em;
	font: normal 10px "Trebuchet MS";
	color: #000000;
}
#impbox a, #impboxEN, a {
	color: #325B0A;
}
* html #impbox h1 { height: 1%; }
/* ------ End of impress content ----- **/

#inhalt {
	margin-left: 145px;
	margin-right: 5px;
	margin-top: 20px;
	background: #fff;
	height: 100%;
	max-width: 1000px;
	min-width: 600px;	
/*	background-color: #DDE4CF;*/
	background-color: #FFF;
/*	border: 1px solid #000;*/
}

#maincontent {
	background-color: #fff;
/*	padding: 1em;*/
/*	margin: 0 205px 20px 0;*/
	margin-right: 190px;
	margin-bottom: 20px;
/*	height: 100%;*/
/*	border: 1px solid #000;*/
/*	border-right: 5px solid #bdc;*/
}
#maincontent h1 {
	font: normal 24px Georgia;
	margin-top: 0;
}
#maincontent h2 {
	font: normal 20px Georgia;
	margin-bottom: 0;
}
#maincontent h3 {
	font: normal 16px Georgia;
	margin-top: 0;
}
#maincontent a {
	color: #325B0A;
}
#maincontent p {
/*	width: 300px;*/
}
#maincontent pre {
   color: #333;
   background-color: #ddd;
   padding: 1em;
}
#maincontent pre em {
   color: #920;
}
h1 {
   font: 1.7em  "trebuchet MS",Verdana,sans-serif;
/*   padding: 0.5em;*/
}
div.centering { 
	position: fixed;
	display: table;
	width: 100%;
} 
div.center {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
div.centering p {
	display: table-cell;
	text-align: center;
}
img.center { 
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
} 

/* ### Bild mit Bildunterschrift ### */
dl.right { 
	display: table;
	float: right;
/*	width: 200px;*/
	margin: 0 0 1em 1em;
} 
dl.left { 
	display: table;
	float: left;
/*	width: 200px;*/
	margin: 0 1em 1em 0;
} 
dt img {
	display: block; 
} 
dd {
	padding: 0;
	margin: 0.5em 0;
	font-family: Georgia;
	font-size: 11px; 
} 
dl.wide { 
	display: table;
	float: none;
/*	width: 400px;*/
	margin: 0 1em 1em 0;
}
dl.wide dt {
	float: left;
}
dl.wide dd {
	font-family: "trebuchet MS",Verdana,sans-serif;
	font-size: 13px;
/*	display: table;*/
	float: right;
}
dl.bio dt {
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
dl.bio dd {
	font-family: Georgia;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
}

#rightcontent {
	float: right;
	width: 50%;
/*	border: 1px solid black;*/
}
#rightcontent h1 {
	margin-top: 0;
}
#leftcontent {
	float: right;
/*	width: 45%;*/
/*	border: 1px solid black;*/
/*	margin-left: 20px;*/
}
ul.jung {
	list-style: none;
}
#footer {
	height: 15px;
	width:100%;
	margin: 0 auto;
	text-align:center;
	font: normal 11px Georgia;
	background: #345E09;
	color: #FFFFF8;
}
