html { height: 101%; }

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background: #f6f8ee;
}

h4{
 padding-left: 30px;
 margin-bottom: -20px;
 font-size: 1em;
 font-weight: bold;
 color: #660033;
}

h2{
 padding-left: 30px;
 margin-top: 35px;
 font-size: 1.5em;
 font-weight: normal;
 color: #333;
}

h2.screening{
 padding-left: 30px;
 margin-top: 3px;
 font-size: 1.3em;
 font-weight: normal;
 color: #5e0d1c;
}

h3 {
	margin: 25px 20px 3px 60px; 
	padding: 0 0 0 25px;
	font: normal 1.3em Arial,sans-serif;
	color: #555;
	line-height: 1.4em;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
}

/*** allgemeine Verweise und Anker ***/

a:link, a:visited{
	color: #660000;
	text-decoration: underline;
}

a:hover{
    color: #CC0033;
	text-decoration: underline; 
}

/*  <ul style="list-style-image:url(images/bild.gif)"> */
 
ul{
 list-style-type: disc;
 padding: 10px 10px 0px 70px;
 }
 
/***********************************************/

#header{
position:relative;
top: 0;
margin-left: auto;
margin-right: auto;
width: 980px;
height: 124px;
	background-color:#b72c49;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#deko{
    position: relative;
    float: right;
	margin: 0;
	width: auto;
	height: 120px; 
	}
	
#logo{
    float: left;
	margin: 0px;
	height: 120px;
	width: auto;
	text-align:right;
	background: #fff;
	}
	
	#logo img{
    height: 120px;
	}

#pink{
	padding: 120px 0px 0px 170px;
	background-color: #b72c49;
	border-bottom: 4px solid #e73265;
}
#inhalt{
position:relative;
margin-left: auto;
margin-right: auto;
	width: 980px;
	background-color: #e7eced;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

#links{
	float: left;
	width: 200px;
	background-color: #b72c49;
}
#rechts{
    margin: 0;
	float: right;
	text-align: center;
	width: 150px;
	height: auto;
}
html>body #rechts {height: auto;}
.textrechts {
    font-size: 0.7em;
	color:#000;
	line-height: 1.6em; 
}

#content{
	margin: 0 0 0 200px;
	padding: 0;
	background-color: #E7ECED;
}

/*** Navigation ****/

#navi{
width: 200px;
padding: 0;
margin-top: 55px;
font-size: 0.75em;
line-height: 1.2em;
background-color: #87172d;
border-bottom: 1px solid #9f253f;
}
#navi ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
height: auto;
}
#navi li{
margin: 0;
}
#navi li a{
display: block;
text-align:left;
width: 133px;
padding: 6px 4px 6px 12px;
border-top: 1px solid #9f253f;
font-weight: normal;
color: #efd4d5;
text-decoration: none;
}
html>body #navi li a { width: auto; }

#navi li a:hover{
color: #801026;
font-weight: normal;
background-color: #f7faea;
}
#navi a.aktiv, a.aktiv:visited{
font-weight: bold;
color: #FFF;
background-color: #E73265;
}
#navi a.aktiv:hover{
font-weight: bold;
color: #FFF;
background-color: #E73265;
}

/*** Text und Innenteil ***/
.linklist {
   margin-top: 20px;
   padding:0px;
   width: auto;
} 
td.linkleft{
	padding: 0 0 0 30px;
	margin:0;
	width: 310px;
}
.feature{
    margin-right: 0;
	padding: 0px;
    font-size: 0.8em;
	line-height: 1.4em;	
	background-color: #FFF;
}
html>body .feature {height: auto;}

.feature h1{
margin: 0;
	padding: 30px 20px 2px 30px;
	font: normal 1.6em Arial,sans-serif;
	color: #903;
	background-color: #EFF3DE;
	border-bottom: 1px solid #ccc;
}

.feature p{
    margin-right: 5px;
    padding: 0 30px 0 30px;
}
.einzug {
margin: 0 0 0 120px;
padding-right: 60px;
}

.clear{
    clear: both;
    height: 15px;
}
.linie{
float: none;
margin-left: 30px;
width: 670px;
height: 6px;
border-bottom: 1px dotted #ccc;
}

.bildleft {
float:left;
	margin: 0;
	padding-right: 18px;
}

/************** Schriftstile ****************/
.auswahl{
    font-weight: normal;
    color: #000;
}

.buch{
    font-weight: bold;
	color: #333;
	padding: 0px 5px 0px 0px;
}
.rahmen {
    border: 1px solid #999;
	margin-top: 6px;
}
.aktab {
    margin: 0 40px 0 60px;
	padding: 22px;
	color: #333;
	background-color:#f7fae9;
	border: 2px dotted #D4D5CF;
}

.clear {
clear: both;
height: 1px;  
}


/************** unten ****************/

a.anker, a.anker:visited{
	text-decoration: none;
	float: right;
}
a.anker:hover{
	text-decoration: none;
	float: right;
}
#unten{
	clear: both;  /*clear: both = Erzwingt Textfluss unterhalb eines Bildes.*/
	background-color: #e7eced;
	padding: 2px 0 0 10px;
	height: 25px;
	color: #666;
	font-size: 0.7em;
}

