html, body
{
	margin: 0px auto;
	padding: 0px 0px;
	background-color: #DF9E7f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #efc588;
	text-align: center;
}
.container
{
	margin: 0px auto;
	width: 800px;
	position: relative;
	background-image: url(Bilder/loyout3_03.jpg);
	background-repeat: repeat-y;
	width: 800px;
}
.header
{
	margin: 0px auto;
	<!--[if IE 6]>
	margin-bottom: -3px;
	<![endif]-->
	padding: 0px 0px;
	position: relative;
	width: 800px;
	height: 139px;
}
.header2
{
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	width: 800px;
	height: 232px;
}
.content
{
	margin: 0px auto;
	margin-bottom: -170px;
	padding: 0px 0px;
	width: 450px;
	min-height:450px;
	position: relative;
	left:-11px;
	top: -200px;
	bottom: 0px;
	z-index: 10;
	text-align: left;
}
.footer
{
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	width: 222px;
	height: 166px;
	bottom: 0px;
	float: left;
}
.footer_left
{
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	width: 578px;
	height: 166px;
	bottom: 0px;
	float: left;
}
.clear
{
	clear: left;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #000000;
	border: 0;
	border-top: 1px dotted #000000;
	height: 1px;
	width: 100%;
}
a:link
{
	text-decoration:underline;
	color: #efc588;
	font-style:italic;
}
a:hover
{
	text-decoration: none;
	color: #efc588;
	font-style:italic;
}
a:visited
{
	color: #efc588;
	font-style:italic;
}
.search{
	padding: 0px;
	position: absolute;
	left: 150px;
	top: 10px;
}
.search input{
	font-size: 10px;
	border:1px solid #efc588;
	background-color: #cd3301;
	color: #efc588;
}
.search #search_send{
	border: 1px solid #efc588;
	color: #efc588;
	background-color: #cd3301;
}