* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    background-color: #700;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center; /* horizontal centering for IE Win quirks */
}

h1 {
	font-size: 115%;
	font-weight: bold;
	color: #000066;
    margin-bottom: 5px;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #000066;
    margin-bottom: 5px;
}

a, a:visited {
    text-decoration: none;
	font-weight: bold;
	color: #700;
}

/*a:hover {
	border-bottom: 1px solid #700;
}
*/
p {
	color: #000066;
	margin-bottom: 5px;
}

img {
	border: none;
}

#abstand {
    width: 1px;
    height: 50%;
    background-color: #700;
    margin-bottom: -250px; /* half of container's height */
    float: left;
}

#wrapper {
    margin: 0 auto;
    position: relative; /* puts container in front of distance */
    height: 500px;
    width: 800px;
    clear: left;
    background-color: #700;
	background-image: url(../grafik/fernseher.jpg);
	background-repeat: no-repeat;
	text-align: left; /* im body für quirks zentriert, hier zurückgesetzt*/
}

#logo {
	position: absolute;
	top: 70px;
	right: 310px;
}

#willkommen {  /*Bereiche der Index Seite*/
	color: #000066;
	position: absolute;
	width: 500px;
	top: 260px;
	right: 100px;
}

#enter {
	position: absolute;
	width: 150px;
	top: 430px;
	right: 150px;
}

#navibereich { /*Bereiche der weiteren html Seiten*/
	float: left;
	width: 210px;
	padding-left: 20px;
	margin-top: 25px;
	margin-left: 28px;
}

#navibereich img {
	margin-top: 18px;
	margin-bottom: 10px;
}

#navibereich li {
    list-style-type: none;
    border: 1px solid #000066;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    width: 160px;
}

#navibereich ul {
    margin-bottom: 35px;

}

#navibereich a {
    display: block;
    text-decoration: none;
	color: #000066;
	font-weight: bold;
    padding: 5px;
    padding-left: 14px;
    height: 16px;
}

#navibereich #logo a {
    padding-left: 7px;
}
#button_red_off a:hover {
    background-image: url(../grafik/button_red_on.jpg);
}

#button_green_off a:hover {
    background-image: url(../grafik/button_green_on.jpg);
}

#button_blue_off a:hover {
    background-image: url(../grafik/button_blue_on.jpg);
}

#button_red_off {
    background-image: url(../grafik/button_red_off.jpg);
}

#button_red_on {
    background-image: url(../grafik/button_red_on.jpg);
}

#button_green_off {
    background-image: url(../grafik/button_green_off.jpg);
}

#button_green_on {
    background-image: url(../grafik/button_green_on.jpg);
}

#button_blue_off {
    background-image: url(../grafik/button_blue_off.jpg);
}

#button_blue_on {
    background-image: url(../grafik/button_blue_on.jpg);
}

#drucklogo { display: none; } /*Logo nur für die Druckausgabe*/

#textbereich { /*Bereiche der weiteren html Seiten*/
	float: right;
	width: 450px;
	height: 400px;
	padding: 0px 10px 20px 20px;
	margin-top: 40px;
	margin-right: 60px;
	overflow: auto;
}

#textbereich a:link, a:visited {
	color: #700;
	font-weight: bold;
}

#textbereich .faqueberschrift a {
	color: #000066;
}

#textbereich a:hover, a:focus {
	border-bottom: 1px solid #700;
}

#textbereich li {
	color: #000066;
	margin-top: 3px;
	margin-left: 17px;
	list-style-type: square;
}

#textbereich ul {
	margin-bottom: 8px;
}

.kontaktleft {
	float: left;
	width: 70px;
	margin-bottom: 0.5em;
}

.faqzurueck {
    padding-bottom: 20px;
}

.fett {
    font-weight: bold;
}

#textbereich input, #textbereich textarea {
	margin-bottom: 0.5em;
}

.agenturtext {
	width: 250px;
	float: left;
	margin-top: 30px;

}

.agenturfoto {
	width: 75px;
	float: left;
	margin-bottom: 20px;
}

.clearing {
	clear: both;
	background: #fff;
	color: #fff;
}

#fussbereich {
	clear: both;
	font-size: 80%;
	position: absolute;
	width: 800px;
	top: 500px;
	right: 10px;
}

#fussbereich a {
	color: #c93;
	text-decoration: none;
	font-weight: normal;
}

#fussbereich a:hover, a:focus {
	color: #dc9;
}

.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

#wrapper #enter a:hover, a:focus {
	border-bottom: 1px solid #700;
}

#wrapper #nodruck {
	display: none;
}

.onlyprint {
	display: none;
}