/* CSS Document */


* { margin: 0; padding: 0; }

* { font-size: 100% }

body {
	background: #525252 url(Bilder/body_bg.gif) repeat-y;
	font-size: 62.5%;
	}
	
a {
	color:#CC6600;
	}	
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 1.3em;
	color: #666666;
	padding: 0px 30px 10px 30px;
	text-align: center;
	}	
	
h1 {
	color: #f3ead2;
	font-weight: lighter;
	font-size: 130%;
	padding: 20px 0px 30px 24px;
	font-style: italic;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 1.3em;
	color: #666666;
	padding: 0px 30px 5px 30px;
	font-weight: bold;
	text-align: center;
	}	
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 1.3em;
	color: #CC6600;
	padding: 0px 30px 5px 30px;
	font-weight: normal;
	text-align: center;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	line-height: 1.3em;
	color: #C60;
	padding: 0px 30px 5px 30px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	}		

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 1.3em;
	color: #F00;
	padding: 0px 30px 5px 30px;
	font-weight: bold;
	text-align: center;
	}		
	
.imgnav	{
	padding: 4px 0px 3px 0px;
	}	
			
#header {
	margin: auto;
	width: 269px;
	height: 120px;
	}	

#container {
	background: #f3ebd4 url(Bilder/bg.jpg) repeat-x;
	height: 1800px;
	margin: 0px 10px 0px 180px;
	width: auto;
	}
	
#nav {
	width: 180px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	float: left;
	margin: 47px 0px 0px 0px;
	}
	
#nav ul {
	padding: 0px 0px 20px 0px;
	}	
	
#nav a {
	text-decoration: none;
	display: block;
	width: auto;
	}		
	
#nav li {
	display: inline;
	}
	
#nav li a {
	list-style-type: none;
	color: #f3ead2;
	padding: 5px 0px 5px 25px;
	}	
	
#nav li a:hover {
	color: #f3af2b;
	background: url(Bilder/nav_bg.gif) no-repeat;
	}

#nav li#active {
	color: #f3af2b;
	list-style-type: none;
	display: block;
	padding: 5px 0px 5px 25px;
	background: url(Bilder/nav_bg.gif) no-repeat;
	}
	
.iframe_1 {
	background: #f3ead2;
	margin: 3px 0px 0px 0px;
	clear: both;
	}
	
.bold {
	font-weight: bold;	
	}	
	
.left {
	float: left;
	width: 50%;
	margin: 40px 0px 0px 0px;
	}
	
.center {
	margin: 40px 100px 0px 100px;
	}	
	
.center_2 {
	margin: 0px 50px 0px 50px;
	}			
		

