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

body {
	font-size: 12px;
	font-family: Courier;
	font-style:regular;
	background: #fff;
}

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

li.active a:visited { color: #000000; text-decoration: none; background: #FF0000; }
a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; background-color:#FF0000; }

a img { border: none; }

/**Style Menu links*/
#menu {
    width: 215px; /** macht menu breiter */
    overflow: auto;
    top: 45px; /** abstand von oben */
    bottom: 0;
	left: 70px; /** abstand von links */
    position: fixed;
    height: 100%; /** menu höhe in prozent von bildschirm */
	background-color: #fff; /** menu hintergrundfarbe */
	
}

/**Schriftstyle Menu links*/
#menu ul {
	list-style: none;
	margin: 20px 0 12px 0;
	line-height: 130%
}

/**Schriftstyle Menu Obersections*/
#menu ul li.section-title {
font-family: Courier;
font-weight: normal;
font-size: 12px;
font-stretch: wider;
width: 100px;
text-decoration: none; color: #FFFFFF; 
text-decoration: none; background-color:#000000;

}

/**abstand textfeld rechts von oben etc*/
#content {
	width: 450px;/**content Breite macht Textfeld entsprechend breit.*/
    height: 100%;
    margin: 30px 270px 0 350px; /** abstand von oben, rechts,  unten, links */
    top: 0;
	line-height: 150% /** abstand der zeilen im text */

}

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

#content p { width: 420px; margin-bottom: 9px; }/**content Breite macht Textfeld entsprechend breit.*/

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 14px; }
h2 { font-size: 12px; text-decoration: none; font-weight:normal; color: #FF0000; }
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; }