
/* ausgabe unterdrucken */

.nichtdrucken {
	display:none;
}

/* bilder (rahmen) */

img {
	border:0px;
}

/* text */

p {
	margin-top:0px;

}

.schwarz {
	color:black;
}

.weiss {
	color:white;
}

.blau {
	color:#0083bf;
}

.titel {
	font-weight:bold;
	font-style:italic;
}

.text {
	font-family:Georgia, Times;
	color:black;
	font-size:22px;
	line-height:26px;
	margin-bottom:26px;
}

.textweiss {
	font-family:Georgia, Times;
	color:white;
	font-size:22px;
	line-height:26px;
	margin-bottom:26px;
}

.textklein {
	font-family:Georgia, Times;
	font-size:12px;
	line-height:15px;
	margin-bottom:0px;
	color:#0083bf;
}

.textkleinschwarz {
	font-family:Georgia, Times;
	font-size:12px;
	line-height:15px;
	margin-bottom:0px;
	color:black;
}

.textkleinschwarz2 {
	font-family:Georgia, Times;
	font-size:12px;
	line-height:26px;
	margin-bottom:0px;
	color:black;
}

.textkleinweiss {
	font-family:Georgia, Times;
	font-size:12px;
	line-height:15px;
	margin-bottom:0px;
	color:black;
}

a:link {
	color:#0083bf;
	text-decoration:none;
}
a:visited  {
	color:#0083bf;
	text-decoration:none;
}
a:hover  { 
	color:black;
	text-decoration:underline;
}
a:active  { 
	color:black;
	text-decoration:none;
}


/* divs */

#head { height:100px; }


/* 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;

}