/* /////////////////////////// COMMON /////////////////////////// */

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	behavior: url("csshover.htc"); /* IE NAVIGATION FIX */
	-webkit-text-size-adjust: none;
}


.clear:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
} 

.clear {
	display:inline-block;
} 

.clear {
	display:block;
}

h2 {
	font-size: 14px;
	color: #365b98;
	display: block;
}

/* /////////////////////////// WRAPPER /////////////////////////// */

div.Wrapper {
	width: 913px;
}

/* /////////////////////////// HEADER /////////////////////////// */

div.Header {
	height: 90px;
}

div.Header .Logo {
	margin: 24px 0 0 34px;
	position: absolute;
}

div.HeaderNav {
	font-size: 11px;
	color: #365b98;
	float: right;
	margin: 72px 0 0 0;
}

div.HeaderNav a {
	font-size: 11px;
	color: #365b98;
	text-decoration: none;
}

div.HeaderNav a:hover {
	text-decoration: underline;
}

/* /////////////////////////// NAVIGATION /////////////////////////// */


div.Navigation {
	height: 37px;
	background-image: url(../images/navigation_background.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 2px 0 0 21px;
}
	
div.Navigation ul {
    margin:0;
    padding:0;
    list-style:none;
}

div.Navigation li {
    float:left;
    background:url(../images/navigation_right.gif) no-repeat right top;
    margin: 0 1px 0 0;
    padding:0;
}

div.Navigation li:hover {
    background:url(../images/navigation_right_on.gif) no-repeat right top;
}
	
div.Navigation a {
    display: block;
    background:url(../images/navigation_left.gif) no-repeat left top;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 11px 8px 10px;
}

div.Navigation a:hover {
    background:url(../images/navigation_left_on.gif) no-repeat left top;
}

*html div.Navigation a {
    display: inline-block;
    background:url(../images/navigation_left.gif) no-repeat left top;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 11px 8px 12px;
}
	
div.Navigation #current {
    background-image:url(../images/navigation_right.gif);
}

div.Navigation #current a {
    background-image:url(../images/navigation_left.gif);
}	


/* /////////////////////////// CONTENT /////////////////////////// */

div.Content {
	padding: 5px 0 0 21px;
}

div.Content .Left {
	float: left;
	width: 677px;
}

div.Content .Right {
	float: left;
	width: 215px;
}

