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

 */


#InhaltRahmen{
	position: absolute;
	margin-left: -450px;
	background-color:#FFF;
	border-bottom: 10px solid #eee;
	padding-bottom:10px;
	left: 50%;
	width: 900px;
}

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

#links {
	position: absolute;
	padding-left: 5px;
	color:#999;
	width: 180px;
	left: 5px;
	top: 160px;
}


#home                   { color: #a9a9a9; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: left; text-transform: uppercase; letter-spacing: 1px; float: left; padding-top: 15px; padding-left: 0px; position: relative; left: -180px; width: 200px }

#mail_druck {
	padding-top: 6px;
	text-align:right;
}

#headbild   { width: 460px; height: 105px }

#menubuttons  { background: url(../pix/layout/menu_back.gif) repeat; padding-left: 10px; border-bottom: 1px solid #fff; position: relative }
#menubuttons1       { background: #d3d3d3 repeat; margin-top: 4px; padding-top: 4px; padding-bottom: 5px; padding-left: 10px; border-bottom: 2px solid #fff; position: relative; top: -7px }
#menubuttons2    { background: url(../pix/layout/menu_back.gif) repeat; margin-top: -6px; padding-left: 10px; border-bottom: 1px solid #fff; position: relative }
#menubuttons2o { background: url(../pix/layout/menu_back.gif) repeat; padding-left: 10px; border-bottom: 1px solid #fff; position: relative }
#mitte  { background: url(../pix/layout/punkte.gif) repeat-y; float: left; margin-bottom: 20px; padding-right: 10px; padding-left: 10px; border-left: 180px solid #eee; position: relative; top: 20px; left: 10px; width: 690px; overflow: visible }
#map   { float: left; margin-bottom: 20px; padding-right: 10px; padding-left: 10px; position: relative; top: 0px; width: 880px }
* html #mitte{
	position: relative;
	background-image: url("../pix/layout/punkte.gif");
	background-repeat:repeat-y;
	border-left:180px solid #eee;
	top:22px;
	left: 10px;
	width: 690px;
	margin-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
	float:left;
	overflow:visible;
}

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


#text   { padding: 0px 10px 10px 20px; position: relative; min-height: 400px }
* 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;
}


#topIMG, #topLogo {
	position: absolute;
	height:140px;
	background-image: url("../pix/layout/balken_top.gif");
	background-position:bottom;
	background-repeat:repeat-x;
	border-left-style: solid;
	border-left-width:1px;
	border-left-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width:1px;
	border-bottom-color: #cbcbcb;
}

* html #topIMG, #topLogo {
	height:140px;
}	

#topLogo {
	width: 191px;
	float:left;
}

#topIMG { 
	right: 19px;
	float:right;
}

#rechts  { float: right; padding-top: 10px; padding-right: 10px; position: relative; top: -10px; left: 10px; width: 170px }
* html #rechts {
	width: 173px;
	left: 30px;
}

#rechtsInh  { background: #f6f6f6 url(../pix/layout/balken_h1.gif) repeat-x; margin-bottom: 5px; padding: 2px 10px 5px; border-bottom: 10px; position: relative; width: 160px; border-bottom-color: #FFF; border-bottom-style: solid }
.all         { float: right; padding-top: 2px; padding-right: 15px; width: auto }
