html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	line-height: 20px;
	text-align:center;
	margin: 0px 0px 10px;
	padding: 0px;
	background-color: #BD0F0F;
}


a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}

#rahmen {
	width: 745px;
	text-align: left;
	background-color: #FFFFFF;
	margin:  10px auto 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;	
}

#navigation {
	background-color:#BD0F0F;
	height: 22px;
	padding-top: 2px;
	top: 10px;
	position: relative;
}

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:3px 14px 4px;
	font-size: small;
	background-color:#BD0F0F;
	font-weight: bold;
}

#navigation a:hover {
	background-color: #E35812;
	color:#ffffff;
	border-bottom-width: 0px;
	padding:4px 14px 4px;

}

#header {
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	height: 220px;
}
#inhalt {
	position: absolute;
	top: 210px;
	width: 100%;

}
#willkommen {
	background: #FFFFFF;
	float:left;
	padding:0px;
	width:180px;
	margin:0px;
	top: 220px;
	position: absolute;
}

#copyright {
	font-size: small;
	color: #999999;
}

#copyright a {
	font-size: small;
	color: #999999;
	text-decoration:none;
	border-bottom-width: 0px;
}
#rahmen table {
	text-align: center;
}

