/* CSS Document */
* {
margin: 0;
padding: 0;
}

body { 
	background-color: #FFF;
	font-size: 120.01%;
	font-family: Arial,sans-serif; color: #666;
	margin: 0 0 10px 0; padding: 0;
	 
	 
  	}


	
#inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	}
	
/* === Allgemeine Formatierungen Überschriften Contentbereich ============ */	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #333;
	margin:10px 0px 10px 0px; 
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin:10px 0px 10px 0px; 
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	margin:15px 0px 15px 0px; 
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 90%;
	margin:10px 0px 5px 0px; 
	}
	

/* === Ende Allgemeine Formatierungen Überschriften Contentbereich ============ */	

/* === Allgemeine Formatierungen Links Contentbereich ============ */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	text-decoration: underline;
	color: #333;
	}

a:visited {
	font-size: 12px;
	text-decoration: none;
	line-height: 120%;
	text-decoration: underline;
	color: #333;
	}
	
a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #F7941D;
	line-height: 120%;
	text-decoration: none;
	}

a:active {
	font-size: 12px;
	line-height: 120%;
	text-decoration: underline;
	color: #F7941D;
	}
	
/* === Ende Allgemeine Formatierungen Links Contentbereich ============ */

	/* ausgeblendete Inhalte * * * * * * * * * * * * * * * * * */

#headcontent,
#fusscontent,
#leistencontent,
#leistelinks
 {
  	display: none;
	}
	
	/* Logo und Beschreibung für Ausdruck */
#bodycontent {
	margin:0;
	padding:0;
	
	}
/* Logo und Beschreibung für Ausdruck */
#logo {
	margin:0;
	padding:0;
	display: block;
	}

