
/* ausgabe unterdrucken */

.nichtdrucken {
	display:none;
}

/* bilder (rahmen) */

img {
	border:0px;
}

/* text */

p {
	margin-top:0px;

}

.schwarz {
	color:black;
}

.weiss {
	color:white;
}

.gruen {
	color:#0abe82;
}

.rot {
	color:#e2001a;
}

.titel {
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:-1px;
	color:#0abe82;
	font-size:40px;
	line-height:49px;
	margin-bottom:16px;
}

.text {
	font-family:Helvetica, Arial, sans-serif;
	color:#0abe82;
	font-size:22px;
	line-height:26px;
	margin-bottom:26px;
	letter-spacing:-1px;
}

.textklein {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	margin-bottom:0px;
	color:#0abe82;
}

.navigation {
	font-family:Helvetica, Arial, sans-serif;
	font-size:22px;
	line-height:26px;
	margin-bottom:0px;
	color:#0abe82;
}


a:link {
	color:#0abe82;
	text-decoration:underline;
}
a:visited  {
	color:#0abe82;
	text-decoration:underline;
}
a:hover  { 
	color:#e2001a;
	text-decoration:underline;
}
a:active  { 
	color:#e2001a;
	text-decoration:underline;
}

/* divs */

#head { height:100px; }
#sponsoren { display:none; }

#ladenboxbild  { margin-bottom:30px; }
#ladenboxtext  {  }
#ladenboxclose { display:none; }




/* formulare */

.ktfeld {
	font-family:Courier New, Courier, Monaco, monospace;
	font-weight:bold;
	font-size:80%;
	color:black;
	background-color:white;
	border-style:solid;
	border-bottom-width:1px;
	border-bottom-color:white;
	border-left-color:white;
	border-top-color:white;
	border-right-color:white;
	width:300px;
	height:26px;
	padding:1px;
	margin-top:5px;

}
.ktauswahl {
	font-family:Courier New, Courier, Monaco, monospace;
	font-weight:bold;
	font-size:80%;
	color:black;
	background-color:white;
	border-width:1px;
	border-style:solid;
	border-color:white;
	width:300px;
	height:26px;
	padding:1px;
}

.button {
	font-family:Courier New, Courier, Monaco, monospace;
	font-weight:bold;
	font-size:80%;
	color:black;
	background-color:white;
	border-width:1px;
	border-style:solid;
	border-color:black;
	width:150px;
	height:26px;
	padding:0px;
}

/* body */

Body {

background-color:white;

margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;

}
