/* setzt alle Standardabstände auf Null */
* {
margin: 0;
padding: 0;
}

body{
font-family: verdana, arial, georgia, sans-serif;
color: #000;
background:#fff url(images/kopfleiste.gif) 0px 74px repeat-x;
text-align: center;
}
.clear {
clear: both;
line-height: 0.1px; /* sorgt dafür, dass das Div keinen Abstand erzeugt. */
height: 1px;
margin:0;
padding:0;
}
#content{
width: 741px;
margin:0 auto; /* Breite fuer rechten und linken Rand auf "auto"*/
text-align:left; /*IE5/Win Hack zurücknehmen*/
border-top: 1px solid #fff;
}
a {
color: #fff;
background: transparent;
text-decoration: none;
font-weight: bold;
}
a:hover,
a:active,
a:focus {
color: #fff;
background: transparent;
text-decoration: underline;
}
#logo {
height:73px;
}
#logo img {
float: left;
border: 0;
}

#logo a {
float: right;
margin-top: 35px;
margin-right: 5px;
color:#a50d0a;
background: transparent;
font-size:x-small;
font-weight: normal;
text-decoration: none;
}

#logo a:hover,
#logo a:active,
#logo a:focus {
color: #a50d0a;
background: transparent;
text-decoration: underline;
}

#kopf1{
background: #a50d0a;
padding-top: 94px;
}

#textblock{
border-top: 0,5px solid #a50d0a;
background-color:#a50d0a;
float:left;
width:210px;
margin-top: 16px;
padding: 17px 0 30px 0; /* hier kein padding für rechts und links, sonst wird die Box breiter */
}
#textblock h2 {
font-size: .95em;
font-weight: bold;
color: #ffffff;
background: #a50d0a;
padding: 2px 10px 2px 12px;
margin-bottom: 10px;
letter-spacing: 1px;
}

#textblock p {
font-size: .75em;
padding: 0 10px 10px 12px;
}

#subnavhead p {
font-size: .95em;
font-weight: bold;
color: #ffffff;
background: #a50d0a;
padding: 2px 10px 2px 12px;
margin-bottom: 10px;
letter-spacing: 1px;
}

#text{
color:#333333;
background: transparent;
margin: 35px 0 20px 230px;
} /* Text beginnt erst unterhalb der Navigation */
* html #text {
height: 0.1em;  /* Hack zum 3-Pixel-Bug im IE */
}

#text h1{
font-size:1.3em;
color:#a50d0a;
background: transparent;
margin-bottom: 10px;
}

#text p {
line-heigt:150%;
font-size: .75em;
letter-spacing: 0.5pt;
margin-bottom: 20px;
}
#text img {
border: 0;
float: left;
margin: 0 15px 15px 0;
}
#text img.right {
border: 0;
float: right;
margin: 0 0 15px 15px;
}

#text a{
color:a50d0a;
font-weight:normal;}

#text a:hover,
#text a:active,
#text a:focus,{
color:#a50d0a;
text-decoration:underline;}

#text hr{
color:#a50d0a;
}

.active {
color:#fff;
background-color: #d58e4c;
}

.sub {
font-size: x-small;
margin-left: 10px;
}

.subactive {
color:#fff;
font-size: x-small;
margin-left: 10px;
background-color: #d58e4c;
}

.sub2 {
font-weight:normal;
font-size: x-small;
margin-left: 20px;
}

.subactive2 {
color:#fff;
font-weight:normal;
font-size: x-small;
margin-left: 20px;
background-color: #d58e4c;
}

.textbild {
float: left;
margin-top:10px;
vertical-align:text-bottom;
width:100%;
border-color:#a50d0a;
border-style:dotted;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:1px;
border-top-width:0px;
}