div.NavigationSide {
	width: 211px;
	border: 1px solid #dfe5ee;
	margin: 0 0 0 2px;
	background-image: url(../images/navigation_side_background.gif);
	background-repeat: repeat-y;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

div.NavigationSide .Top {
	padding: 19px 0 19px 23px;
}

div.NavigationSide .Top a {
	font-size: 18px;
	font-weight: bold;
	color: #d81c1c;
	text-decoration: none;
}

div.NavigationSide .Top span {
	font-size: 12px;
	color: #365b98;
	margin: 0 0 0 2px;
}

div.NavigationSideTitle {
	background-image: url(../images/navigation_side_title_background.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 5px 26px;
	margin: 0 0 1px 0;
}

div.NavigationSideLinks a {
	background-image: url(../images/navigation_side_inactive.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 12px;
	color: #365b98;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0 5px 31px;
	margin: 0 0 1px 0;
}

div.NavigationSideLinks a:hover {
	background-image: url(../images/navigation_side_active.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0 5px 31px;
}

div.Teaser1 {
	margin: 0 0 4px 0;
	width: 677px;
	height: 236px;
	background-image: url(../images/teaser_main.jpg);
	background-repeat: no-repeat;
}

div.Teaser1 a {
	position: absolute;
	z-index: 100;
}

div.Teaser1 h1 {
	font-size: 20px;
	color: #ffffff;
	display: inline-block;
	position: absolute;
	margin: 20px 0 0 15px;
}

div.Teaser1 span {
	font-size: 14px;
	color: #99ddf0;
	display: inline-block;
	font-weight: bold;
	position: absolute;
	margin: 48px 0 0 15px;
}

div.Teaser1 p {
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
	position: absolute;
	margin: 80px 0 0 15px;
}

div.Teaser1 dd {
	position: absolute;
	margin: 140px 0 0 55px;
}

div.Teaser1 dd dl {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
}

div.TeaserSubtitle {
	font-size: 14px;
	color: #365b98;
	font-weight: bold;
}

div.TeaserSubtext {
	font-size: 11px;
	color: #365b98;
	line-height: 18px;
	display: block;
	margin: 15px 0 0 0;
}

div.TeaserButton {
	position: absolute;
	margin: -53px 0 0 265px;
}

div.TeaserButton a {
	font-size: 12px;
	color: #365b98;
	font-weight: bold;
	text-decoration: none;
}

div.TeaserButton a:hover {
	text-decoration: underline;
}

div.TeaserTextBottom {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	margin: 41px 0 0 0;
}

div.ProviderLogos {
	width: 677px;
	height: 70px;
	background-image: url(../images/anbieterlogos.gif);
	background-repeat: no-repeat;
	margin: 4px 0 0 0;
}

div.Teaser2 {
	width: 677px;
	height: 175px;
	margin: 4px 0 0 0;
}

div.Teaser2 .Left {
	width: 335px;
	height: 175px;
	background-image: url(../images/shortrechner_background.gif);
	background-repeat: no-repeat;
}

div.Teaser2 .Left h2 {
	font-size: 18px;
	color: #e31705;
	display: inline;
	position: absolute;
	margin: 16px 0 0 15px;
}

div.Teaser2 .Right {
	width: 335px;
	height: 175px;
	margin: 0 0 0 7px;
	background-image: url(../images/teaser2.gif);
	background-repeat: no-repeat;
}

div.Teaser2 .Right h2 {
	font-size: 18px;
	color: #365b98;
	display: block;
	margin: 16px 0 0 12px;
}

div.Teaser2 .Right div {
	font-size: 11px;
	color: #365b98;
	display: block;
	margin: 16px 0 0 14px;
	width: 190px;
	line-height: 18px;
}

div.Teaser2 .Right div a {
	font-size: 11px;
	color: #365b98;
	text-decoration: none;
	font-weight: bold;
}

div.Teaser2 .Right div a:hover {
	text-decoration: underline;
}

div.BoxPlz {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	padding: 64px 0 0 17px;
}

div.BoxPlz b {
	font-size: 12px;
	color: #ffffff;
	display: block;
	margin: 0 0 5px 0;
}

div.BoxPlz input {
	width: 119px;
	border: 1px solid #dbdbdb;
}

div.BoxPlz span {
	top: 2px;
	left: 8px;
	position: relative;
}

div.BoxSpeed {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	margin: 64px 0 0 178px;
}

div.BoxSpeed b {
	font-size: 12px;
	color: #ffffff;
	display: block;
	margin: 0 0 5px 0;
}

div.BoxSpeed select {
	width: 121px;
	font-size: 11px;
}

div.BoxSpeed span {
	top: 2px;
	left: 8px;
	position: relative;
}

div.BoxFlatrate {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	margin: 113px 0 0 17px;
}

div.BoxFlatrate b {
	font-size: 12px;
	color: #ffffff;
	display: block;
	margin: 0 0 5px 0;
}

div.BoxFlatrate select {
	width: 121px;
	font-size: 11px;
}

div.BoxFlatrate span {
	top: 2px;
	left: 8px;
	position: relative;
}

div.BoxButton {
	position: absolute;
	margin: 130px 0 0 178px;
}

div.TextBox {
	border: 1px solid #dfe5ee;
	margin: 2px 0 0 0;
	background-image: url(../images/box_verlauf.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 15px 10px 15px 17px;
}

div.TextBox h2 {
	font-size: 18px;
	color: #365b98;
	display: block;
	margin: 0 0 15px 0;
}

div.TextBox .Text {
	font-size: 11px;
	color: #365b98;
	line-height: 18px;
}

div.TextBox .Text b {
	font-size: 10px;
	color: #365b98;
	line-height: 18px;
}

div.Teaser3Check  {
	margin: 15px 0 0 0;
}

div.Teaser3Check a {
	font-size: 12px;
	color: #365b98;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}

div.Teaser3Check a:hover {
	text-decoration: underline;
}

div.Teaser3Check b {
	font-size: 11px;
	color: #365b98;
	display: block;
	margin: 0 0 5px 0;
}

div.Teaser3Check input {
	width: 119px;
	border: 1px solid #dbdbdb;
	font-size: 11px;
	padding: 2px 0 2px 0;
}

div.Teaser3Check span {
	top: 1px;
	left: 8px;
	position: relative;
}

div.InfoBox {
	display: block;
	background-color: #365b98;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 0 8px 12px;
	margin: 4px 0 4px 0;
}

div.InfoBox2 {
	display: block;
	background-color: #365b98;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 0 8px 12px;
	margin: 4px 0 4px 0;
}

div.BlogInfoBox {
	display: block;
	background-color: #365b98;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 0 8px 12px;
	margin: 20px 0 4px 0;
}

div.BlogInfoBox span {
	display: block;
	position: relative;
	margin: 0 0 0 70px;
}

div.NewsIcon {
	position: absolute;
	margin: -13px 0 0 0;
}

div.ProviderBlog {
	font-size: 10px;
	line-height: 18px;
	color: #365b98;
	padding: 20px 20px 20px 15px;
}

div.ProviderBlog a {
	font-size: 10px;
	color: #e2001a;
	text-decoration: none;
}

div.ProviderBlog h2 {
	font-size: 14px;
	font-weight: bold;
	color: #365b98a;
	display: block;
	margin: 0 0 12px 0;
}

div.ProviderBlog a:hover {
	text-decoration: underline;
}

div.ProviderBlog b {
	color: #e2001a;
}


div.ProviderRow {
	border: 1px solid #dfe5ee;
	height: 193px;
	margin: 0 0 4px 0;
}

div.ProviderRow h3 {
	font-size: 18px;
	color: #365b98;
	display: inline;
	margin: 13px 0 0 14px;
	position: absolute;
	text-decoration: none;
}

div.ProviderRow h3:hover {
	text-decoration: underline;
	cursor: pointer;
}

div.ProviderRow .Left {
	width: 224px;
	height: 193px;
	border-right: 1px solid #dfe5ee;
	background-image: url(../images/box_verlauf_small.gif);
	background-repeat: repeat-x;
	float: left;
}

div.ProviderRow .Center {
	width: 227px;
	height: 193px;
	border-right: 1px solid #dfe5ee;
	background-image: url(../images/box_verlauf_small.gif);
	background-repeat: repeat-x;
	float: left;
}

div.ProviderRow .Right {
	width: 222px;
	height: 193px;
	background-image: url(../images/box_verlauf_small.gif);
	background-repeat: repeat-x;
	float: left;
}

div.ProviderTextSmall {
	font-size: 11px;
	line-height: 16px;
	color: #365b98;
	position: absolute;
	width: 200px;
	margin: 66px 0 0 14px;
}

div.ProviderTextSmall a{
	font-size: 11px;
	color: #365b98;
}

div.ProviderLogo {
	position: absolute;
	width: 120px;
	height: 70px;
	margin: 0 0 0 100px;
	text-align: right;
}

div.ProviderLogo img {
	padding: 16px 5px 0 0;
}

div.ProviderLink {
	position: absolute;
	font-size: 11px;
	color: #365b98;
	margin: 160px 0 0 14px;
}

div.ProviderLink a {
	font-size: 11px;
	color: #365b98;
	text-decoration: none;
	font-weight: bold;
}

div.ProviderLink a:hover {
	text-decoration: underline;
}

div.ProviderInfo {
	border: 1px solid #efefef;
	background-color: #ffffff;
	font-size: 9px;
	color: #bababa;
	line-height: 18px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 4px 0;
}

div.Box {
	width: 673px;
	border: 1px solid #e1e6ef;
	padding: 1px;
	margin: 0 0 4px 0;
}

div.ContentBox {
	border: 1px solid #e1e6ef;
	padding: 12px;
	margin: 0 0 4px 0;
	font-size: 10px;
	color: #365b98;
	line-height: 18px;
}

div.ContentBox a {
	font-size: 10px;
	color: #365b98;
	text-decoration: underline;
}

div.Shortrechner {
	background-image: url(../images/shortrechner_background_blue.gif);
	background-repeat: no-repeat;
	height: 75px;
}

div.Shortrechner .Title {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	position: absolute;
	margin: 12px 0 0 12px;
}

div.Shortrechner .Plz {
	position: absolute;	
	margin: 40px 0 0 12px;
}

div.Shortrechner .Plz b {
	font-size: 12px;
	color: #ffffff;
}

div.Shortrechner .Plz input {
	font-size: 12px;
	border: 1px solid #e4e4e4;
	width: 100px;
}

div.Shortrechner .Speed {
	position: absolute;	
	margin: 39px 0 0 200px;
}

div.Shortrechner .Speed b {
	font-size: 12px;
	color: #ffffff;
}

div.Shortrechner .Speed select {
	font-size: 12px;
	width: 102px;
}

div.Shortrechner .Speed span {
	top: 1px;
	left: 4px;
	position: relative;
}

div.Shortrechner .Button {
	position: absolute;
	margin: 41px 0 0 505px;
}

div.ProviderContent {
	padding: 9px 7px 0 10px;
}

div.ProviderContent .Left {
	width: 111px;
	float: left;
}

div.ProviderContent .Center {
	width: 345px;
	float: left;
	padding: 0 0 0 5px;
}

div.ProviderContent .Right {
	width: 189px;
	float: left;
	padding: 0 0 0 6px;
}

div.Provider {
	width: 109px;
	border: 1px solid #dfe5ef;
}

div.ProviderText {
	width: 327px;
	border: 1px solid #dfe5ef;
	padding: 20px 8px 20px 8px;
	font-size: 10px;
	color: #365b98;
	line-height: 18px;
	/*height: 399px;*/
}

*html div.ProviderText {
	width: 327px;
	border: 1px solid #dfe5ef;
	padding: 20px 8px 20px 8px;
	font-size: 10px;
	color: #365b98;
	line-height: 18px;
	height: 423px;
}

div.ProviderText h2 {
	font-size: 22px;
	color: #365b98;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px 0;
}

div.ProviderScreen {
	width: 187px;
	border: 1px solid #dfe5ef;
}

div.ProviderSpeed {
	width: 187px;
	border: 1px solid #dfe5ef;
	margin: 5px 0 0 0;
	background-image: url(../images/speedbox_background.gif);
	background-repeat: repeat-x;
}

div.ProviderSpeed .Title {
	font-size: 11px;
	color: #365b98;
	font-weight: bold;
	display: block;
	margin: 9px 0 0 8px;
}

div.ProviderSpeed .SubTitle {
	font-size: 11px;
	color: #365b98;
	display: block;
	margin: 2px 0 0 8px;
}

div.ProviderSpeed .Speed {
	font-size: 18px;
	color: #365b98;
	display: block;
	font-weight: bold;
	margin: 12px 0 15px 0;
	text-align: center;
}

div.Benefits {
	width: 187px;
	border: 1px solid #dfe5ef;
	margin: 5px 0 0 0;
	height: 172px;
}

*html div.Benefits {
	width: 187px;
	border: 1px solid #dfe5ef;
	margin: 5px 0 0 0;
	height: 193px;
}

div.Benefits .Title {
	font-size: 11px;
	color: #365b98;
	font-weight: bold;
	display: block;
	margin: 9px 0 0 8px;
}

div.BenefitsBox{
	margin: 15px 0 0 0;
}

div.Benefits span {
	background-image: url(../images/checkbox_green.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 10px;
	color: #365b98;
	font-weight: bold;
	padding: 0 0 0 22px;
	margin: 0 0 10px 8px;
	display: block;
}

div.ProviderBanner {
	width: 654px;
	height: 80px;
	background-color: #f5f5f5;
	margin: 15px 0 15px 10px;
}

div.BenefitsBig {
	border: 1px solid #becade;
	background-color: #f0f3f8;
	padding: 10px 0 10px 10px;
}

div.BenefitsBig span {
	font-size: 10px;
	color: #365b98;
	font-weight: bold;
	background-image: url(../images/checkbox_green.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	padding: 0 0 0 20px;
	line-height: 25px;
}

div.BenefitsBig .Left {
	width: 250px;
	float: left;
}

div.BenefitsBig .Right {
	float: left;
}

div.CalcTeaser {
	position: absolute;
	width: 172px;
	height: 228px;
	margin: -40px 0 0 480px;
}

div.Calc {
	margin: 30px 0 10px 0;
	width: 650px;
}
div.Ports {
	height: 376px;
	background-image: url(../images/anschluesse.gif);
	background-repeat: no-repeat;
}

div.Ports .First {
	width: 285px;
	position: absolute;
	margin: 8px 0 0 75px;
}

div.Ports .Second {
	width: 295px;
	position: absolute;
	margin: 75px 0 0 75px;
}

div.Ports .Third {
	width: 280px;
	position: absolute;
	margin: 160px 0 0 75px;
}

div.Ports .Fourth {
	width: 280px;
	position: absolute;
	margin: 225px 0 0 75px;
}

div.Ports .Fifth {
	width: 280px;
	position: absolute;
	margin: 302px 0 0 75px;
}

div.DSLWomen {
	position: absolute;
	margin: -195px 0 0 390px;
}

.SpeedTable {
	border: 1px solid #7495bd;
}

.Row1 {
	background-color: #4471a6;
	color: #ffffff;
	border-right: 1px solid #fff;
	padding: 4px 0 4px 0;
}

.Row1Last {
	background-color: #4471a6;
	color: #ffffff;
}

.RowDark {
	background-color: #dee7ef;
	font-size: 10px;
	font-weight: bold;
	color: #4471a6;
	padding: 5px 14px 5px 14px;
	border-right: 1px solid #4471a6;
}

.RowDarkLast {
	background-color: #e9f5ff;
	font-size: 10px;
	font-weight: bold;
	color: #4471a6;
	padding: 5px 14px 5px 14px;
}

.RowLight {
	background-color: #e8eef4;
	font-size: 10px;
	font-weight: bold;
	color: #4471a6;
	padding: 5px 14px 5px 14px;
	border-right: 1px solid #4471a6;
}

.RowLightLast {
	background-color: #eff7ff;
	font-size: 10px;
	font-weight: bold;
	color: #4471a6;
	padding: 5px 14px 5px 14px;
}

div.PowerlanTeaser {
	width: 164px;
	height: 227px;
	position: absolute;
	background-image: url(../images/dsl_teaser_women4.gif);
	background-repeat: no-repeat;
	margin: 11px 0 0 480px;
}

*html div.PowerlanTeaser {
	width: 164px;
	height: 227px;
	position: absolute;
	background-image: url(../images/dsl_teaser_women4.gif);
	background-repeat: no-repeat;
	margin: 4px 0 0 480px;
}

div.KontaktTeaser {
	width: 141px;
	height: 247px;
	position: absolute;
	background-image: url(../images/dsl_teaser_women5.gif);
	background-repeat: no-repeat;
	margin: -27px 0 0 510px;
}

*html div.KontaktTeaser {
	width: 141px;
	height: 247px;
	position: absolute;
	background-image: url(../images/dsl_teaser_women5.gif);
	background-repeat: no-repeat;
	margin: -34px 0 0 510px;
}

div.PowerlanPowerline {
	background-image: url(../images/powerlan_powerline_teaser.gif);
	background-repeat: no-repeat;
	height: 278px;
}

div.PowerlanPowerline span {
	position: absolute;
	margin: 255px 0 0 15px;
}

div.PowerlanPowerline span a  {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

div.PowerlanPowerline span a:hover  {
	text-decoration: underline;
}

div.DSLCheck {
	height: 112px;
	background-image: url(../images/shortrechner_background_blue_2.gif);
	background-repeat: no-repeat;
}

div.DSLCheck .Title {
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	font-weight: bold;
	margin: 12px 0 0 15px;
}

div.DSLCheck .Plz {
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	margin: 50px 0 0 15px;
}

div.DSLCheck .Plz input {
	border: 1px solid #e4e4e4;
	width: 101px;
	font-size: 11px;
}

div.DSLCheck .Button {
	position: absolute;
	margin: 49px 0 0 200px;
}

div.Newsletter {
	padding: 15px 0 18px 12px;
}

div.Newsletter b {
	font-size: 11px;
	color: #365b98;
	display: inline-block;
	margin: 0 0 5px 0;
}

div.Newsletter input {
	font-size: 11px;
	border: 1px solid #dbdbdb;
	padding: 2px 0 2px 0;
	width: 110px;
	color: #8c8c8c;
	
}

div.Newsletter .form_button_submit {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 0px;
	background-color: #365b98;
	width: 70px;
	
}

div.ShortrechnerStart {
	background-image: url(../images/shortrechner_start_background_blue.gif);
	background-repeat: no-repeat;
	height: 75px;
}

div.ShortrechnerStart .Title {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	position: absolute;
	margin: 12px 0 0 12px;
}

div.ShortrechnerStart .Plz {
	position: absolute;	
	margin: 40px 0 0 12px;
}

div.ShortrechnerStart .Plz b {
	font-size: 12px;
	color: #ffffff;
}

div.ShortrechnerStart .Plz input {
	font-size: 12px;
	border: 1px solid #e4e4e4;
	width: 100px;
}

div.ShortrechnerStart .Speed {
	position: absolute;	
	margin: 39px 0 0 200px;
}

div.ShortrechnerStart .Speed b {
	font-size: 12px;
	color: #ffffff;
}

div.ShortrechnerStart .Speed select {
	font-size: 12px;
	width: 102px;
}

div.ShortrechnerStart .Speed span {
	top: 1px;
	left: 4px;
	position: relative;
}

div.ShortrechnerStart .Button {
	position: absolute;
	margin: 41px 0 0 505px;
}

/* /////////////////////////// FOOTER /////////////////////////// */

div.Footer {
	width: 698px;
}

div.FooterTop {
	height: 82px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}

div.FooterBottom {
	font-size: 11px;
	color: #365b98;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 15px 0;
}

div.FooterBottom a {
	font-size: 11px;
	color: #365b98;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}

div.FooterBottom a:hover {
	text-decoration: underline;
}

div.FooterCopyright {
	font-size: 11px;
	color: #9e9e9e;
	position: absolute;
	margin: 20px 0 0 353px;
}

div.FooterInfo {
	font-size: 11px;
	color: #8b8b8b;
	position: absolute;
	margin: 60px 0 0 32px;
}


#stf {
position: absolute;
top: -2000px;
left: -2000px;
}

/* /////////////////////////// SUCHE /////////////////////////// */

#searchform #s {
	float: left;
	width: 115px;
	border: 1px solid #dddee0;
	color: #9c9c9c;
	font-size: 11px;
	margin: 4px 0 0 6px;
}

#searchform #searchsubmit {
	float: left;
	margin: 0 0 0 6px;
	color: #ffffff;
	background-image: url(http://blog.dsl-vergleich24.net/wp-content/themes/dsl-blog/images/button_suche.gif);
	border: 0px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 14px 6px 14px;
	
}

*:first-child+html #searchform #searchsubmit {
	float: left;
	margin: 0 0 0 6px;
	color: #ffffff;
	background-image: url(http://blog.dsl-vergleich24.net/wp-content/themes/dsl-blog/images/button_suche.gif);
	border: 0px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 5px 6px 5px;
}

*html #searchform #searchsubmit {
	float: left;
	margin: 0 0 0 6px;
	color: #ffffff;
	background-image: url(http://blog.dsl-vergleich24.net/wp-content/themes/dsl-blog/images/button_suche.gif);
	border: 0px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 7px 5px 6px;
	
}

/* /////////////////////////// KONTAKT  /////////////////////////// */

div.Success {
	border: 1px solid #dfe5ee;
	padding: 10px 0 10px 10px;
	margin: 0 0 15px 0;
}


/* /////////////////////////// BANNER  /////////////////////////// */

#widebanner {
	margin-left: 162px;
	margin-top: 20px;
}

#widebanner2 {
	margin-left: 182px;
	margin-top: 20px;
}

/* /////////////////////////// Neuanschluss/Wechsel ////////////// */

#piktogramm {
	border: 1px solid #e0e6ef;
	margin: 15px 0 0 1px;
}

#litop {
	margin: 15px 0 0 90px;
}

#libottom{
	margin: 0 0 15px 90px;
}

#libottom2{
	margin: 0 0 55px 90px;
}

#libottom3{
	margin: 8px 0 15px 20px;
}

#limiddle{
	margin: 0 0 0 90px;
}

 /* /////////////////////////// BUTTON  /////////////////////////// */
 
 .button {
 	background-image: url(../images/button-background.gif);
	background-repeat: repeat-x;
	cursor: pointer;
	height: 30px;
	position: relative;
	display: inline-block;
}

