@charset "UTF-8";

/*
* CSS
* 
* @version 2.0
* @author Alex Klug
*/


/* Innen- und Außenabstände von Block-Elementen entfernen*/
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote{
	padding: 0;
	margin: 0;
	 font-weight: normal;
}

/* Link-Unterstreichungen entfernen */
a {text-decoration: none;}

/* Rahmen von verlinkten Bildern entfernen */
a img { border: none;}




/* CSS Start */
body {
font-family: monaco, helvetica, arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
 	color: #fff;
	background-color: #242424;
	/*background-image:url(bgr_black_magenta.jpg);*/
	background-repeat: no-repeat;
}

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




p {
	font-family: monaco, helvetica, arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
 	color: #fff;
}

p a{
 	
	color: #FF0;

}
p a:visited{
	color: #9CF;
 	text-decoration:none;
	border-bottom: 1px solid #444;
}

p a:hover{
	
 	text-decoration:none;
	border-bottom: 1px solid #FF0;
}



a img {
	border: none;
	
}

a:hover img{
	border: none;
	background-color: #242424;
}

#menu {
    top: 0px;
	left: 0px;
	position: absolute;
    width: 170px;
	height: 100%;

    margin-top: 10px;
    margin-left: 7px;
    margin-bottom: 20px;
      
	
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
    text-decoration: none;
	
}





#menu a{
font-family: monaco, helvetica, arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
 	color: #9CF;

}

#menu a:visited {
	color: #9CF;
 	text-decoration:none;
	border-bottom: 1px solid #444;
}

#menu a:hover {
	text-decoration:none;
	border-bottom: 1px solid #FF0;
}


#menu ul li.section-title { }

#content {
    top: 0px;
	left: 0px;
	position: relative;
	height: 100%;
	
    margin-top: 10px;        
    margin-left: 220px;
	margin-bottom: 20px;
}

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

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

}




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

#once { clear: left; }




.lightblue {
	
	color:#9CF;
}

.yellow {
	
	color:#FF0;
}

.color1 {
	
	color:#0FF;
}

.color2 {
	
	color:#0FC;
}

.color3 {
	
	color:#0F9;
}

.color4 {
	
	color:#0F6;
}

.color5 {
	
	color:#0F3;
}

.color6 {
	
	color:#0C0;
}

.color7 {
	
	color:#0C6;
}

.color8 {
	
	color:#0CC;
}

.color9 {
	
	color:#09F;
}