body{
 background-color:#ffffff;
 margin:0px;
}

#sprechblase1{
 background-color:#ffffff;
 background-image:url(kopf-sprechblase.png);
 width:125px;
 height:64px;
}
#kopf{
 background-color:#000099;
 background-image:url(kopf-hintergrund.png);
 text-align:left;
}
#kopfrechts{
 background-color:#000099;
 background-image:url(kopf-hintergrund-rechts.png);
 width:12px;
}
#sprechblase2{
 background-color:#cccccc;
 background-image:url(navi-sprechblase.png);
 width:125px;
 height:30px;
}
#navi{
 background-color:#cccccc;
 background-image:url(navi-hintergrund.png);
}
#navi a{
 font-weight:bold;
 font-style:italic;
 font-family:sans-serif;
 font-size:14px;
 text-decoration:none;
 color:#000000;
}
#navirechts{
 background-color:#cccccc;
 background-image:url(navi-hintergrund-rechts.png);
}

#inhaltlinks{
 background-color:#ffffff;
 width:125px;
 height:300px;
 vertical-align:top;
 font-family:sans-serif;
 font-size:11px;
 border-bottom:1px dashed #000099;
}
#inhaltlinks h1{
 font-family:sans-serif;
 font-size:11px;
 font-weight:normal;
 border-top:#000099 1px dashed;
 background-color:#ccccff;
 margin-bottom:0px;
}
#inhaltlinks p{
 margin-top:0px;
 margin-bottom:20px;
}
#inhaltlinks a{
 color:#0000ff;
 text-decoration:none;
}

#inhalt{
 background-color:#ffffff;
 vertical-align:top;
 font-family:sans-serif;
 font-size:12px;
 padding-right:10px;
 padding-left:10px;
 font-family:serif;
 font-size:100%;
 border-left:1px dashed #000099;
 
}
#inhalt h1{
 color:#000000;
 font-weight:bold;
 font-style:italic;
 font-size:16px;
 border-bottom:#000099 solid 2px;
 margin-top:2px;
 margin-bottom:2px;
 font-family:sans-serif;
}
#inhalt h2{
 color:#000000;
 font-weight:bold;
 font-style:italic;
 font-size:14px;
 border-bottom:#000099 solid 2px;
 margin-top:2px;
 margin-bottom:2px;
 font-family:sans-serif;
}
#inhalt h3{
 border:1px #000099 solid;
 color:#000000;
 background-color:#ccccff;
 font-size:100%;
 font-family:sans-serif;
 font-weight:bold;
 font-style:normal;
 padding:3px;
 margin:0px;
 margin-top:40px;
}
#inhalt h4{
 color:#000000;
 background-color:#eeeeee;
 font-size:80%;
 font-family:sans-serif;
 font-weight:bold;
 font-style:normal;
 padding:3px;
 padding-left:20px;
 margin:0px;
}
#inhalt th{
 font-family:sans-serif;
 text-align:left;
 border-bottom:1px #000066 solid;
 font-size:80%;
}
#inhalt abbr[title]{
 border-bottom:1px dotted #009900;
}
.timeline1{
 border-bottom:1px dotted #000099;
 border-left:1px solid #000099;
 width:40px;
}
.timeline2{
 border-bottom:1px dotted #000099;
}
.searchword{
 background-color:#ffff99;
}
#sitemap a{
 text-decoration:none;
 color:#000066;
}

abbr[title], acronym[title], dfn[title]{
 border-bottom:1px #006600 dashed;
 cursor:help;
}
abbr:hover, acronym:hover, dfn:hover{
 cursor:help;
}


#inhaltrechts{
 background-color:#ffffff;
 vertical-align:top;
 font-family:sans-serif;
 font-size:11px;
 width:215px;
}
#inhaltrechts h1{
 color:#000000;
 font-weight:bold;
 font-style:italic;
 font-size:16px;
 border-bottom:#cc0000 solid 2px;
 margin-top:2px;
 margin-bottom:2px;
}
#inhaltrechts img{
 float:right;
}
#inhaltrechts p{
 padding-top:0px;
 margin-top:0px;
}
#inhaltrechts a{
 color:#0000ff;
 text-decoration:none;
}
#inhaltrechts ul{
 list-style-image:url(bullet-weiss.png);
 padding-left:18px;
 margin-left:0;
 margin-top:1px;
 margin-bottom:1px;
}

#rahmenrechts{
 background-color:#ffffff;
 width:5px;
}

#trennerlinks{
 background-image:url(trenner-links.png);
 width:9px;
} 
#trenner{
 background-image:url(trenner.png);
 height:9px;
} 
#trennerrechts{
 background-image:url(trenner-rechts.png);
 width:9px;
} 

#fusslinks{
 font-size:9px;
 font-family:sans-serif;
}
#fussrechts{
 font-size:9px;
 font-family:sans-serif;
 text-align:right;
}
#fussrechts a{
 color:#0000ff;
 text-decoration:none;
}

@media print {
 #sprechblase1{display:none;}
 #kopf{display:none;}
 #kopfrechts{display:none;}
 #sprechblase2{display:none;}
 #navi{display:none;}
 #navirechts{display:none;}
 #inhaltlinks{display:none;}
 #inhaltrechts{display:none;}
 #trennerlinks{display:none;} 
 #trenner{display:none;} 
 #trennerrechts{display:none;}
 a{text-decoration:none;color:#000000;}
}