body, td, div, span, p {
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	line-height: 18pt;
}

input, textarea, select {
	border: 1px solid #333333;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
}

img { border: 0px; }

a:link		{ color: #777777; text-decoration: underline; }
a:visited	{ color: #777777; text-decoration: underline; }
a:active 	{ color: #333333; text-decoration: underline; }
a:hover 	{ color: #333333; text-decoration: underline; }

#Body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(Bilder/Bg.jpg);
	background-repeat: repeat-x;
	overflow-x: hidden;
	overflow-y: auto;
}

#Kasten {
	position: absolute;
	left: 50%;
	top: 20%;
	width: 550px;
	margin-left: -275px;
}

#Trompete {
	margin-top: 30px;
	width: 550px;
	height: 238px;
	background-image: url(Bilder/Trompete.png);
}

#Impressum {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#Kasten_Impressum {
	position: absolute;
	left: 50%;
	top: 30px;
	width: 600px;
	margin-left: -300px;
	padding-left: 30px;
	border-left: 1px solid grey;
}