/* 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;
}

p {
line-height:150%;
background:#f4f2f0;
}

.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: 1px solid #fff;
background:#f4f2f0;
}

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;
background:#fff;
}

#logo img {
float: left;
border: 0;
}

#kopf1{
background: #fff;
padding-top: 94px;
}

#textblock{
border-top: 0,5px solid #fff;
background-color:#b54487;
float:left;
width:210px;
margin-top: 1px;
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: #ec008c;
padding: 2px 10px 2px 12px;
margin-bottom: 10px;
letter-spacing: 1px;
}

#textblock p {
font-size: .75em;
padding: 0 10px 10px 12px;
background:#b54487;
}

#subnavhead{
}

#subnavhead p {
font-size: .95em;
font-weight: bold;
color: #ffffff;
background: #ec008c;
padding: 2px 10px 2px 12px;
margin-bottom: 10px;
letter-spacing: 1px;
}

#text{
color:#333333;
background:#f4f2f0;;
margin: 22px 20px 20px 230px; /* Text beginnt erst rechts der Navigation */
}

* html #text {
height: 0.1em;  /* Hack zum 3-Pixel-Bug im IE */
}

#text h1{
font-size:1.0em;
color:#b54487;
background: transparent;
margin-bottom: 10px;
}

#text h2{
font-size:medium;
color:#696969;
}

#text h3{
font-size:small;
color:#696969;
}
#text p {
font-size: .75em;
margin-bottom: 20px;
line-height:150%;
background:#f4f2f0;
}

#text div {
background:#f4f2f0;
}

#text img {
border: 0;
float: left;
margin: 0 15px 15px 0;
background:#f4f2f0;
}

#text img.right {
border: 0;
float: right;
margin: 0 0 15px 15px;
}

#text a{
color:b54487;
font-weight:normal;}

.active {
color:#ec008c;
background-color: #ffffff;
}

.sub {
font-size: x-small;
margin-left: 10px;
}

.subactive {
color:#333333;
font-size: x-small;
margin-left: 10px;
}

.textbild {
float: left;
width:100%;
vertical-align:text-bottom;
margin-top:10px;
border-color:#b54487;
border-style:dotted;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:1px;
border-top-width:0px;
background-color:#f4f2f0;
}