body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#DEDEE1;
}
/*	Haupt-DIV: umfasst komplette Seite, sorgt für orangen Hintergrund	*/
#main {
	background-color:#fff;
	width:920px;
	margin:0px auto;
	height:100%;
	background-image:url(graphics/bg_main.gif);
}
/*	Headbereich mit Icons	*/
#head {
	width:910px;
	background-color:#FFFFFF;
	padding:8px 0px 8px 10px;
	display:none;
}
/*	DIV für Kabel-TV-BETREIBER (oranger Balken)	*/
#kabel_tv {
	width:100%;
	text-align:right;
	background-color:#F08300;
	display:none;
}
/*	Seite wird in linken und rechten Bereich getrennt - darin werden wieder eigene
	DIV definiert	*/
#left_side {
	width:100%;
	float:left;
	
}
#right_side {
	width:338px;
	border-left: 1px solid #F08300;
	float:right;
	background-color:#F08300;
	height:100%;
	display:none;
}
/*	-----LINKE SEITE-----	*/
/*	Logo-Bereich + Telefonieren über Kabel-TV	*/
#logo_div {
	width: 100%;
	background-color:#FFFFFF;
	height:112px
}
/*	Inhaltsbereich	*/
#content {
	width: 90%;
	padding: 15px 20px 15px 15px;
	font-size:11pt;
	line-height:140%;
	float:left;
	background-color:#FFFFFF;
}

/*	-----RECHTE SEITE-----	*/
/*	Linkbox	*/
#linkbox {
	background-color: #EBEBEE;
	font-size: 11px;
	padding: 10px 8px 0px 8px;
	width: 322px;
	height:102px;
}
/*	Navigation	*/
#navigation {
	background-color:#FFFFFF;
	text-align:center;
}
#navigation img.nav {
	padding: 2px 0px 2px 0px;
	border:0px;
}
/*	Verfügbarkeit	*/
#verfuegbarkeitsbox {
	font-size: 11px;
	background-color:#F08300;
	padding-top:15px;
	padding-bottom:10px;
}
.text_verfuegbarkeitspruefung {
	padding: 0px 8px 10px 8px;
	font-size:10px;
}
.verfuegbarkeits_form {
	width:260px;
	margin:0px auto;
	line-height:150%;
}

/*===== SCHRIFTEN =====*/
h3{
	font-size:13pt;
	color:#F08300
}
/*	Startpic	*/
.startpic {
	margin-left:-15px;
	margin-top:-3px;
}
