@charset "utf-8";
/* CSS Document */

/* Farben

blau = #6bbedd
hellblau = #c4e5f1
*/

@media screen, projection {
body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.01%;
	color: #000;
	background: #c4e5f1 url(img/hinten.gif) repeat;
	height: 100%;
}
a {
	text-decoration: none;
	color: #6bbedd;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
p, li {
	line-height: 1.6em;
	font-size: 70%;
}
#bild {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#logo {
	position: absolute;
	z-index: 1;
	left: 420px;
	top: 60px;
}
#titel {
	position: absolute;
	z-index: 1;
	left: 40px;
	top: 450px;
}
.ecken {
	padding: 0;
	margin: 0;
}
/*---------------------navigation------------------------*/
#nav {
	position: absolute;
	z-index: 1;
	left: 110px;
	top: 330px;
}
#topnav {
	position: absolute;
	z-index: 1;
	left: 500px;
	top: 0px;
	width: 450px;
	height: 20px;
	text-align: right;
}
#topnav a {
	font-size: 60%;
	text-transform: uppercase;
	color: #FFF;
	padding-right: 15px;
	font-weight: normal;
	padding-left: 15px;
}
/*---------------------inhalt------------------------*/
#inhalt {
	position: absolute;
	z-index: 1;
	left: 360px;
	top: 420px;
	width: 600px;
	padding-bottom: 70px;
}
#inhalt a {
	font-size: 90%;
	text-transform: uppercase;
	color: #000;
	padding-right: 15px;
	font-weight: normal;
}
.top {
	padding: 0 10px 0 10px;
}
#blau {
	width: 580px;
	background: #c4e5f1;
	padding: 10px;
	height: auto;
}
.tabelle {
	margin-top: 10px;
	background: url(img/box_h.gif) repeat-y;
}
.tabelle a {
	text-decoration: none;
	color: #6bbedd;
	font-weight: bold;
	padding: 0;
	text-transform: none;
	font-size: 100%;
}
#blau a {
	margin: 0;
	padding: 0;
}
#text {
	width: 580px;
	background: #FFF;
}
#text p {
	margin: 10px 20px 10px 20px;
}
#text a {
	text-decoration: none;
	color: #6bbedd;
	font-weight: bold;
	padding: 0;
	text-transform: none;
	font-size: 100%;
}
#text a:hover {
	text-decoration: underline;
}
ul {
	padding: 0px;
	list-style-type: none;
	margin: 10px 20px 10px 20px;
}
li {
	border-bottom: 1px solid #6bbedd;
	margin-top: 10px;
}
h6 {
	margin: 0;
	padding: 0;
	background-image: url(img/hr.gif);
	height: 30px;
	width: 580px;
	clear: left;
}
/*---------------------klassen------------------------*/
.weiss {
	font-weight: bold;
	color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 10px 0 10px 0;
}
.blau {
	font-weight: bold;
	text-transform: uppercase;
	color: #6BBEDD;
}
.schwarz {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.liniew {
	border-top: 1px solid #FFF;
	padding-top: 5px;
	margin-top: 5px;
}
.linieb {
	border-top: 1px solid #6bbedd;
	padding-top: 5px;
	margin-top: 5px;
}
.rechte {
	background: #FFF;
	margin: 0px 20px 10px 20px;
	line-height: 1.6em;
	font-size: 70%;
}
.rechte td {
	border-bottom: 1px solid #898479;
	padding: 10px 0 10px 0;
}
.formular {
	background: #FFF;
	margin: 0px 20px 10px 20px;
	line-height: 1.6em;
	font-size: 70%;
}
.formular td {
	padding: 5px 0 5px 0;
}
.foto {
	float: left;
	margin: 5px 20px 15px 0;
}
label {
	display: inline-block;
	width: 90px;
	padding: 5px 0 5px 0;
	margin: 0px 20px 0px 20px;
	font-size: 70%;
}
input, textarea {
	margin: 5px 0px 5px 0px;
}
}
 @media print {
/*-------------------------------------------------------------------------*/

#topnav, #nav, #bild, h6, .ecken, #titel, #inhalt img {
	display: none;
}
p, td, li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}
/*-------------------------------------------------------------------------*/

}

