body {background-color:#99ccff;
	 font-family:Verdana, Tahoma, Arial, sans-serif;
     color:#003366;
     font-size:14px;
	 text-align:center; /*damit der IE zentriert*/
}

#seite {
	text-align: left; /*damit jetzt nicht alles linksbündig wird*/
	border:4px solid #3399cc; /*braun: 663300, dunkelblau 003366*/
	background-color: #99ccff;
	width:900px;
	margin:auto;
        }


#header {background-color: transparent;
		background-image:url(bilder/headerfilm900.jpg);
       width:900px;
       height: 169px;
       }

#hauptnavi {
		top: 120px;
        border-bottom: 1px solid #006699;
        border-top: 1px solid #006699;
        background-color: #99ccff; /*660033*/
       	font-size: 12px;
		width:900px;
        height:40px;
        }

#hauptnavi ul {
	display:block;
	text-align: center;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 13px 0px 0px 0px; /*161 links*/
           }

#hauptnavi ul li {display:inline;
              margin:0px 7px;
              padding: 2px;
              }

#hauptnavi ul li a {
               color: #003366;
               font-weight: bold;
               text-decoration:none;
               }

#hauptnavi ul li a:focus, #hauptnavi ul li a:active, #hauptnavi ul li a:hover {
            color: #ffffff; /*ccff33*/
            text-decoration:none;
               }

#hauptnavi ul li.active a { 
              color: #ffffff; /*ccff33*/
              text-decoration:none;
              padding-bottom:2px;
              }

a {color: #0066cc;
	text-decoration:underline;
}


.einzug0{
	margin-left: 0px;
	font-size:12px;
	}

.einzug1{
	margin-left: 30px;
	font-size:12px;
	}
	
.einzug2{
	margin-left: 60px;
	font-size:12px;
	}
	
.einzug3{
	margin-left: 90px;
	font-size:12px;
	}


	

#navi {
	width:130px;
	background-color:none;
	float:left;
	clear: left;
	position: relative;
	z-index: 2;
        }

#navi a {width:160px;
	display:block;
	border:0;
	background-image:url(bilder/button_normal.gif);
	background-color: #3399cc; /*99ccff*/
	text-decoration:none;
	font-size:12px;
	color: #ffffff;
	/*font-family: Verdana, Tahoma, Arial, sans-serif;*/
    font-weight: bold;
	margin:0px 0px -7px 0px;
	padding: 10px 15px 6px 15px;
	height:20px;
	overflow:hidden;
        }

#navi a:hover {
	background-color:#ffffff;
	background-image:url(bilder/button_hover.gif);
	color: #006699; /*schriftfarbe der navigation beim hover*/
	border:0;
        }

img {border:0;
    padding:0;
    margin:0;
    vertical-align: bottom;
    }

#inhaltnina {
	width:590px;
	height: 600px;
	margin-left:130px;
	padding:30px 70px 30px 110px;
	background-color: white;
       }

#inhalt {
	width:590px;
	min-height: 400px;
	margin-left:130px;
	padding:30px 70px 30px 110px;
	background-color: #ffffff;
	position:relative;
	z-index: 1;
	clear: right;
	}

#inhalt a {
	font-weight:normal;
        }

#inhalt a:hover {
	color:#ff0099;
        }

div#inhalt ul {
	list-style-type: none;
	padding-left: 30px;
	}

div#inhalt ul li{
	list-style-type: none;
}

.durchgestr{
	text-decoration: line-through;
	}

#linie {
background-color: #3399cc;
margin-left: -110px;
width: 774px;
height: 4px;
}

/*------------ alles für nina.htm -------------------------------------*/

#steckbriefkiste{ /*das wo das bild drin ist*/
position: absolute;
background-image:url(bilder/steckbriefplatz.jpg);
background-repeat:no-repeat;
top: 260px;
float:left;
width:600px;
height:480px;
padding: 10px;
}

ul#profil { /* der linke Kasten*/
  line-height:25px;
  width: 180px;
  height: 450px;
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 10px 0 0 20px;
  list-style: none;
  text-transform: none; /*uppercase macht großbuchstaben*/
   filter: alpha(opacity=90);
  opacity: 0.6;
}

ul#profil li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

ul#profil li a {
  color: #568496;
  text-decoration: none;
}

ul#profil li a:hover {
padding: 0 0 0 10px;
}

ul#profil li#active a {
padding: 0 0 0 10px;
}

ul#profil li#activesub a {
padding: 0 0 0 30px;
}

ul#profil li ul.sub {
  display: none;
  position: absolute;
  top: 0px;
  left: 236px;/*for ie*/
  margin: 0;
  padding-top: 10px;
  color: #568496;
  background-color: #ffffff; /*!!!!!*/
  filter: alpha(opacity=60);
  opacity: 0.5; /*dieser wert verändert, wie durchscheinend der rechte kasten ist. je weniger desto transparenter*/
  width: 185px;
  height:300px;
}

ul#profil li>ul.sub {/*der kasten rechts, der bei mouseover aufklappt*/
  display: none;
  position: absolute;
  top: 10px;
  left: 221px;/*for others*/
  margin: 0px;
  padding: 10px 0 0 10px;
  color: #568496;
  background: #FFFFFF; /*!!!*/
  width: 359px;
  height:450px;
}


ul#profil li.over ul , ul#profil li:hover ul.sub {
  display: block;
}

ul#profil li ul.sub li {
  margin: 0;
  padding: 0;
  display: inline;
  color: black; /*schriftfarbe rechts, wird aber noch von transparenz beeinflusst*/
}

ul#profil li ul.sub li a {
  margin: 0;
  padding: 0 0 0 20px;
  display: block;
  color: #568496;
  background: #FFFFFF;
}

ul#profil li ul.sub li a:hover {
  padding: 0 0 0 30px;
}


