body
{
font: normal 1em Arial, sans-serif;
color: darkRed;
font-size:0.75em;
line-height: 150%;
margin: 0.5em 0em 0.5em 0em;

background-repeat: repeat-x; 
background-color: #ffffff;
}

h1 {
font-size:150%;
padding:5px 0px 3px 0px;
color: currentColor;
    
}


h2 {
font-size:125%;
padding:5px 0px 3px 0px; 
color: currentColor;
}

h3 {
font-size:110%;
padding:5px 0px 3px 0px; 
color: #999;
}


h4 {
font-size:180%;
padding:1em 0px 0px 1em; 
margin:0px 0px 0.2em 0px;
//color: #fcb847;
color: lightgreen;
text-shadow: 2px 2px green;
}	

h5 {
font-size:140%;
padding:0.5em 0px 0px 1.4em; 
margin:0px;
//color: #fcb847;	
color: lightgreen;
}



a 			{ color: black;  text-decoration:none; 	font-weight:bold; }
a:visited	{ color: black;  text-decoration:none; 	font-weight:bold; }
a:active	{ color: black;  text-decoration:none; 	font-weight:bold; }
a:hover 		{ color: black;  text-decoration:underline; 	font-weight:bold; }

a.white 				{ color: black;  text-decoration:none; font-weight:normal;}
a.white:visited		{ color: black;  text-decoration:none;}
a.white:active		{ color: black;  text-decoration:none;}
a.white:hover 		{ color: black;  text-decoration:underline; }


#seite {
margin: 0em auto;
width: 80em;

}

#header {
color: #000;
margin-bottom: 0em;
border: 0px solid #990000;
background-image:url(header_neu.jpg);
background-repeat: no repeat; 
background-color:#e8e8e8;
}

#headerlogo {
height: 9em;
margin: 0em 0em 0em 0em;
// background-color:#990000;
padding:0em 0em 0em 0em; 
}

#headermenu {
height: 3em;
margin: 1em 0em 0.5em 0em;
background-color: transparent;
box-shadow: 10px 10px 15px silver;



}

img{
    box-shadow: 10px 10px 15px silver;
}


#content{
margin: 0 auto;
//border-top: 1px solid #990000;
//border-right: 1px solid #990000;
//border-bottom: 1px solid #990000;
//border-left: 1px solid #990000;
background-color:#fff; 
margin-bottom: 0.5em;
padding-bottom: 1em;
background:white;
}

#inhalt {
margin-top:1em;
float: left;
width: 56.5em;
display: inline;
padding:0em 2em 0em 2em;
border: 0px solid #99ffff;
min-height:300px;
border-left: 0px solid #990000;
}


#footer {
}

#footerinhalt {
text-align:right;
font-size:90%;
margin: 0em 1em 0em 0em;

}

#links {
margin-top:1em;
float: left;
width: 16em;
display: inline;
padding:0em 1em 0em 1em;
color: #000;
border-right: 1px solid #990000;
}

.linkbox {
border:1px solid #ebebeb;
margin:0em 1em 2em 0em;
line-height:130%; 
color:#555;
font-weight:normal;
}

.linkbox:hover {
border:1px solid #167db7;
}

table.hover:hover th, 
table.hover:hover td, 
table.hover.odd:hover th, 
table.hover.odd:hover td {
background: #fcfcc0;
}

tr.hover:hover th, 
tr.hover:hover td, 
tr.hover.odd:hover th, 
tr.hover.odd:hover td {
background: #fcfcc0;
}
