
/* ausgabe unterdrucken */

.nichtscreenen {
	display:none;
}


/* bilder (rahmen) */

img {
	border:0px;
}

img a. {
	border:none;
}

a:active, a:focus{outline: none}

/* layer */

#weiss   { position:absolute; left:250px; top:0px; width:750px; height:130px; background-color:white; }
#logo    { position:absolute; left:166px; top:29px; width:390px; height:66px; }
#adresse { position:absolute; left:627px; top:20px; width:373px; height:50px; }

#hauptnavigation  { position:absolute; left:18px; top:126px; width:230px; height:150px; }
#unternavigation1 { position:absolute; left:90px; top:139px; width:150px; height:150px; }

#text { position:absolute; left:263px; top:139px; width:345px; height:150px; }
#textbreit { position:absolute; left:263px; top:139px; width:724px; }
#bild { position:absolute; left:627px; top:130px; width:373px; height:255px; }
#bildgross { position:absolute; left:627px; top:130px; width:373px; height:510px; }

#textbreit { position:absolute; left:263px; top:139px; width:737px; height:150px; }

#sponsoren { position:absolute; left:25px; top:0px; width:200px; height:100%; }

#titelhauptsponsor { position:absolute; left:1px; top:0px; width:70px; height:10px; }

#sponsor1 { position:absolute; left:0px; top:12px; width:200px; height:76px; text-align:center;}
#sponsor2 { position:absolute; left:0px; top:120px; width:200px; height:55px; text-align:center;}
#sponsor3 { position:absolute; left:0px; top:195px; width:200px; height:34px; text-align:center;}
#sponsor4 { position:absolute; left:0px; top:246px; width:200px; height:35px; text-align:center;}
#sponsor5 { position:absolute; left:0px; top:301px; width:200px; height:25px; text-align:center;}

#sponsorlinie2 { position:absolute; left:0px; top:103px; width:200px; height:1px; text-align:center;}

/* sponsoren alt (klein)
#sponsoren { position:absolute; left:25px; bottom:25px; width:200px; height:246px; background-color:white; }

#titelhauptsponsor { position:absolute; left:1px; top:0px; width:70px; height:10px; }

#sponsor1 { position:absolute; left:0px; top:16px; width:200px; height:40px; text-align:center;}
#sponsor2 { position:absolute; left:0px; top:86px; width:200px; height:29px; text-align:center;}
#sponsor3 { position:absolute; left:0px; top:142px; width:200px; height:18px; text-align:center;}
#sponsor4 { position:absolute; left:0px; top:184px; width:200px; height:19px; text-align:center;}
#sponsor5 { position:absolute; left:0px; top:237px; width:200px; height:13px; text-align:center;}

#sponsorlinie2 { position:absolute; left:0px; top:69px; width:200px; height:1px; text-align:center;}
*/


/* formulare */

.formularfeld {
	font-family:Verdana, Arial, Helvetica, Monaco, "Courier New", monospaced;
	font-size:80%;
	color:black;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:white;
	width:60px;
	height:20px;
	padding:2px;
	padding-top:3px;
	margin-top:0px;
}

.formularfeldmittel {
	font-family:Verdana, Arial, Helvetica, Monaco, "Courier New", monospaced;
	font-size:80%;
	color:black;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:white;
	width:190px;
	height:20px;
	padding:2px;
	padding-top:3px;
	margin-top:0px;
}

.formularfeldmittel2 {
	font-family:Verdana, Arial, Helvetica, Monaco, "Courier New", monospaced;
	font-size:80%;
	color:black;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:white;
	width:150px;
	height:20px;
	padding:2px;
	padding-top:3px;
	margin-top:0px;
}

.formularfeldgross {
	font-family:Verdana, Arial, Helvetica, Monaco, "Courier New", monospaced;
	font-size:80%;
	color:black;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:white;
	width:265px;
	height:20px;
	padding:2px;
	padding-top:3px;
	margin-top:0px;
}

.textfeldklein {
	font-family:Verdana, Arial, Helvetica, Monaco, "Courier New", monospaced;
	font-size:80%;
	color:black;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:white;
	width:265px;
	height:60px;
	padding:2px;
	padding-top:3px;
	margin-top:0px;
}

.textfeld {
	font-family:Verdana, Arial, Helvetica, Monaco, "Courier New", monospaced;
	font-size:80%;
	color:black;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:white;
	width:340px;
	height:100px;
	padding:2px;
	padding-top:3px;
	margin-top:0px;
}

.button {
	font-family:Verdana, Arial, Helvetica, Monaco, "Courier New", monospaced;
	font-size:100%;
	font-weight:bold;
	color:white;
	background-color:#e60029;
	border-width:1px;
	border-style:solid;
	border-color:black;
	width:125px;
	height:23px;
	padding:2px;
	padding-bottom:3px;
}

/* body */

Body {

background-image:url(bilder/hintergrund_vsl.gif); 
background-repeat:repeat-y;
background-position:top left;
background-color:white;

margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;

}

