* { 
 margin: 0; 
 padding: 0;
}

body{
 min-width: 950px;
 text-align: center;
}

/*html, body { background-color: #CDE; }*/

#container {
 position: static;
 width: 90%;
 min-width: 1024px;
 height: 82%;
 min-height: 500px;
 margin: 10px auto;
 background-image: url(http://www.zum-leistruper-wald.de/zlwmedia/bg1.gif);
 background-position: left;	
 background-position: top;
 color: #333;
 border: 0px solid gray;
 overflow: scroll;
 }

#thisheadline {
 width: 90%;
 min-width: 800px;
 margin: 10px auto;
 clear: both;
 padding: .5em;
 border: 0px solid gray
 color: #ffffff;
 background-color: #227162;
}

#toc{
 z-index: 1;
 text-align: left;
 background-image: url(http://www.zum-leistruper-wald.de/zlwmedia/bg2.gif);
 background-position: 200px;	
 background-repeat: repeat-y;
 position: relative;
 float: left;
 width: 225px;
 padding: 10px;
 padding-top: 2em;
 line-height: 1.5;
 margin: auto;
 height: 92%;
}

#text{
 white-space: normal;
 position: relative;
 float: left;
 text-align: center;
 width: 40%;
 padding-left: 10px;
 padding-right: 35px;
 padding-top: 2em;
 padding-bottom: 2em;
 right: 0px;
 left: 5%;
 margin: 0 auto;
}

#news{
 z-index: 1;
 background-image: url(http://www.zum-leistruper-wald.de/zlwmedia/bg2.gif);
 background-position: 0 0;
 background-repeat: repeat-y;
 position: relative;
 right: 0px;
 float: right;
 text-align: center;
 width: 250px;
 padding-right: 10px;
 padding-left: 22px;
 padding-top: 2em;
 padding-bottom: 2em;
 /*margin: auto;*/
 height: 92%;
}

#sep1{
 position: relative;
 float: left;
 left: 12px;
 background-image: url(http://www.zum-leistruper-wald.de/zlwmedia/bg2.gif);
 background-position: right;	
 background-position: top;
 background-repeat: repeat-y;
 /*min-height: 600px;*/
 height: 100%;
 width: 25px;
 padding:0px;
 spacing:0;
}

#sep2{
 position: relative;
 float: right;
 background-image: url(http://www.zum-leistruper-wald.de/zlwmedia/bg2.gif);
 background-position: right;	
 background-position: top;
 background-repeat: repeat-y;
 /*min-height: 600px;*/
 height: 100%;
 width: 25px;
 padding:0px;
 spacing:0;
 right: 210px;
}

#footer {
 margin: 0px auto;
 width: 90%;
 height: 2em;
 min-width: 800px;
 clear: both;
 /*bottom: 1px;*/
 padding-left: .5em;
 padding-right: .5em;
 padding-top: 5px;
 padding-bottom: 5px;
 color: #ffffff;
 background-color: #227162;
 border-left: 1px solid gray;
 border-right: 1px solid gray;
 border-bottom: 1px solid gray;
 /*border-top: 1px solid gray;*/
}


:lang(de) { quotes:"\201E" "\201C" "\201A" "\2018"; }
q:before { content:open-quote;}
q:after { content:close-quote;} 

a:link  {
	color:#347668;
	}
a:hover  {
	color:black;
	}
a:visited  {
	/*color:lightgrey;*/
	color:white
	}

a.footer:link  {
	color:blue;
	}
a.footer:hover  {
	color:black;
	}
a.footer:visited  {
	/*color:lightgrey;*/
	color:white
	}

#toc p, #news p { margin: 0 0 1em 0; }

#toc ul li {
display: block;
}

/*
#navigation2 ul li a {
color: red;
text-decoration: none;
padding: 0 1em;
}

#navigation2 ul li a.active,#navigation2 ul li a:hover,
#navigation2 ul li a:active {
text-decoration: underline;
}

#content h2 { margin: 0 0 .5em 0; }
*/

#footer p {
 padding: .5em;
}