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

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

div, li, td, p, h1	{
	color: #000;
	font-family: Arial, Verdana,  Helvetica;
	font-size:9pt;
}

.fliesstext , h1, .h1, ohneBild{
	width: 500px;
}

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

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

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

#mitte{
	position: relative;
	top:20px;
	left: 10px;
	width: 690px;
	margin-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	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&uuml;r moderne Browser */
	height:420px;  /*f&uuml;r den IE */
	left: 9px;
}

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


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




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


/* Bei internen Links muss noch die eigene Domain ausgegeben werden */


