/**
* CSS
* 
* @version 1.0
* @author Till
* @author illDesigns
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;					/* Schriftgroee */
	line-height: 14px;					/* Zeilenabstand */
	font-family: Verdana, sans-serif; 	/* Schriftfamilie */
	background: #fff;
}

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

a:link { text-decoration: underline;color:#666; }			/* Link Style beim Inhalt */
a:active { text-decoration: none; }							/* Link Style beim Inhalt */
a:visited { text-decoration: underline; color: #666; }		/* Besuchter Link Style beim Inhalt */
a:hover { text-decoration: none; }							/* Mouseover Link Style beim Inhalt */

a img { border: none; }			
a.normal{													/* Go to Top Link */
	text-decoration: none;
	color:#000;
	}
	
a.normal:hover{												/* Go to Top Link Rollover */
	text-decoration: none;
	font-weight:bold;
	color:#000;}


#menu {							/* Work Menue */
    width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: absolute;
    background: white;			/* Hintergrund des Menue */
    padding: 20px 0 0 10px;		/* Abstand zum Browserrand Oben,Rechts,Unten,Links */
}

#menu ul a {					/* Work Menue Links*/
	color:#7d7d7d;					/* Work Menue Linkfarbe*/
	text-decoration: none		
}

#menu ul a:hover {				/* Work Menue Links bei Mouseover*/
	font-weight: bold;			/* Work Menue Link Style*/
	color:#000;					/* Work Menue Linkfarbe bei Mouseover*/
	text-decoration: none;
}


#static_main a{					/* Hauptmenue Links*/
	color: #000;				/* Font Farbe */
	text-decoration: none;}

#static_main a:hover{			/* Hauptmenue Links bei Mouseover */
	color: #000;				/* Link Farbe bei Mouseover */
	font-weight:bold;			/* Link Style bei Mouseover */
	text-decoration: none;}

#menu ul {
	list-style: none;
	color: #000;
	margin-top: 0px;			/* Abstand zum Hauptmenue */
	border-top: 0px solid black;}


#menu ul li.section-title { 	/* Ueberschriften Work LINKS */
	font-weight: normal;
	color:#000;					/* Kategorien Schriftfarbe */
	padding: 0px 0 0 0;			/* Kategorien Abstand (oben,rechts,unten,links) */
	cursor:pointer;				/* Cursor Hand */
}
#menu ul li.section-title:hover{
	font-weight: bold;}			/* Aktive Links -Work Unterpunkte- */

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

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

#content p { width: 500px; margin-bottom: 9px;line-height: 16px; }

p {
    margin: 0 0 9px 0;
}

font {background:#f9ff62;}

h1 { font-size: 32px;letter-spacing:2px;font-weight:normal;line-height: 39px;  }  /* Headlines */
h2 { font-size: 24px;letter-spacing:3px;font-weight:normal;line-height: 27px; }
h3 { font-size: 16px;letter-spacing:5px;font-weight:normal;line-height: 18px; }
h4 { font-size: 10px;font-weight: bold; }

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

#once { clear: left; }
#bottom{margin:5px 0 30px 0px;float:left;}