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

body {
	font-size: 11px;
	font-family: Helvetica, Arial,Verdana, sans-serif;
	background: #ffffff;
}

body.section-1 {background-color:#ffffff }
body.section-2 { }
body.section-3 { }

a:link { text-decoration:none; color:#7A7778;}
a:active { text-decoration: none;color:#7A7778; }
a:visited { text-decoration: none;color:#7A7778;  }
a:hover { text-decoration: none; }

a img {border-width:0px; }

#menu {
    width:190px;
    overflow: auto;
    top: 30px;
    bottom: 10;
	left:50px;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
}

#menu ul {
	list-style: none;
	margin: 20px 0 12px 0px;
	line-height:15px;
}

#menu ul li.section-title { text-decoration: none; color:#07ad7e;}


/*AUSGEWAEHLTEN MENUEPUNKT MARKIEREN*/
#menu ul li.active a { text-decoration: line-through;color:#7A7778; }


#content {
    height: 100%;
    margin:50px 0px 0px 400px;
    top: 10px;

}

.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    font-size: 11px;
    line-height:12px;
    color:#131315;
    margin: 0 50 20px 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	{ width: 100px; margin:0px; padding:0px 0px 0 0 }



#Bild_Eins_div {
   	top: 30px;
	left:200px;
    	position: absolute;

}


#Bild_Zwei_div {
   	top: 100px;
	left:400px;
    	position: absolute;

}


#once { clear: left; }
