body {
	 font-family: verdana, helvetica, arial, sans-serif;
	 background: white;
	 background-image:url(bilder/main_header.jpg);
	 background-repeat:no-repeat;
 	 	
	 }

/*LOGO----------------------------------------------------------------------------- 

#logo {
	margin-left: 10px; 
	font-size: 12px;
	position: absolute; 
	top: 60px; 
	padding: 8px; 
	border: 1px dashed silver;
	}
*/
	
	/*MENU_ECHT----------------------------------------------------------------------------- */

#menu {
	margin-left: 10px; 
	position: absolute; 
	top: 220px; 
	font-size: 12px;
	color: #727272;
	padding: 8px; 
	display: block;
	border: 1px dashed silver;
	}

a {
	text-decoration: none
	}

#menu a:link {
       color: #fff;
       }

#menu a:hover {
       font-size: 10px;
       font-family: verdana, helvetica, arial, sans-serif;
       color: #fff;
       background: #77C4D9;
		/*background-image: url(bilder/pink.jpg);
		background-repeat: repeat;*/
	}
	
	

	
	
	
/*BODY----------------------------------------------------------------------------- */
	
	#content {
	margin-left: 180px; 
	position: absolute; 
	width: 700px;
	top: 220px;
	padding: 8px; 
	border: 0;
	/*1px dashed silver;*/
	background-color: #fff; 
	}
	
	#content_wp {
	margin-left: 0px; 
	position: absolute; 
	width: 0px;
	top: 0px;
	padding: 9px; 
	}

	/*#rechter {
	margin-left: 700px; 
	font-size: 12px;
	position: absolute; 
	top: 220px; 
	padding: 8px;
	border: 1px dashed silver;
	}
	
	#rechter a:hover {
       font-size: 10px;
       font-family: verdana, helvetica, arial, sans-serif;
       color: #ccc;
       background: #F37BB6;
	}
	*/
	
	#linker {
	margin-left: 10px; 
	font-size: 12px;
	position: absolute; 
	top: 355px; 
	padding: 8px;
	border: 0;
	}
	
	#linker a:hover {
       font-size: 10px;
       font-family: verdana, helvetica, arial, sans-serif;
       color: #fff;
       background: #ccff33;
	}
	
	
	#hr {
 	color: #cccccc;
	height: 1px;
	border: 0px;
	padding: 8px;
	}

	
	
	
/*HEADLINES----------------------------------------------------------------------------- */

H1 {
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
font-size: 14px;
font-size: 100%;
width:450px;
display:inline;
background-color: #324c4e;
}

H2 {
font-family : verdana, helvetica, arial, sans-serif; 
color: #727272;
font-size: 10px;
font-weight:lighter;
display:inline;

}

H3  { 
color: #0099CC; 
font-size: 10px; 
font-style: oblique; 
font-weight: lighter; 
font-stretch: condensed; 
text-decoration: none; 
display: inline; 
font-family: verdana, helvetica, arial, sans-serif;
background-color: #000; 
}


H4  { 
color: #fff; 
font-size: 16px;  
font-weight: bold; 
text-decoration: none; 
display: none; 
font-family:Georgia, arial, Times, serif;
background-color: #52B4ED;
}


/*LINKS----------------------------------------------------------------------------- */

#content a:link {
       font-size: 10px;
       font-family: verdana, helvetica, arial, sans-serif;
       color: #727272;
       text-decoration: underline;
       }
#content a:visited {
        font-size: 10px;
        font-family: verdana, helvetica, arial, sans-serif;
        color: #727272;
        text-decoration: line-through;
        }

#content a:hover {
       font-size: 10px;
       font-family: verdana, helvetica, arial, sans-serif;
       color: #000000;
       background-color: #CFCFCF;
	   text-decoration: none;
	   }
	   
#content a:active {
       font-size: 10px;
       font-family: verdana, helvetica, arial, sans-serif;
       color: #000000;
       background-color: #CFCFCF;
	   text-decoration: underline;
	   }
	   
#content a:focus {
       font-size: 10px;
       font-family: verdana, helvetica, arial, sans-serif;
       color: #000000;
       background-color: #CFCFCF;
	   text-decoration: underline;
	   }
	   
	   
	   
