/*---------- CSS Document ----------*/

body, p a {
	background: #FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	margin:0px;}
	
a{
	color:#FFF;
	font-size:11px;
	font-weight: none;}
	
a:hover{
	text-decoration:none;}
	
#bg_website{
	margin:auto;
	width:800px;
	border:0px solid #000000;}
	

/*---------- Header ----------*/
#header{
		float:left;
		width:800px;
		height:130px;
		margin-top:20px;
		border-bottom:3px solid #000;}
		#header h1{
		font-size:12px;
		float:left;}
		#header h5{
		font-size:14px;}
		#header h2{
		font-size:12px;
		float:right;
		font-weight:bold;}
		#header h3{
		font-size:30px;
		font-style:italic;
		margin-top:40px;
		text-align:center;}
		#header h4{
		font-size:12px;
		font-style:italic;
		margin-top:-15px;
		text-align:center;}
	
	#header2{
		float:left;
	    width:800px;}
		#header2 a{
		height:17px;
		margin-top:1px;
		padding:0px 5px 0px 0px;
		color:#666666;
		float:left;
		text-align:left;
		border-left:1px solid #666666;}
		#header2 img{
		float:left;}
		#header2 h1{
		font-size:20px;
		text-align:center;
		margin-top:190px;}
		
/*---------- Navigation ----------*/
#menu{
	width:544px;
	height:25px;
	margin-right:0px;
	float:right;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	}
	
	#menu a{
	width:125px;
    color:#000;
    display:block;
	font-weight:bold;
	font-size:13px;
    padding:5px 5px 0px 5px;
    text-align:center;
    text-decoration:none;}
		
	#menu a:hover{
	text-decoration:underline;}

	/*---------- Erste Ebene der Navigation ----------*/
	#menu  li {
		
		margin:0px;
		padding:0px;
		list-style-type: none;
		
    	display:block;}
	
/*---------- Container ----------*/
	#content{
		width:800px;
		padding:0px 0px 20px 0px;
		line-height: 20px;
		float:left;
		text-align:justify;
		border:0px solid #000000;}
	#content h1{
		font-size:14px;
		font-weight:normal;
		text-align:center;
	}
	#content h2{
		margin-legt:300px;
	}
	#content h3{
	margin-left:395px;
	}
	#content a{
		color:black;
		font-weight:normal;
		font-size:14px;
	}
	
/*---------- Allgemeine Konfiguration ----------*/
.clear{
	clear: both;}
	#shade{
	height:1px;
	border:1px dotted #cccccc;}

	/*---------- Newsletter----------*/
	#newsletter{
	width:400px;
	padding:0px 0px 0px 0px;
	font-size:15px;
	}
	#news_name{
	margin-top:5px;
	color: #000000; 
	width:305px;
	border:0px;
	border-bottom:1px solid #5c5c5c;
	}

/*---------- Footer ----------*/
#footer{
	width:800px;
	height:27px;
	float:left;
	font-weight:normal;
	border-top:3px solid #000;}
	#footer h1{
	float:left;
	text-align:left;
	width:220px;
	margin-top:3px;
	margin-left:15px;}
	
	#footer h2{
	float:right;
	text-align:right;
	width:220px;
	margin-top:3px;
	margin-right:30px;}
	
	#footer a{
	height:0px;
		font-size:10px;
		font-weight:normal;
		color:#666666;}
		