/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
 {
	margin: 2;
	padding: 0;
}

body {
	font-size: 12px; line-height: 16pt;
	font-family: Verdana, sans-serif;
	background: #C8C8C8 ;
	overflow: scroll;
}
.Ueberschriften {
	color: #000000;
	background-color: #D7DF01;
}
.Kontakt{
	color: #000000;
	background-color: orange;
	font-weight: bold;
}



span.Bioschrift {
  color:black;
  background-color:white;
}



.Bioschrift {
  color:black;
  background-color: white;
}



body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000; background-color: #FFFFFF}
a:active { text-decoration: line-through; background-color:#FFFFFF}
a:visited {	text-decoration: none;
	background-color: #FFFFFF;color: #000000;
}
a:hover { text-decoration: underline; background-color: #FFFFFF}

a img { border: none; }

#menu {
    width: 260px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 50px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { text-decoration: none; color:#000000; font-weight: bolder; }

#menu ul li.active a { text-decoration: underline; }

#content {
    height: 100%;
    margin: 0 0 0 310px;
	margin-top: 65px;
    top: 0;
	overflow: auto;
	position: auto;

}



#the-background {
    position: fixed;
    z-index:1;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    overflow:hidden;
}

#wrapper { 
   position: absolute;
   z-index: 2;
   width: 100%;
   height: 100%;
   top: 0;
   left:0;
}





.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 25px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


