/* Stylesheet für Printausgabe | Glomas */
* {
margin: 0;
padding: 0;
}

/* star html hack fuer IE */
* html #site {
margin-left: -200px;
} 
	
#inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #333;
	}
	
	table.inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	width: 630px;
	}
/* === Allgemeine Formatierungen Überschriften Contentbereich ============ */	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	margin:0px 0px 0px 0px; 
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #C59D37;
	margin:0px 0px 15px 0px; 
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 90%;
	margin:5px 0px 5px 0px; 
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 90%;
	margin:5px 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,
#boxcontent,
#navigationscontent,
#ausblendung,
#fusszeile
 	{
  	display:none;
	}
	
	/* Logo und Beschreibung für Ausdruck */
#bodycontent {
	margin-left:0px;
	padding:0;
	}


/* Logo und Beschreibung für Ausdruck */
#logo {
	margin:0;
	padding:0;
	display: block;
	}


/* Zeigt Trennlinie bei Ausdruck*/
hr.druck {
	height: 1px;
	border: 0 none;
	border-top: 1px solid #ECECEC;
	margin: 10px 0 50px 0;
	padding: 0;
	display:block;
	}
	
/* Adresse für Ausdruck */
#adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin:0;
	padding:0;
	display: block;
	color: #666;
	text-align:center;
	}