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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: 10px;
	/*background: #d6e1e0;*/
	background: #ffffff;
	background-image:url(bg.gif);

}

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

.section-title {
	font-size: 12px;
	font-family: georgia;
	font-weight: bold;
	color: #db0415;
	text-align:right;
}
a:link { 
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #95aeac;
	text-decoration: none;
}
a:hover{color:black;}

#menu a { 
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	color: #57023c;
	text-decoration: none;
}


#menu a:hover{color:black;}


#menu p { 
	font-size: 12px;
	font-family: georgia;
	font-weight: bold;
	color: #db0415;
	text-align:right;}

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	text-align:right;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;	
}

#menu ul li.section-title { padding-top:5px; }

#menu ul li {
	padding-bottom:4px;
	background:white;
	margin-left:20px;
	padding-right:5px;
}


#content {
    height: 100%;
    margin: 90px 0 0 225px;
    top: 0;
	background:white;
	padding-left:10px;
	width:520px;
}

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

.container a{
	color: #57023c;
	text-decoration:underline;
}
.container a:hover{
	color: #000;	
	text-decoration:underline;
}
#content p {
	width: 400px; margin-bottom: 9px; color:#57023c;

}

p {
    margin: 20px 0 9px 0;
}



h1 { 
	font-size: 18px; 
	font-family: georgia;
	font-weight: bold;
	color: #db0415;
	text-decoration: none;
}



h2 { 
	font-size: 14px; 
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #57023c;
	text-decoration: none;
}




h3 { font-size: 16px; }
h4 { font-size: 12px; }

.artderarbeit 
{ 
	font-size: 12px; 
	font-family: arial;
	font-weight: bold;
	color: #57023c;
	text-decoration: none;
	padding-top: 0px;
}

.nav a{
	color: #57023c;	
}
.nav a:hover{
	color: #000;	
}

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

#once { clear: left; }