/*styles.css
Globale Stylesheet Datei, welche alle wichtigen Styles der BITV Seiten enhält.
Bitte nur Global Sytles einf&uuml;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 {
    float:left;
	margin-top: 9px;
    margin-left: 10px;
	color:#999;
	width: 180px;
    background-color: #eee;
}
#links img
{
    margin-left:25px;
    margin-top:10px;
    margin-bottom:10px;
}
* html div#links
{
    margin-left:5px;
}

#home {
	padding-top: 13px;
	text-align:left;
	padding-left: 5px;
	width: 100px;
	float:left;
}

#mail_druck {
	padding-top: 8px;
	padding-left: 8px;
	text-align:left;
}

#menubuttons {
	background-image: url("../pix/layout/menu_back.gif");
	background-repeat:repeat;
	padding-left: 10px;
	line-height: 2.57em;
	border-bottom: 1px solid #FFF;
}

#mitte{
	background-image: url("../pix/layout/punkte.gif");
	background-repeat:repeat-y;
   margin-top:9px;
	width: 500px;
	margin-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	overflow:visible;
}

* html #mitte{
	background-image: url("../pix/layout/punkte.gif");
	background-repeat:repeat-y;
	width: 500px;
	margin-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
    margin-right:10px;
	float:left;
	overflow:visible;
}

#mittebreit {
	margin-top:9px;
	width:689px; 
	margin-left:5px; 
	padding-left:5px; 
	background: url("../pix/layout/punkte1.gif") repeat-y;
	float:left;
	overflow:visible;
	}
	
#textbreit {
	 float: left;
    height: inherit;
    position: relative;
    width: 100%;
	}
	

.hbreit {
    background-image: url("../pix/layout/balken_h1.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    display: block;
    width: 100%;
}

.parchimtabelle {
	border-collapse:collapse;
	}

.parchimtabelle td{
	font-size:11px;
	vertical-align:top;
	border:1px solid silver;
	height: 15px;
   padding: 7px;
	}

.parchimhead {
	background: #ececec;
	}

#oben {
	width: 880px;
	height: 110px;
    margin-left:10px;
    margin-bottom:0px;
}

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

}


#topIMG, #topLogo {
	position: absolute;
	height:110px;
	border-left-style: solid;
	border-left-width:1px;
	border-left-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width:1px;
	border-bottom-color: #FFF;
}

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

#topLogo {
    right: 10px;
	width: 191px;
	float: right;
	margin-bottom: 10px;
}

#topIMG { 
	left: 0px;
	float: none
}

#rechts {
    float:left;
	/*font-size: 20px;*/
	width: 170px;
    margin-top: 9px;
}
* html #rechts {
    float:left;
    margin-top: 9px;
	width: 170px;
}

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