
body {
    position:absolute;
    margin:0px; 
    padding:0px; 
    position:absolute; 
    width:100%; 
    font-family:verdana, arial, sans-serif; 
    font-size:14px;
} 
* html body {
    height:100%;
    width:100%;
    overflow:auto;
    bottom:0px;
}


/* * * * * * Kopf */

#header_container {
    position:fixed;
    top:0px; left:0px; right:0px;
    text-align:center;
    margin:0px;
    padding:0px;
    height:120px;
    z-index:7;
}
* html #header_container {
    position:relative;
}

#header {
    position:absolute;
    top:0px; left:0px; right:0px; bottom:0px;
    height:100%;
    background:#efefef;
    margin:0px;
    padding:0px;
    z-index:8;
}
#titpic {
    position:absolute;
    top:0px; left:0px; 
    border:0 none;
    margin:0; 
    width:100%; 
    height:120px; 
    padding:0; 
    margin-left:auto; 
    margin-right:auto; 
}
#title1 {
    position:absolute; 
    top:25px; left:150px;
    color:#000099; 
    font:bold 16px sans-serif, verdana, arial; 
} 
#title2 {
    position:absolute; 
    top:55px; left:150px;
    color:#000099; 
    font:32px sans-serif, verdana, arial; 
} 
#titlogo {
    position:absolute;
    top:0px; left:0px;
    border:0 none;
    margin:0;
    padding:0;
    z-index:9;
}
#titflag {
    position:absolute;
    bottom:10px; right:30px;
    color:#000099; 
    text-align:right;
    font:12px sans-serif, verdana, arial; 
}


/* * * * * * Fuss */

#footer_container {
    position:fixed;
    bottom:0px; left:0px; right:0px;
    text-align:center;
    margin:0px;
    padding:0px;
    height:25px;
    font-size:12px;
    background:#efefef;	
    z-index:7;
}
* html #footer_container {
    margin-left: 160px;
}
#footer {
    position:absolute;
    text-align:center;
    top:0px; left:0px; right:0px; bottom:0px;
    margin:6px;
    z-index:8;
}
* html #footer {
    position:fixed;
}


/* * * * * * Menu */

#left_container {
    width: 150px;
    z-index:3;
}
#menu {
    position:fixed;
    margin:0px; 
    top:120px;
    left:0px;	
    width:150px;
    font-size:20px; 	
    font-weight:bold; 
    color:#000099; 
    background:#c0c0c0;
    background:url(cssMenu.gif) no-repeat 100% 100%; 	
    z-index:5;
} 
#w3c {
    position:fixed;
    margin:0px;
    bottom:35px;
    left:5px;
    z-index:4;
}
* html #menu, * html #w3c {
    position:absolute;
}

#menu li {
    padding:5px 0px 0px 0px; 
    margin: 8px 0px 0px 0px;
    font-size:12px; 
} 
#menu li.m2 {
    padding-top: 0px;
    margin-left: 16px;
    font-size:10px; 
}
#menu ul {
    margin:0px; 
    padding:5px;
    list-style:none; 
} 
#menu a {
    color:#000099; 
    text-decoration:none; 
} 
#menu a:hover {
    color:#990099; 
    text-decoration:underline; 
}
#menu a.act , #menu a.m2act {
     color:#990099;
     text-decoration:none;
}


/* * * * * * Inhalt */

#content_container {
    width:auto;
    margin-top:120px;
    margin-left:155px;
    margin-bottom:40px;
    margin-right:10px;
    overflow:auto;
    font-size:14px;
    z-index:1;
}
* html #content_container {
    margin-top:0px;
    margin-left:160px;
}

#content {
    padding:10px; 
    text-align:justify; 
    font-size:14px; 
    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;
    text-align: left;
}
#content td {
    text-align: left;
}
#content td.r {
    text-align: right;
}
#content td.c {
    text-align: center;
}

.lnkWiki {
  font-variant:small-caps;
  background: url(css14Wikipedia.gif) center right no-repeat;
  padding-right: 15px;
}
.lnkExt {
  background: url(css14Extern.gif) center right no-repeat;
  padding-right: 15px;
}
.lnkPDF {
  background: url(css14PDF.gif) center left no-repeat;
  padding-left: 15px;
}

/*
@media print{
  display:none;
}
*/

