/* CSS Document */

*{ 
      margin:0;
      padding:0;
      border:0;
}

html , body {
      overflow: hidden;
}

h1{
      font-size:22px;
      font-weight:normal;
}

h2{
      font-size:20px;
}

h3{
      font-size:18px;
}

h4{
      font-size:14px;
}

a{
      text-decoration:none;
      color:#fff;
}

a:hover{
      color:#777;
}

body {
      background-color: #fff;
      font: 11px Georgia, "Times New Roman", Times, serif;
      color:#fff; 
      height:100%;
}

/*  --  Navigation  --  */

#navi { 
      position: absolute;
      z-index:3;
      margin:0 0 0 26px;
}

.navilist {
	list-style: none;
}

.navilist li {
	margin-top:4px;
}

.navilist li a {
	background-repeat:no-repeat; 
	display:block; 
	text-indent: -3000px; 
	height:25px;
}

.navilist li a:hover, #navilist li.current a, #navilist li.over a {
	background-position:0px -25px;
	} 

/*  --  Bilder und Texte  --  */
#supersize{
	position: absolute;
}

#supersize img{
	height:100%;
	width:100%;
	display:inline;
}

img{
	border:none;
}

#wrapper{
	position:absolute;
	width:500px;
	height:639px;
	left:193px;
	top:99px;
}

#contentbg{
      position:absolute;
      background-color:#000;
      width:500px;
      height:639px;
      /* transparenz nur im contenthintergrund, ohne die content inhalte */
      -moz-opacity:0.6; 
      -khtml-opacity:0.6; 
      opacity:0.6;
      filter:alpha(opacity=60);

}

#content{
      position:absolute;
      width:500px;
      height:639px;
      overflow: auto;
      /*overflow-y: hidden;*/
}
