﻿body {
  background-image: url("../bilder/hintergrund.gif");
  background-repeat: repeat-y;
}
.navi {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 120px;
  text-align: left;
  font-family: Times;
  padding-left: 7px;
}
.banner {
  position: absolute;
  text-align: center;
  top: 0px;
  left: 10px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size="25";
  color="#005DC9";
}
.inhalt {
  position: absolute;
  top: 220px;
  left: 180px;
  width: 800px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color:#003572;
}
.absatz {
  text-align: justify;
  font-size: small;
}
.tabelle {
  text-align: justify;
  font-size: 11pt;
}
.fussnote {
  text-align: center;
  font-size: 10pt;
}

a:link {
  color: #006699; Text-decoration: none
}
a:visited {
  color: lightseagreen; Text-decoration: none
}
a:active {
  color: #<link rel="stylesheet" href="Beispiel CSS/format.css" type="text/css">006699; Text-decoration: none
}
a:hover {
  color: #006699; Text-decoration: underline
}



.menu_On{ 
background-image:url(../images/On.gif);
background-position:right center;
background-repeat:no-repeat;
width:154px;
height:37px;
}

.menu_Off{ 
background-image:url(../images/Off.gif);
background-position:right center;
background-repeat:no-repeat;
width:154px;
height:37px;
}


.navmenu {
display:block;
position:absolute;

width:154px;
padding:4px 6px;
top:200px;
left:0;
padding-left:7px;
margin-top: 30px;

text-align:center;
font-family:Times;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9px;
font-weight:bold;
}

.navmenu a { 
display:block;
font-family:Verdana,Arial,Helvetica,sans-serif;
color: #FFFFFF;
letter-spacing: 1px;
font-size:9px;
font-weight:bold;
line-height: 400%
}

.navmenu a:link {


}

.navmenu a:visited {

}

.navmenu a:hover {
background-image:url(../images/On.gif);
text-decoration:none;
}

.nav_submenu {
display:block;
position:relative;
}

.nav_submenu a {
padding-left:18;
line-height: 200%;
margin-top: 5px;
margin-bottom: 5px;
color: #333333;
}

.Submenu_On{ 
background-image:url(../images/Sub_On.jpg);
background-position:right center;
background-repeat:no-repeat;
width:120px;
height:20px;
}

.Submenu_Off{ 
background-image:url(../images/Sub_Off.jpg);
background-position:right center;
background-repeat:no-repeat;
width:120px;
height:20px;
}


.nav_submenu a:hover {
background-image:url(../images/Sub_On.jpg);
text-decoration:none;
}