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

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #333333;
	color: #FFFFFF;
}

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

a:link { text-decoration: none; color: #797979; text-shadow: #000 0 0 5px;}
a:active { text-decoration: none; color: #fefffe; }
a:visited { text-decoration: none; color: #797979; text-shadow: #000 0 0 5px;}

a img { border: none; }

#menu {
    width: 220px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #333333;
	margin: 0 0 0 10px;
	text-shadow: #000 0 0 5px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 20px;
	text-shadow: #000 0 0 5px;
}

/* Überpunkte in NAV-Leiste*/
#menu ul li.section-title {

}

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

#content a:hover { color: #fefffe;  }

#menu a:hover { color: #fefffe;  }

.container {
	text-align: justify;
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
	text-align: justify;
}

/* STARTLinien Design*/
hr#linie1 {
	border: 0;
  	width: 100%;
	color: #8F8F8F;
	background-color: #8F8F8F;
	height: 2px;
	}
	
hr#linie2 {
	border: 0;
  	width: 98%;
	color: #fff;
	background-color: #fff;
	height: 2px;
	}

hr#linie3 {
	border: 0;
  	width: 480px;
	color: #fff;
	background-color: #fff;
	height: 1px;
	}
/* ENDE Linien Design*/

/* Überschriften&Schriften */
h1 { font-size: 32px; color: #FFFFFF; 
	
	}
h2 { font-size: 24px; color: #FFFFFF;}
h3 { font-size: 16px; color: #FFFFFF;}
h4 { font-size: 12px; color: #797979;}
h5 { width: 480px; font-size: 10px; font-family: Verdana, text-align: justify; sans-serif; color: #797979}
h6 { font-size: 13px; color: #FFFFFF;}

/* Bereich der Bilder unter Text*/
#img-container	{ text-align: left; max-width:900px; margin: 0; padding: 0; }

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

#once { clear: left; }
