body{
	margin: 0;
	padding:0;
	background-attachment: fixed;
	background-image: url(bilder/back.gif);
	background-repeat: repeat;
 }
#kopfleiste {
	height:90px;
	background:#FFFFFF;
	color:#000000;
	margin:0px 0px 0 0;
	padding: 10px;
	vertical-align: top;
}
#navigation {
	position: absolute;
	top: 55px;
	width: 200px;
	background: #FFFFFF;
	color: #FFFF00;
	margin: 0px;
	padding: 10px;
	left: 0;
	border: 1px dotted #FFFF00;
}
#content {
	margin: 0px 15px 20px 210px;
	border: 1px dotted #FFFF00;
	background: #ffffff;
	padding: 20px;
	position :relative;
	float: none;
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #000000;
	width: 650px;
	letter-spacing: 1px;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}
a:link {
	text-decoration: underline;
	color: #FF6600;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}
a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}
a:hover {
	color: #B91518;;
	text-decoration: none;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}
a:active {
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
input {
	width: 20em;
	font-family: "Courier New", Courier, mono;
	color: #000000;
	margin-left: 10px;
	margin-top: 20px;
	position: static;
	text-align: left;
	clear: right;
}
form {
	text-align: right;
	margin: 20px 40px 40px 0px;
	clear: none;
	text-indent: 100px;
}
select {
	width: 20em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 10px;
	margin-top: 20px;
	position: static;
	text-align: left;
	clear: right;
}
td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	font-size: 12px;
}
img {
	vertical-align: top;
	border: none;
}
.rahmen {
	border: 1px solid #000000;
}
table {
	width: 600px;
}
