/*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: 550px;
	float:left;
}

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

* html #home {
	padding-top: 12px;
	text-align:left;
	padding-left: 5px;
	width: 550px;
	float:left;
}

* html #mail_druck {
	padding-top: 0px;
	text-align:right;
}


.icon-rss {
	padding: 24px 30px 0 0;
	background: url(../img/layout/rss1.gif) 1px 1px no-repeat;
}

.icon-rss:hover {
	background: url(../img/layout/rss2.gif) 1px 1px no-repeat;
}

.icon-rss span {
	display: none;
}

.icon-contact {
	padding: 24px 30px 0 0;
	background: url(../img/layout/mail1.gif) 1px 1px no-repeat;
}

.icon-contact:hover {
	background: url(../img/layout/mail2.gif) 1px 1px no-repeat;
}

.icon-contact span {
	display: none;
}


.icon-print {
	padding: 24px 31px 0 0;
	background: url(../img/layout/druck1.gif) top left no-repeat;
}

.icon-print:hover {
	background: url(../img/layout/druck2.gif) top left no-repeat;
}

.icon-print span {
	display: none;
}

#menubuttons, #menubuttons2 {
	position: relative;
	background-image: url("../img/layout/menu_back.gif");
	background-repeat:repeat;
	padding-left: 10px;
	line-height: 2.57;
	border-bottom: 1px solid #FFF;

}

#menubuttons2 {
	background-image: none;
	border-bottom: 0;
}

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

* html #mitte{
	position: relative;
	background-image: url("../img/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 {
	position:relative;
	padding-left: 20px;
	padding-right:10px;
	padding-top: 10px;
	height:inherit;
	min-height: 400px;
}
* html #text {
	padding: 0 10px 0 10px;
	height:auto !important;  /* f�r moderne Browser */
	height:420px;  /*f�r den IE */
	left: 9px;
}

#textblock {
	position:relative;
	float:left;
	height:inherit;
}
*+html #textblock { width:460px;}

#topIMG, #topLogo {
	position: absolute;
	height:140px;
	background-image: url("../img/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 {
	position: relative;
	padding-right:10px;
	float:right;
	/*font-size: 20px;*/
	width: 170px;
	left: 10px;
	top: -10px;
}
* html #rechts {
	width: 173px;
	left: 10px;
	overflow:hidden;
}

#rechtsInh {
	position: relative;
	background-image: url("../img/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;
}

.csc-mailform,
.tx_powermail_pi1_form {
	background: #eee;
	border: 1px solid #eee;
	width: 440px;
}

.tx_powermail_pi1_form {
	width: 448px;
	padding: 5px;
}

.csc-mailform label,
.tx_powermail_pi1_form label {
	display: block;
	font-weight: bold;
}

.align-center {
	text-align: center;
}

