@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #410546;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f29200;
	background-image: url(/images/fingerabdruck.png);
	background-repeat: no-repeat;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}

a {
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #f29200;
}
a:visited {
	text-decoration: none;
	color: #CA7900;
}
a:hover {
	text-decoration: underline;
	color:#f29200;
}
a:active {
	text-decoration: none;
	color: #FFC46A;
}
#FlashLayer {
	position:absolute;
	left:100px;
	top:0px;
	width:239px;
	height:641px;
	z-index:1;
}

.flashinfo {
	background-image:url(../images/pictures.jpg);
	position:absolute;
	left:0px;
	top:0px;
	width:239px;
	height:641px;
	z-index:1;
	text-align:center;
}

.flashinfo h4 {
	padding-top:150px;
}

.flashinfo img {
	padding-top:20px;
	border:none;
}
.content {
	overflow:auto;
	left: 407px;
	top: 90px;
	position: absolute;
	width: 570px;
	height: 480px;
}

.content p {
	padding-bottom: 10px;
}

.error {
	display:inline-block;
	background-color:#f29200;
	color:#410546;
	padding:5px;
	margin-bottom:5px;
}

.error p {
	padding-bottom:0px;
}
.klein {
	font-size:10px;
}

.kontaktform div {
	height:45px;
}
.kontaktform label {
	float:left;
	display:block;
	font-size:12px;
	width:60px;
}
.kontaktform input {
	color:#f29200;
	background-color:none;
	border:none;
	background-image:url(/images/input.png);
	background-position:0px 0px;
	width:238px;
	height:29px;
	padding-left:10px;
	padding-top:10px;
}

.kontaktform input:hover {
	background-position:0px -39px;
}

.kontaktform input:active {
	background-position:0px -78px;
}

.kontaktform .submit {
	font-size:15px;
	background-color: none;
	background-image:url(/images/submit.png);
	background-position: 0px 0px;
	margin-left:135px;
	width:176px;
	height:36px;
	margin-top:-3px;
	padding-top:0px;
	padding-left:70px;
}

.kontaktform .submit:hover {
	background-position: 0px -36px;
}

.kontaktform .submit:active {
	background-position: 0px -36px;
}

.kontaktform .submit:focus {
	border:none;
}
#Logo {
	position:absolute;
	left:-26px;
	top:593px;
	width:286px;
	height:91px;
	z-index:10;
	overflow: hidden;
}

#Logo img {
	border:none;
}

#Adresse {
	position:absolute;
	left:308px;
	top:600px;
	z-index:2;
	overflow:hidden;
	width: 450px;
	font-size:12px;
}
#Adresse dl {
	padding-right: 20px;
}
#Adresse dl dt {
	float:left;
	padding-right: 20px;
}
#Adresse dl dd {
	float:left;
	padding-right: 20px;
}

.pdf {
	display:inline-block;
	background-image:url(/images/pdf.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:31px;
	line-height:31px;
	padding-left: 30px;
}

.pdf:hover, .pdf:active {
	background-position:0px -31px;
}

