
/* ausgabe unterdrucken */

.nichtscreenen {
	display:none;
}

.text {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva;
	line-height: 20px;
}

a:link {
	color: black;
	text-decoration: underline;
}
a:visited {
	color: black;
	text-decoration: underline;
}
a:hover { 
	color: black;
	text-decoration: none;
}
a:active { 
	color: black;
	text-decoration: underline;
}

.textklein {
	color: #e68d61;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva;
	line-height: 14px;
}

.textklein a:link {
	color: #e68d61;
	text-decoration: none;
}
.textklein a:visited {
	color: #e68d61;
	text-decoration: none;
}
.textklein a:hover { 
	color: black;
	text-decoration: underline;
}
.textklein a:active { 
	color: black;
	text-decoration: underline;
}

.textliste {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva;
	line-height: 20px;
}

.textliste a:link {
	color: black;
	text-decoration: none;
}
.textliste a:visited {
	color: black;
	text-decoration: none;
}
.textliste a:hover { 
	color: black;
	text-decoration: underline;
}
.textliste a:active { 
	color: black;
	text-decoration: none;
}



/* bilder (rahmen) */

img {
	border:0px;
}

#abstandoben { position:absolute; top:0px; left:100px; width:880px; height:28px; }

#streifenoben  { position:absolute; top:28px; left:100px; width:880px; height:20px; }
#streifenunten { position:absolute; top:276px; left:100px; width:880px; height:106px; }

#hand { position:absolute; top:230px; left:569px; width:345px; height:393px; }

#auswahloriginal { position:absolute; top:73px; left:125px; width:483px; height:486px; }
#auswahl { position:absolute; top:55px; left:17px; width:673px; height:603px; }

#logo { position:absolute; top:18px; left:45px; width:615px; height:97px; }

#thementext { position:absolute; top:59px; left:668px; width:228px; height:206px; }

#text       { position:absolute; top:393px; left:667px; width:313px; height:600px; }
#textdetail { position:absolute; width:313px; height:600px; background-image:url(bilder/hintergrund-text.jpg); background-repeat:no-repeat; background-color:#f6c19e; }

#button-melden    { position:absolute; top:25px; left:842px; width:133px; height:57px; }
#button-animation { position:absolute; top:6px; left:2px; width:126px; height:46px; }

#kontakt { position:absolute; top:650px; left:115px; width:500px; height:100px; }

#sponsoren { position:absolute; top:700px; left:115px; width:500px; height:100px; }



/* body */

Body {

background-image:url(bilder/hintergrund.gif); 
background-repeat:repeat-y;
background-position:0 0;
background-color:white;

margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;

}
