
body {
    font-family:verdana, arial, sans-serif; 
    font-size:14px;
}


/* * * * * * Kopf */

#header_container {
 display: none;
}


/* * * * * * Fuss */

#footer_container {
  display: none;
}


/* * * * * * Menu */

#left_container {
  display: none;
}


/* * * * * * Inhalt */

#content_container {
    font-size:14px;
}

#content {
    text-align:justify; 
    z-index:2;
} 


#content h1,#content h2,#content h3,#content h4 {
    padding:5px 5px 5px 15px; 
    color:#000099; 
    background:#f9f9f9;
    border-bottom:1px solid #00007f; 
    border-top:1px solid #00007f; 	
    border-right:1px solid #00007f;
    font-weight:bold;
    text-align:left;
}
#content h1 {
    font-size:24px; 
    border-left:20px solid #00007f; 
} 
#content h2 {
    font-size:18px;
    border-left:15px solid #00007f; 
} 
#content h3 {
    font-size:14px;
    font-style:italic;
    border-left:10px solid #00007f; 
} 
#content h4 {
    font-size:14px;
    border-left:6px solid #00007f; 
} 

#content ul {
    clear:both;
    margin:0px;
    margin-bottom:5px;
    padding:5px; 
    list-style-image:url(cssBullet.gif); 
    list-style-position:outside; 
} 
#content li {
    margin-bottom:10px;
    margin-left:30px;
}

.lnkWiki {
  font-variant:small-caps;
  padding-right: 0px;
}
.lnkExt {
  padding-right: 0px;
}

