/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 220px; /* um den llinken bereich zu vergrößern!**/ 
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0px; /*um den gesamten weißen bereich zu verschieben**/
    position: fixed;/* damit der weiße bereich nicht mitscrollt**/
    height: 100%;
	background-color: #ffffff;
}

#menu ul {
	list-style: none;
	margin: 0 0 25px 0;/*abstand von nächster kategorie zu der darüber**/
   
}

#menu ul li.section-title {
    font-size: 12px; /* linke überschrift! **/
	font-family: Arial, Helvetica, sans-serif; /*linke überschrift **/
    margin: 0 0 10px 0;  /*abstand von überschrift zu unterkategorien **/
    padding: 23px 0 0 0;} /*abstand von links überschrift zu logo oben**/

#content {
    height: 100%;
    margin: 0 0 0 222px; 
    top: 0;
} /* um den rechten bereich zu verschieben! margin: höhe 0 0 abstand von links;**/ 

.container {
    padding: 0px 20px 30px 12px; /*den gesamten bereich verschieben**/
}

#content p { width: 320px; margin-bottom: 9px; }

p {
    margin: 12px 0 12px 0;
} /* um dem zeilenabstand links zu ändern**/

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 45px 0 0 0; padding: 0 0 0 0; } /* margin: um die slideshow zu bewegen**/
#img-container p	{ width: 400px; margin: 20px 0 0 0; padding: 0 0 12px 0; }/* margin: um text zu bewegen**/

#once { clear: left; }
