/* ALLGEMEINE FORMATIERUNGEN */
* {
 margin:0;
 padding:0
}

body{
 background:#fff;
 color:#000;
 font:1em "trebuchet ms",arial,sans-serif;
 text-align:left
}





/* LAYOUT (GROB) FORMATIERUNGEN */
#seite, #links{
 width:auto
}

#rechts{
 display:none
}

#unten{
 display:none
}





/* GENAUERE LAYOUT-FORMATIERUNGEN */
.obenlinks,.obenrechts{
 display:none
}

#titel{
 border:0;
 height:auto
}

#titellink{
 background:#eee;
 border-bottom:2px solid #000;
 height:auto;
 padding:0
}


/*LAYOUT NAVIGATIONSLEISTE */
#navigation{
 display:none
}






/* SCHRIFT-FORMATIERUNGEN */
h1,h2,h3,h4,h5,h6{
 font-family:verdana,arial,sans-serif;
 font-size:1.2em;
 font-weight:normal;
 padding:1em 0 0 0
}

#links p{
 line-height:170%;
 text-align:justify
}


code,pre{
 font-family:courier,sans-serif;
 line-height:140%;
}




/* LINK-FORMATIERUNGEN */
a:link,a:visited,a:active{
 color:#000;
 text-decoration:none
}


#titellink a:link,#titellink a:visited,#titellink a:hover,#titellink a:active{
 color:#000;
 font-family:verdana,arial,georgia,sans-serif;
 font-size:2.4em;
 text-decoration:none
}

a:link img, a:visited img{
 border:0
}



/* SONSTIGE FORMATIERUNGEN */
img{
 border:0
}


#google{
 display:none
}

#googleinnen{
 display:none
}

