/*stylesprint.css
Globale Stylesheet Datei, welche das Drucklayout der BITV Seiten enhält.
Bitte nur Global Sytles einfügen - temp. oder spezielle Styles separat legen!

*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
}

div, li, td, p, h2	{
	color: #000;
	font-family: Arial, Verdana,  Helvetica;
	font-size:9pt;
}
h1   { color: #000; font-weight: bold; font-size: 18px; font-family: Arial, Verdana, Helvetica; position: relative; left: 10px; height: auto }
.fliesstext , h2, .h2, ohneBild { width: 480px }

#InhaltRahmen{
	position: absolute;
	left: 10px;
	width: 900px;
}

* html #InhaltRahmen{
	padding-bottom:32px;
}

#home, #impressum, #links, #mail_druck, #menubuttons, #rechts, #topIMG, #ontop, .all  {
	display:none;
}

#mitte { float: left; margin-bottom: 20px; padding-right: 10px; padding-left: 10px; position: relative; left: 10px; width: 690px; overflow: visible }


#oben {	
	position: relative;
	width: 900px;
	height: 139px;
	float:left;
	top: 10px;
	left:9px;
}


#text {
	position:relative;
	padding-left: 20px;
	padding-right:10px;
	padding-top: 10px;
	height:inherit;
	min-height: 500px;
}
* html #text {
	padding-right: 30px;
	height:auto !important;  /* für moderne Browser */
	height:420px;  /*für den IE */
	left: 9px;
}

#textblock {
	position:relative;
	float:left;
	height:inherit;
}


#topLogo   { position: absolute; left: 30px; width: 191px; height: 60px }




/* Diese Regel fuegt in CSS2-Browsern die Link-Adresse hinter Links ein. */ 


/* Bei internen Links muss noch die eigene Domain ausgegeben werden */
#headbild { margin-left: 10px }
.rahmen, .rahmenp { margin-left: 10px }
