/* General Reset */
html, 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, hr, button{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:none;
}
ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
q:before,
q:after {content:"";}
table {border-collapse:collapse; border-spacing:0;}
input,textarea,select{
	font:11px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	padding:0;
	margin:0;
}
textarea{
	overflow:auto;
	resize:none;
}
form,fieldset{border-style:none;}
html{height:100%;}
body{
	color:#000;
	font:13px/17px Arial, Helvetica, sans-serif;
	background:#e8e8e8;
	min-width:1210px;
	height:100%;
}
a{
	color:#13475d;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a:focus{outline:none;}

/* General settings */
#wrapper{  width:1210px; margin:0 auto 0; }
#banner{ float:left; width:160px; padding:175px 20px 0; }
#wrapper_con{ float:left; auto 40px; width:1010px; background:#FFF; min-height:900px; height:auto; position:relative; }
/*header*/
#header{
	width:100%;
	overflow:hidden;
	background:url(../images/bb_internetanschluss-trotz-schufa_header.jpg) no-repeat;
}
#logo{
	width:267px;
	height:71px;
	display:block;
	margin:45px 75px;
	float:left;
	cursor:pointer;
	text-indent:-9999em;
	background:url(../images/logo.png) no-repeat;
}
/*menu*/
#menu{
	width:100%;
	overflow:hidden;
	background:url(../images/bgr_menu.png) no-repeat;
}
/*body*/
#body{
	width:100%;
	overflow:hidden;
	background:#FFF url(../images/bgr_body.png) repeat-x 0 0;
}
#body .sidebar{
	float:left;
	width:198px;
}
#body .sidebar h3{
	font-size:14px;
	color:#fff;
	font-weight:bold;
	margin:15px 0 4px;
	background:#6da3ba;
	padding:5px 18px 6px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#body .sidebar ul{
	padding:0 0 11px;
}
#body .sidebar li{
	font-size:12px;
	padding:2px 0 6px 17px;
}
#body .main_content{
	float:right;
	width:750px;
	padding:0 35px 0 0;
}
#body .main_content h1{
	font-size:20px;
	padding:19px 0 13px;
	margin:0;
}
#body .main_content .banner{
	padding:10px 0;
}
#body .main_content .right{
	float:right;
	padding:5px 0 0 15px;
}
#body .main_content p{
	padding:0 0 17px;
}
/*footer*/
#footer{
	width:100%;
	text-align:center;
	font-size:12px;
	padding:30px 0;
	overflow:hidden;
}
#footer a{
	color:#000;
}