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

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight:bold
	*/letter-spacing:0.02em;*/
}

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

a:link { text-decoration:none; color: #000000; }
a:active { text-decoration: none; font-style: italic;  }
a:visited { text-decoration:none; color: #000000; }
a:hover { font-size:14px;}

a img { border: none; }

#menu {
    width: 200px;
    position:fixed;
    /*overflow: auto;*/
    height: 100%;
	background-color: #fff;
	float: left; /*das hier entfernen*/
	text-align:left;
	line-height:0.95em;
	font-weight:bold
}

#menu img {
	margin-left: -20px;
	} 
	

#menu ul {
	list-style: none;
	margin: 0 0 30px 0;
}

#menu ul li {list-style:none; margin-top:3px

 }

#menu ul li.section-title {}


#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
}

.container {
    padding: 25px 30px 25px 5px;
	margin-left: 10px;
	margin-bottom: 20px;
}

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

p {
    margin: 0 0 0 0;
    color: #000000;
}

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: 400px; margin: 0; padding: 0 0 12px 0;}

#once { clear: left; }
