/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0; 
	padding: 0; /*menue einruecken links*/
}
/*
linke seite
*/
body {
	font-size: 11.5px;
	font-family:"Courier New", Courier, monospace;
	background:#fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { 
	font-size: 11.5px;
	font-family:"Courier New", Courier, monospace;
	font-weight:normal;
	color:#000000;
	background-color:#FFFFFF;
	text-decoration:underline;
}
a:active { 
	font-size: 11.5px;
	font-family:"Courier New", Courier, monospace;
	font-weight:normal;
	color:#000000;
	background-color:#FF0000;
	text-decoration:underline;
}
a:visited { 
	font-size: 11.5px;
	font-family:"Courier New", Courier, monospace;
	font-weight:normal;
	color:#666666;
	background-color:#FFFFFF;
	text-decoration:underline;
}
a:hover { 
	font-size: 11.5px;
	font-family:"Courier New", Courier, monospace;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#000000;
	text-decoration:none;
}

a img { border: none; }

#menu {
    width: 250px;
	height: 250px;
	overflow:visible;
	line-height:20px;  /*<<<<<<<<<<<< zeilenabstand links!!*/
	/*margin-bottom:500px;
	margin-top:30px;
	margin-left:30px;
    */
	top:0;
    bottom: 0;
	left: 0;
    position:fixed;
	background-color:#fff;
	/*border:#000000;
	border:solid;
	*/
}

#menu ul {
	list-style:none;
	margin: 100 0 0px 0px;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 210px;
	margin-top: 5px;
    top: 0;
}

/*
kantenränder hier im container!!! top - height - x? - left / aber nur text nicht rand
*/
.container {
    padding: 50px 30px 300px 50px;
}

/*
hier textformat
*/
#content p { width: 450px; margin-bottom: 15px; }  /*absatzbreite und entfernung zum oberen rand*/

p {
    margin: 0 0px 40px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }

/*
bildabstände im padding
*/
#img-container p	{ width: 400px; margin: 0; padding: 0 0 10px 0; }

#once { clear: left; }