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

body {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #009933;
	line-height: 1.3;
}

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

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

a img { border: none; }

#menu {
	width: 160px;
	overflow: visible;
	top: 20px;
	bottom: 0;
	left: 35px;
	position: fixed;
	height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
	color: #0000FF;
}

#menu ul li.section-title {
	font-size: 0px;
}

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

.container {
	padding: 4px 5px 5px 3px;
}

#content p {
	width: 130px;
	margin-bottom: 0px;
}

/**
CHAAAALLOOOOOO! Hier den Abstand des Infotextes nach oben anpassen (margin-top)
*/
#content {
	margin-top: 415px;
	margin-left: -3px;
	max-width: 160px;
}

p {
    margin: 0 0 0px 0;
}

h1 {
	font-size: 12px;
	color: #FF0000;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	color: #009933;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	
}
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0px 0; }

#once { clear: left; }