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

body {
	font-size: 11px;
	font-family: arial, sans-serif;
	line-height: 155%;
	background: #ffffff;
	letter-spacing:0.1em;
	margin-top: 20px;
	margin-left: 270px;

}

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

a:link { 
	text-decoration: none;
	color: #000000;
	}

a:active { 
	text-decoration: none;
	color: #000000;
	}

a:visited { 
	text-decoration: none;
	color: #000000;
	}

a:hover { 
	color: #666666;
	font-weight: bold;
}

a img { border: none; }

img {padding-right: 5px; padding-bottom: 5px; }


#menu {
	background: #ffffff;
    width: 235px;
    height: 275px;
	line-height:190%;
    top: 0;
	left: 15px;
    position: fixed;
	none repeat scroll 0 0;
}

#menu ul {
	list-style: none;
	letter-spacing:0.2em;
	border-bottom: 1px solid #cfd1d2;
}

#menu ul li.section-title { 
}


#menu li.active a {
	font-weight: bold;
	}
	
	
#menu a:hover {
	font-weight: bold;
	color: #666666;
	}
	
	
	
#content {
    height: 100%;
    margin: 0 0 0 15px;
}

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

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


.text {
	font-size: 11px;
	color: #000000;
	font-family: arial, sans-serif;
}


p {
}


kursiv { 
	font-family: georgia, serif;
	font-style: italic;
	}
	
fett { 
	font-size: 12px; 
	font-weight: bold;
	letter-spacing: 0.1em;
	}

knallrot { 
	font-family: georgia, serif;
	font-style: italic;
	font-size: 20px; 
	color: #ffffff;
	background: #FF0000;
	line-height: 130%;
	padding: 2px;
	}
	
schwarz { 
	font-family: georgia, serif;
	font-style: italic;
	font-size: 15px; 
	color: #ffffff;	
	background: #000000;
	line-height: 130%;
	padding: 2px;
	}

h1 { font-size: 16px; }

h2 { font-size: 13px; line-height: 230%;}


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


#once { clear: left; }