* { font-family: Arial, Helvetica, sans-serif; }

body {
	padding: 20px 10px 100px 20px;
	background-color: #63a1d6;
	background-image:url(../../dsl-bilder/hg-body.jpg); background-repeat:repeat-x;
	text-align: center;  /* Zentrierung im Internet Explorer */
  }
h1,h2,h3,h4,h5,h6,p,ul,li,a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
a, a:hover {
	text-decoration:none;
	}
div#layout-mittig {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin:0 auto;      /* standardkonforme horizontale Zentrierung */	
	width: 881px;      /* muss bei Bannerwerbung auf 1040px gesetzt sonst auf 881px */
	}

/*
	zentrales div
* ** *** ** *** ** *** ** *** ** *** ** */
#zentral {
	width: 860px; float:left;
	background-image:url(../../dsl-bilder/hg-zentral.gif); background-repeat:repeat-y;
	}
#nav {
	width: 190px; float:left;
	}
#content {
	width: 670px; float:left;
	}
	
/*
	Werbung div
	muss bei Bannereinblendung auf width: 160px; und
	ohne Bannereinblendung auf width: 1px; gesetzt werden
* ** *** ** *** ** *** ** *** ** *** ** *** ** *** ** *** ** *** ** *** ** *** ** */
#werbung {
	width: 1px; float:left;
	margin-left: 10px; margin-right: 10px; padding-top: 164px;
	}

/*
	Preisvergleichseite

* ** *** ** *** ** *** ** *** ** *** ** *** ** *** ** *** ** *** ** *** ** *** ** */
#preis-zen {
	width: 860px; background-image:url(../../dsl-bilder/hg-zentral.gif); background-repeat:repeat-y;
	}

/*
	Rechtliches

* ** *** ** *** ** *** ** *** ** *** ** *** ** *** ** *** ** *** ** *** ** *** ** */
#footer {
	width: 670px; clear:both;
	padding-top:4px;
	}
#footer span, #footer span a {
	font-size: 9px; font-weight: normal; color: #b8dcfa;	
	text-decoration: none;
	}
#footer span a {
	margin: 0px 4px 0px 4px;
	}
#footer span a:hover {
	text-decoration: underline;
	}
#footer span.rua, #footer span.rua a {
	font-size: 9px; font-weight: normal; color: #b8dcfa;
	margin: 0px 0px 0px 0px;
	}
#footer span.rua {
	margin-left: 4px;
	}
.ende {
	clear:both;
	font-size: 1px; line-height: 1px;
	}
