html, body {
   margin:0px;
   padding:0px;
   background-color:rgb(255,255,255);
   background-image:url(back-v.png);
   background-repeat:repeat-y;
}

#top_section {
   background-color:rgb(255,255,255);
   background-image:url(back-v.png);
   background-repeat:repeat-y;
   height:60px;
   margin:0px;
   padding:0px;
}

#willkommen {
   position:absolute;
   top:20px;
   left:260px;
   width:600px;
   font-family:Verdana,sans-serif;
   font-size:24px;
   border-bottom:solid 5px rgb(17,24,77);
}

#main_section {
   margin:0px;
   padding:0px;
}

#navigation {
   position:absolute;
   left:30px;
   top:180px;
   width:210px;
}

a.navi, a.navi_self {
   white-space:nowrap;
   overflow:hidden;
   font-family:Verdana,sans-serif;
   font-size:11px;
   font-weight:bold;
   text-decoration:none;
   letter-spacing:0.1em;
   padding:3px;
   text-align:left;
}


a.navi:link, a.navi:visited {
   color:rgb(17,24,77);
   text-decoration:none;
}

a.navi_self:link, a.navi_self:visited {
   color:white;
   text-decoration:none;
}

a.navi:hover, a.navi_self:hover, 
a.navi:active, a.navi_self:active {
   color:white;
}
a.navi2, a.navi_self2 {
   margin-left:10px;
   white-space:nowrap;
   overflow:hidden;
   font-family:Verdana,sans-serif;
   font-weight:normal;
   font-size:10px;
   text-decoration:none;
   padding:3px;
   text-align:left;
   border:none;
}

a.navi2:link, a.navi2:visited {
   color:rgb(17,24,77);
   text-decoration:none;
}

a.navi_self2:link, a.navi_self2:visited {
   color:white;
   text-decoration:none;
}

a.navi2:hover, a.navi_self2:hover, 
a.navi2:active, a.navi_self2:active {
   color:white;
}

#content {
   margin-left:240px;
   margin-right:0px;
}

#content_fremd {
   position:absolute;
   top:120px;
   left:285px;
   width:660px;
}

#logo {
   position:absolute;
   top:10px;
   left:70px;   
}

#titelbild {
   position:absolute;
   right:0px;
   top:0px;
}

#navigation_pic {   
   margin-top:0px;
   margin-left:25px;
   width:190px;
   height:281px;
}

#tables {
    font-family:Verdana,sans-serif;
    font-weight:normal;
    font-size:12px;
    line-height:1.1em;
    margin-left:40px;
}

h1,h2,p,ul,ol {
   font-family:Verdana,sans-serif;
   margin-right:20px;
   margin-left:20px;
}

h1 {
   font-weight:normal;
   font-style:normal;
   font-size:17px;
   width:400px;
   line-height:1.1em;
   color:rgb(17,24,77);
   border-bottom:rgb(17,24,77) solid 1px;
   padding-bottom:5px;
   padding-left:25px;
   margin-top:20px;
}

h2 {
   font-weight:bold;
   font-style:normal;
   font-size:13px;
   width:400px;
   line-height:1.1em;
   color:rgb(17,24,77);
   padding-bottom:3px;
   padding-left:25px;
   margin-top:20px;
}

p {
   font-weight:normal;
   font-size:12px;
   line-height:1.1em;
   padding-left:25px;
   color:black;
}

p.source {
   background-color:#C0C0FF;
   font-family:Courier, monospace;
   font-size:11px;
   margin-left:50px;
   padding-left:5px;
   }

ul,ol {
   padding-left:25px;
}


li {
   font-weight:normal;
   font-size:12px;
   line-height:1.1em;
   color:black;
   margin-top:6px;
   margin-bottom:6px;
}



a:link {
   font-weight:bold;
   color:black;
   text-decoration:underline;
}

a:visited {
   font-weight:bold;
   color:gray;
   text-decoration:underline;
}

a:hover, a:active {
   font-weight:bold;
   color:rgb(17,24,77);
   text-decoration:underline;
}


