/* CSS Document */

html { height:100%;}

body{
height:100%;
margin: 0;
padding: 0;
font-family:"Trebuchet MS"; 
color:#504533;
font-size:10pt; 
font-weight:normal;
}

p {margin:0; padding:0}
strong {color:#666}

h2 { font-size:1.1em; color:#5e813d}

hr {height: 1px;border: 0 none; border-top: 1px dotted #ccc; margin-top:15px}



/***************************************************** mainboxes ***********************************************************/
/*Definition für die Navigation oben*/ 
#servicemenue {display:none}

#servicemenue ul {display:none}

#header { background-image:url(images/logo-geteilt.gif); background-position:left; background-repeat:no-repeat; height:80px}
#header p { padding:30px 50px 10px 10px;}
#header2 {display:none}
#header2 p { padding:30px 50px 10px 10px;}


#stripe { height:25px;background: transparent url(images/bg-stripe.gif) left center repeat;}


#wrapper {
width:90%; 
margin: auto; 
background-color:#ffffff;
}

/*********************************************** boxes left*******************************************************/
#left-container {display:none}

/********************** linkes menue ***************************/

#menue-left {display:none}
#menue-left ul {display:none}

/******************************** Definitionen für den Inhalt ***************************************/

#content { padding:30px; margin:0px; width:90%; margin:auto}

#content p {line-height:1.5em; text-align:justify}
*html #content p { line-height:1.7em; text-align:justify}

#content h1 { font-size:1.2em; color:#0060a1;}
#content h2 { font-size:1em; color:#0060a1;}
#content h3 { border-bottom:1px dotted #ccc; font-size:1em; color:#0060a1; }

#content a:link { text-decoration:none; color:#f60;}
#content a:visited {text-decoration:none; color:#f60;}
#content a:hover { color:#f60; text-decoration:none;}
#content a:focus { color:#f60; text-decoration:none;}


#content img.right { float:right; margin:0 30px 5px 0;}
#content img.left { float:left; margin:0px 15px 35px 0;}

.anschrift-abstand {width:60px; margin-right:0px; float:left;}

.seitenanfang {
background-image: url(images/icon_top.gif);
background-repeat: no-repeat;
background-position: right center;
padding-right: 20px;
font-size:0.9em;
}
.download {
background-image: url(images/icon_pdf.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
font-size:0.9em;
}

.download-wmv {
background-image: url(images/icon-wmv.gif);
background-repeat: no-repeat;
background-position: left center;
padding:15px 0px 15px 45px;
font-size:0.9em;
}
.download-quicktime {
background-image: url(images/icon-quicktime.gif);
background-repeat: no-repeat;
background-position: left center;
padding:15px 0px 15px 45px;
font-size:0.9em;

}

.listen {
background-image: url(images/icon-listen.gif);
background-repeat: no-repeat;
background-position: left center;
padding:15px 0px 15px 20px;
font-size:0.9em;

}

/************** Formnatierungen Listen im Content Bereich****************/

#content ul { list-style:none; margin-left:-20px;}
*html #content ul { margin-left:5px;}

#content ul li {
margin-left:0px;
background: transparent url(images/bullet.gif) left top no-repeat;
background-position:0 6px;
padding-left: 15px;
text-align: left;
line-height:1.8em;
}

/******************************************************** news ****************************************************/

#news {display:none}
*html #news {display:none}

#news a:link { text-decoration:none; color:#f60; border-bottom: 1px dotted #ccc}
#news a:visited {text-decoration:none; color:#f60; border-bottom: 1px dotted #ccc}
#news a:hover { color:#f60; text-decoration:none; border-bottom: 1px dotted #ccc}
#news a:focus { color:#f60; text-decoration:none; border-bottom: 1px dotted #ccc}

/******************************************************** footer ****************************************************/

#footer {
font-size:0.8em;
clear:both; 
height:40px; 
margin-top:10px; 
text-align:center; 
padding-top:5px; 
width:90%; 
margin:auto;
border-top:1px solid #ccc;
}

#footer a:link { text-decoration:none; color:#f60; border-bottom: 1px dotted #ccc}
#footer a:visited {text-decoration:none; color:#f60; border-bottom: 1px dotted #ccc}
#footer a:hover { color:#f60; text-decoration:none; border-bottom: 1px dotted #ccc}
#footer a:focus { color:#f60; text-decoration:none; border-bottom: 1px dotted #ccc}


