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

body {	font-size: 12px;
	font-family: Helvetica, sans-serif;
	line-height: 1.4em;
	font-stretch: 2em;
	background: #fff; }

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


#menu {	width: 200px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 50px;
	position: fixed;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 100%;
	background-color: #fff;
	text-decoration: none; }

#menu ul {
	font-size: 13px;
	font-family: Georgia, serif;
	font-stretch: 2em;
	text-decoration: none;
	list-style: none;
	margin: 0 0 12px 0; }

#menu ul li.section-title {
	font-size: 12px;
	font-family: Helvetica, sans-serif; }

#content {
	width: 640px;
	padding-top: 50px;
	height: 100%;
	margin: 0 0 0 300px; }

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

#content p {
	width: 640px; }

p {	margin: 0 0 9px 0; }

p.beschrieb {
	font-size: 13px;
	font-family: Georgia, serif;
	font-stretch: 2em;
	padding-top: 20px; }

hr {	width: 195px; 
	color: #e2001a; }

img {	border: non;
	border-width: 0px;}


span.rot {
	text-decoration: none; 
	color: #e2001a;
}
h1 { font-size: 20px; color: #e2001a; font-family: Georgia, serif; font-weight: normal; margin-bottom: 8px; }
h2 { font-size: 16px; color: #e2001a; }

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

#once { clear: left; }

a:link { text-decoration: none;  color: #000000; }
a:active { text-decoration: underline; color: #e2001a; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #e2001a; }