body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 15px;
	text-align:left;
	font-family:Verdana;
	font-size:12px;
	background-color:#ffffff; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	text-decoration:none;
	color:#000000;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------- ENDE CSS RESET ------------------------------------ */

/* ----------------------------------------  LAYOUT ---------------------------------------- */

#wrap{
	position:relative;
	text-align:left;
	width:1022px;
	padding:0px 0px 7px 10px;
	z-index:1;
	background-image:url(../img/bg_neu.jpg);
	background-repeat:repeat-y;
	
}

#werbung{
	position:absolute;
	margin-left:1010px;
	text-align:left;
	width:307px;
	top:10px;
	padding:0px 0px 7px 20px;
	left: -7px;
	
}

#werbung a {
	color:#285F95;
	font-weight:bold;
	text-decoration: underline;	
		}

#head {
	position:relative;
	width:1022px;
	height:157px;
	background-image:url(../img/head_neu.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	margin-left:-10px;

	}

#hotline {
	position:absolute;
	display:block;
	width:188px;
	height:84px;
	background-image:url(../img/buttonhotline2geteilt.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	bottom:66px;
	left:819px;
	}
	
#email {
	position:absolute;
	display:block;
	width:188px;
	height:19px;
	bottom:48px;
	left:819px;
	}
	
#contentwrap {
	margin-top:1px;
	/*background-image: url(../img/bgcontent.jpg);
	background-repeat: repeat-y;*/
	}

#hmenu {
	position:absolute;
	bottom:8px;
	left:252px;
	width:755px;
	background-color:#f3f3f3;
	}

#vmenu {
	width:180px;
	float:left;
	/*margin-top:3px;*/
	z-index:9999;
	}

#login {
	margin:0px 0px 0px 0px;
	}

#textunten {
	margin:20px 0px 20px 0px;
	}
	
#textunten li {
	list-style-type: disc;
	margin-left:10px;
	list-style-position: outside;
	}

#login span {
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 10px 2px;
	display:block;
	}

#login input {
	border:1px solid #ffffff;
	width:178px;
	height:20px;
	margin-bottom:5px;
	}

#login input.go {
	background-color:#ffffff;
	width:75px;
	margin:0px 0px 20px 0px;
	border:0px;
	float:right;
	}

#content {
	width:760px;
	margin-right:25px;
	float:right;
	/*border:1px solid #f3f3f3;*/
	padding:20px;
	}



#foot {
	position:relative;
	width:1022px;
	height:22px;
	background-image: url(../img/footbg_neu.jpg);
	background-repeat: no-repeat;
	z-index:0;
	}

#unten {
	position:relative;
	width:1022px;
	height:22px;
	z-index:1111;
	vertical-align:middle;
	text-align:center;
	}
	
#banner {
	position:absolute;
	width:565px;
	height:60px;
	bottom:87px;
	left:251px;
	text-align:center;
	}
	
#textlink {
	position:absolute;
	width:519px;
	height:15px;
	bottom:50px;
	left:251px;
	text-align:right;
	vertical-align:bottom;
	padding-top:20px;
	padding-right:40px;
	}

.clear {
	clear:both;
	}
	
#textlink a {
	color:#285F95;
	}
	
#content a {
	color:#285F95;
	font-weight:bold;
	text-decoration: underline;	
		}
		
#content table.w1pxAll {
	border: solid 1px #949ac1;
}

#werbung table.w1pxAll {
	border: solid 1px #949ac1;
} 

td.boxUeberschrift {
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
}

#content table tr.boxZeileUeberschrift {
	background:#4577ad;
}

/* ------------------------------------- ENDE LAYOUT ------------------------------------- */

/* --------------------------------- HORIZIONTALES MENU ---------------------------------- */

#hmenu ul li a {
	display:block;
	padding:5px;
	color:#285F95;
	font-weight:bold;
	}

#hmenu ul li ul li a {
	display:block;
	padding:5px;
	}

#hmenu ul li a:hover {
	color:#ffffff;
	}

#hmenu ul li {
	background-color:#efefef;
	border-left:1px solid #ffffff;
	}

#hmenu ul li ul li {
	height:auto;
	border-top:1px solid #ffffff;
	border-left:none;
	width:230px;
	}

#hmenu ul li:hover {
	background-color:#ca4653;
	}

#hmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#hmenu li {
	float: left;
	position: relative;
	width: auto;
}

#hmenu li ul {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
}

#hmenu li>ul { /* alles ausser IE */
	top: auto;
	left: auto;
}

#hmenu li:hover ul, #hmenu li.over ul {
	display: block;
}

/* ------------------------------- ENDE HORIZENTALES MENU ------------------------------- */

/* ---------------------------------- VERTIKALES MENU ----------------------------------- */

#vmenu ul li a {
	display:block;
	padding:5px;
	color:#285F95;
	font-weight:bold;
	background-color:#efefef;
	}

#vmenu ul li ul li a {
	display:block;
	padding:5px;
	}

#vmenu ul li a:hover {
	color:#ffffff;
	background-color:#ca4653;
	}

#vmenu ul li {
	background-color:#efefef;
	background-color:#ffffff;
	height:auto;
	}

#vmenu ul li {
	border-bottom:1px solid #ffffff;
	}

#vmenu ul li ul li {
	height:auto;
	border-bottom:1px solid #ffffff;
	background-color:#efefef;
	}

#vmenu ul li:hover {
	background-color:#ca4653;
	}

#vmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#vmenu li {
	float: left;
	position: relative;
	width: 180px;
}

#vmenu li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 180px;
	border-top:1px solid #ffffff;
	z-index:9999;
}

#vmenu ul li ul {
	border-top:0px;
	}

#vmenu li>ul { /* alles ausser IE */
	position: absolute;
	top: 0px;
	left: 180px;
	z-index:9999;
}

#vmenu li:hover ul, #vmenu li.over ul { 
	display: block;
	border-left:1px solid #ffffff;
}

/* -------------------------------- ENDE VERTIKALES MENU -------------------------------- */

/* ------------------------------------- TEXTFORMAT ------------------------------------- */

#content ul {
	list-style-type:disc;
	margin-left:25px;
	}

#content h1 {
	font-size:16px;
	line-height:18px;
	
	}

#content h2 {
	font-size:14px;
	}

#content table, content tr, #content td {
	border:0px;
	}

#content td {
	padding:3px;
	}

#content ul, 
#content p,
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,
#content table {
	margin-bottom:10px;
	}
	
#textunten p span {line-height:16px;}

/* ---------------------------------- ENDE TEXTFORMAT ---------------------------------- */

input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* Tarifrechner */

.l-rowheader {font-weight:bold;}
#content .l-tariffdetails {border:1px solid #4577ac;}
#content .l-description {border:1px solid #4577ac;}
#content .l-section {border:1px solid #4577ac;}
#content .l-rowheader {border:1px solid #4577ac;}

#waitingDiv {
	text-align:center;
	margin:0 auto !important;
	width:100% !important;
	height:200% !important;
	position: absolute !important;
	top:0px;
    left:0px;
	background:url(../../../images/back_wait.png);
	z-index:100 !important;
	display: none;
	}

#waitingText {
	position: relative;
	top:30%;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:20px;
}