/*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 {
	padding-top: 13px;
	text-align:left;
	padding-left: 5px;
	width: 100px;
	float:left;
}

* html #home {
	padding-top: 15px;
	text-align:left;
	padding-left: 5px;
	width: 100px;
	float:left;
	margin-top: -3;
}

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

* html #mail_druck {
	padding-top: 8px;
	text-align:right;
	margin-top: -3;
}


#menubuttons {
	position: relative;
	/* background-image: url("../pix/layout/menu_back.gif"); */
	/* background-repeat:repeat; */
	/* background-color: #eee; */
	padding-left: 0px;
	line-height: 2.57;
	border-bottom: 1px solid #FFF;

}

#mitte{
	position: relative;
	background-image: url("../pix/layout/punkte.gif");
	background-repeat:repeat-y;
	/* border-left:180px solid #eee; */
	top:20px;
	left: 190px;
	width: 690px;
	margin-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	overflow:visible;
}

* html #mitte{
	position: relative;
	background-image: url("../pix/layout/punkte.gif");
	background-repeat:repeat-y;
	/* border-left:180px solid #eee; */
	top:22px;
	left: 190px;
	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 {
	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ü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 { 
	width: 690px;
	right: 19px;
	float:right;
}

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

#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:10px;
	margin-bottom: 10px;
	width: 160px;
	border-bottom-style: solid;
	border-bottom-width:10px;
	border-bottom-color: #FFF;
}


.no_underline {
	text-decoration: none;
	}

.no_underline:visited {
	text-decoration: none;
	}


.no_underline:hover {
	text-decoration: none;
	}