/* CSS Document */

* {
padding: 0;
margin: 0;
}


body {
text-align: center;
font-family: Times New Roman, Times, serif;
background-color: #F0FFF0;
}


/* Container */

#screen {
margin: 0 auto;
background-color: transparent;
width: 95%;
text-align: left;
padding: 0;
}

#kopf1 {
width: 100%;
height: 120px;
margin: 15px;
background-color: #F0FFF0;
background-image:url(../images/logo_neu.gif);
background-repeat: no-repeat;
color: #fff;
text-align: left;
}
#kopf1 a {
padding: 3px;
margin: 7px 0;
font-weight: bold;
font-size: 0.8em;
color:  #fff;
text-decoration: underline;
}

#kopf1 a:hover {
background-color: #f0fff0;
} 
#kopf1 a:active {
background-color: #ffffff;
color: #f0fff0;
}
#kopf1 a:focus {
background-color: #ffffff;
color: #f0fff0;
} 

#kopf1 h2 {
font-size: 1.5em;
font-weight: bolder;
font-family: Times New Roman, Times, serif;
color: #ffffff;
margin: 50px 0px 20px 0px;
}

#leftmenue {
float: left;
width: 220px;
margin-top: 10px;
background-color: #f0fff0;


}
#leftmenue ul li {
list-style-type: none;
}
#leftmenue a {
display: block;
font-size: 1 em;
font-weight: lighter;
text-decoration: none;
width: 190px;
margin: 2px 0;
padding: 0px 0px 0px 0px;

color: #000000;

}
#leftmenue a:hover {
background-color: #669966;
color: #f0fff0;
}

#text {
width: 65%;
background-color: #f0fff0;
margin-left: 230px;
padding-right: 20px;
color: #000;
font-size: 0.9em;
border-right-color: #669966;
border-right:  dotted;

}

#text p,li,a {
	
	margin: 0px;
 	line-height: 1.5em;
	color:#000000;
}

#text h1 {
font-size: 2em;
font-stretch: wider;
font-weight: normal;
font-family: "palatino Linotype", Times New Roman, Times, serif;
color: #000000;
margin:0px 20px 20px 0px;

}

#text h2 {
font-size: 1.3em;
margin-left: 0px;
margin-top: 30px;
color:#000033

}
#text h3 {
margin-left: 0px;
margin-top: 30px;
color:#000033;

}
#text h4 {
margin-left: 0px;
margin-top: 30px;
color:#000033;

}

#footer {
width: 100%;
background-color: #f0fff0;
color: #669966;
font-size: 0.8em;

}
h1 {
font-size: 2em;
font-stretch: wider;
font-weight: normal;
font-family: "palatino Linotype", Times New Roman, Times, serif;
color: #ffffff;
margin: 35px 20px 20px 0px;
}

h2 {
font-size: 1.5em;
font-weight: bold;
color: #000000;
margin: 35px 0px 20px 0px;
}

h3 {
font-size: 1.1em;
color: #000000;
margin: 20px 20px 5px 0px;
}

h4 {
font-size: 1.25em;
font-weight: bolder;
font-family: Times New Roman, Times, serif;
color: #ffffff;
margin: 35px 20px 20px 0px;
}

h5 {
font-size: 1.2em;
font-weight: normal;
font-family: "Times New Roman", Times, serif;
color: #669966;
margin: 20px 20px 20px 0px;
}

h6 {
font-size: 0.7em;
font-weight: normal;
margin-right: 1em;
text-align: right;
}

#text a {
color: #669966;
font-weight: bold;
}

#text a:visited {
color: #669966;
}

#text a:hover {
background-color: #f0fff0;
color: #669966;
} 
#text a:active {
background-color: #f0fff0;
color: #669966;
} 
#text a:focus {
background-color: #f0fff0;
color: #669966;
} 

#text img {
margin-right: 1em;
float: left;
}

p {
font-size: 1em;
margin: 0 20px 10px 20px;
line-height: 110%;
}

.eingerueckt {
margin-left: 100px;
}

ul.eingerueckt, 
ol.eingerueckt {
margin-left: 100px;
}

#text ul, 
#text ol {
margin: 0 30px 10px 30px;
line-height: 110%;
}

#text ul li, #text ol li {
font-size: 1em;
margin: 0 20px;
line-height: 150%;
}


/* Bilder */



.invis {
display: none;
}