.button-left {
	background-image: url(../images/button-left.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 4px;
	left: 0px;
	position: absolute;
}

.button-right {
	background-image: url(../images/button-right.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 6px;
	right: 0px;
	position: absolute;
}

 .button div {
 	border: 0px;
	cursor: pointer;
	position: relative;
	width: auto;
	font-size: 12px;
	color: #ffffff;
	overflow: visible;
	background: none;
	font-weight: bold;
	padding: 4px 16px 4px 10px;
}

 /* /////////////////////////// DSL  /////////////////////////// */


.mobileHead td {
	background-color: #4785b7;
	font-weight: bold;
	color: #ffffff;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #276191;
}

.mobileRow td {
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 0 10px 0;
	font-weight: bold;
	text-align: center;
}

.mobileRow:hover {
	background-color: #f2f2f2;
}

.blueRow {
	background-color: #e5f3ff;
}

.fieldset {
	border: 1px solid #dbdbdb;
	background-color: #e5f3ff;
	display: block;
}

.mobileProvider, x:-moz-any-link { /* Firefox Only */
	margin: 10px 0 10px 0!important;
}

.dslProvider, x:-moz-any-link { /* Firefox Only */
	margin: 10px 0 10px 0!important;
}

.dslProvider {
	margin: 10px 0 10px 10px;
}

.mobileProvider {
	margin: 10px 0 10px 10px;
}

.teaserProvider {
	margin: 0 0 0 50px;
}

*html #dslButton {
	margin: -15px 0 0 -69px;
	position: absolute;
}

*html #mobileButton {
	margin: -15px 0 0 -72px;
	position: absolute;
}

.fieldset table {
	margin: 0 0 5px 0;
}

.fieldset legend {
	color: #b00005;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

ul.mobileList {
	list-style: square;
	color: #b00005;
}

ul.mobileList span {
	color: #303030;
	font-weight: bold;
}
