body,td,th {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(../bilder/design/bg_main.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #3381B2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
h1 {
	font-size: 18px;
	color: #336699;
	background-color: #CADEE7;
	padding: 5;
	margin: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #006699;
	background-image: url(../bilder/design/bg_h1.gif);
	background-repeat: repeat-x;
	background-position: 10px;
}
h2 {
	font-size: 15px;
	color: #CC6600;
	background-color: #8DBBD6;
	padding: 3 3 3 5;
	margin: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CC6600;
	background-image: url(../bilder/design/bg_h2.gif);
	background-repeat: repeat-x;
	background-position: 30px;
}
h3 {
	font-size: 13px;
	color: #666666;
	margin: 0;
	padding: 0;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

div.textbox {
	margin: 5px;
	width: 45%;
	padding: 5px;
	display: block;
	float: left;
	text-align: left;
}

#Top {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#Logo {
float:left;
}
#TopNav {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
}
#Navigation { 
	position:absolute;
	z-index: 200; 
}
#Inhalt {
	position:absolute;
	left:5px;
	top:114px;
	width:750;
	height:auto;
	z-index:1;
	border: thin solid #76AECD;
}
#TopNav img { 
	margin: 0px;	
	padding: 0px; 
}
div.zeile {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
div.titelbox {
	margin: 5px;
	padding: 5px;
}
a.extlink {
	font-weight: bold;
	background: url(../bilder/design/pfeil.gif) no-repeat;
	padding-left: 18px;
	font-size: 11px;
	margin-bottom: 3px;
}
img.special {
	border: 1px solid #94CAE4;
}
ul.topliste {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	color: #336699;
	background-color: #F9FCFD;
	border-color: #A7CBE0;
	border-style: solid;
	border-width: 1;
	list-style-position: outside;
}
ul.topliste li {
	padding-bottom: 15px;
	margin-left: 15px;
}
.bildtext {
	font-size: 10px;
	color: #78A5D1;
	width: 200px;
}
table.daten {
	font-size: 11px;
	background: #FFFFFF;
	border: thin solid #3399CC;
}
.daten td {
	font-size: 11px;
	text-align: center;
	border-top: 1px none #3399CC;
	border-right: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	border-left: 1px none #3399CC;
	padding: 2px;
}
.daten th {
	font-size: 11px;
	text-align: center;
	border-top: none #3399CC;
	border-right: 1px solid #3399CC;
	border-bottom: thin solid #3399CC;
	border-left: none #3399CC;
	font-weight: bold;
	color: #336699;
	padding: 3px;
	background: #EFEFEF url(../bilder/design/bg_h1.gif);
}

@media print {
	#Top, #Navigation {
		display:none;
	}
	
	body {
	background-image: url(transparent);
	}
	
	#Inhalt {
		width:100%;
		left: 10 px;
		top: 0px;	
		border-style: none;
	}
}
label {
	float: left;
	display: block;
	clear: left;
	font-size: 11px;
}
input,textarea {
	display: block;
	clear: both;
}
.checkbox input {
	display: inline;
}
.button {
	display: inline;
}

ul.linkliste {

	margin: 0px;
	padding: 0px;
	list-style: none;
}
.linkliste li {
	border-bottom: 1px solid #3399CC;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
}
.linkliste a {
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	background: url(../bilder/design/link.gif) no-repeat right bottom;
	padding-right: 15px;
	font-size: 10px;
}

.linkliste a:hover {
	text-decoration: underline !important;
}
a.mailto {
	font-weight: normal;
	background: url(../bilder/design/mailto.gif) no-repeat;
	padding-left: 18px;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 3px;
}
.adresse {
	font-size: 11px;
	color: #666666;
}
