/* Wichtige Farben
Hintergrund Beige = #FFF7DE
Rot =  #DE0000
*/

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76%;
font-family:Tahoma,Westminster,Arial;
line-height:1.4em;
text-align:center;
color:#303030;
background:#FFF7DE;
background-image:url(left-back.gif);
background-repeat:repeat-y;
}

a{
color:#DE0000;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#DE0000; text-decoration:underline; background-color:inherit;}
a img{border:none;}

p{padding:0 0 0.5em 0;}
p form{margin-top:0; margin-bottom:10px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
width:100%;
margin:0;
padding:0;
text-align:left;
color:#303030;
}

#header{
height:88px;
margin:0;
background-color:#FFF7DE;
background-image:url(head-back.gif);
background-repeat:repeat-x;
}

.slogan{
font-size:1.5em;
color:#DE0000;
margin-left:10px;
}

.adresse{
margin:25px 10px 0 0;
line-height:0.95em;
font-size:0.7em;
color:#DE0000;
}

/**************** Navigation styles ****************/

#navigation{
float:left;
width:170px;
margin:0 8px 0 -8px;
padding:0;
}

#navigation ul {
margin-left:0px;
padding-left:5px;
}

#navigation li{
list-style-type:none;
white-space:nowrap;
}

#navigation li a{
display:block;
width:110px;
padding-left:18px;
font-size:0.9em;
font-weight:bold;
text-transform:normal;
text-decoration:none;
color:#FFF7DE;
background-image: url(on.gif);
background-repeat: no-repeat;
background-position: 0px -12px;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
display:block;
padding-left:18px;
font-size:0.9em;
font-weight:bold;
text-transform:normal;
text-decoration:none;
color:#FFF7DE;
background-image: url(on.gif);
background-repeat: no-repeat;
background-position: 0px 7px;
}

#navigation h2 {
margin:20px 0 0 5px;
color:#FFF7DE;
font-size:1em;
}

.eingabe {
margin:5px 0 0 15px;
width:110px;
}

.submit {
margin:10px 0 0 20px;
background-color:#DE0000;
border:1px solid black;
color:#FFF7DE;
}

/**************** Content styles ****************/

#content{
float:left;
width:80%;
font-size:0.9em;
margin:20px 0 0 10px;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h1 {
font-size:1.5em;
color:#DE0000;
font-family:
Tahoma,Westminster,Arial;
font-weight:normal;
}

#content h2 {
font-size:1.2em;
color:#DE0000;
font-family:
Tahoma,Westminster,Arial;
font-weight:normal;
}

#content h3 {
font-size:1.0em;
color:#DE0000;
font-family:Tahoma,Westminster,Arial;
font-weight:bold;
}

#content h4 {
font-size:1.0em;
color:#DE0000;
font-family:
Tahoma,Westminster,Arial;
font-weight:normal;
}

#content a:hover,#subcontent a:hover{text-decoration:underline;}

#content ul {
margin-left:10px;
padding-left:10px;
}

/**************** Footer styles ****************/

#footer{
clear:both;
color:#808080;
text-align:center;
width:100%;
padding:2px 0;
margin:0 1px;
font-size:0.9em;
border-top:1px solid #DE0000;
background:#FFF7DE;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}
