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

#seite {
	text-align: left; /*damit jetzt nicht alles linksbündig wird*/
	border:10px solid #cc0066;
	background-color: #660033;
	width:900px;
	margin:auto;
        }

#logo {width: 120px;
      height: 120px;
      left: 120px;
      background-image: url (bilder/logo.jpg);
      border-right: 10px solid #cc0066;
      }

#header {background-color: transparent;
       margin-left: 130px;
	   margin-top: -120px;
       width:770px;
       height: 120px;
       }

#hauptnavi {
		top: 120px;
        border-bottom: 10px solid #cc0066;
        border-top: 10px solid #cc0066;
        background-color: #660033;
        /*font-family: Verdana, Tahoma, Arial, sans-serif;*/
        font-weight: bold;
		font-size: 14px;
        width:900px;
        height:30px;
        }

#hauptnavi ul {
	display:block;
	text-align: left;
	color: #cc0066;
	font-weight: normal;
	margin: 0px;
	padding: 6px 0px 0px 221px;
           }

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

#hauptnavi ul li a {background-color:#660033;
               color: #cc0066;
               font-weight: normal;
               text-decoration:none;
               }

#hauptnavi ul li a:focus, #hauptnavi ul li a:active, #hauptnavi ul li a:hover {
            background-color:#660033;
            color: #ccff33;
            text-decoration:none;
               }

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

a {color: #cc0066;
}

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

#navi a {width:140px;
	display:block;
	border:0;
	background-color: #ccff33;
	text-decoration:none;
	/*font-family: Verdana, Tahoma, Arial, sans-serif;*/
        font-size: 14px;
        font-weight: bold;
	margin:0px 0px -4px 0px;
	padding: 8px 10px 8px 20px;
	height:20px;
	overflow:hidden;
        }

#navi a:hover {
	background-color:#cc0066;
	color:white;
	border:0;
        }

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

#inhaltnina {
	width:590px;
	height: 600px;
	margin-left:120px;
	padding:30px 70px 30px 100px;
	background-color: white;
        border-left: 10px solid #cc0066;
        border-right: 10px solid white;
        }

#inhalt {
	width:590px;
	margin-left:120px;
	padding:30px 70px 30px 100px;
	background-color: white;
    border-left: 10px solid #cc0066;
    border-right: 10px solid white;
	position:relative;
	z-index: 1;
	}

#inhalt a {
	font-weight:normal;
        }

#inhalt a:hover {
	color:#99cc00;
        }

#linie {
background-color: #cc0066;
margin-left: -110px;
width: 780px;
height: 10px;
}

/*------------ 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.4; /*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;
}



