html, body {
	background: #F0D6AB;
	margin: 0 auto;
	font-family: Arial;
	font-size: 13px;
}

#container {
	background: url(../images/background.png);
	border: 6px solid #DEC59E;
	border-top: none;
	width: 926px;
	margin: 0 auto;
}

#head {
	background: url(../images/head.jpg) no-repeat;
	border-left: 1px solid #A69376;
	border-right: 1px solid #A69376;
	width: 924px;
	height: 170px;
	margin: 0 auto;
	position: relative;
}

#content {
	border-left: 1px solid #A69376;
	border-right: 1px solid #A69376;
}

#left {
	background: #FFF0DB;
	width: 200px;
	float: left;
}

#left #subnavi {
	margin-bottom: 10px;
}

#left #infobrief {
	background: #F0D6AB;
	padding: 10px 0 15px 20px;
}

#infobrief input {
	background: #FFF0DB;
	border: none;
	padding: 2px;
	width: 130px;
	height: 18px;
}

#left #suche {
	background: #F0D6AB;
	padding: 10px 0 15px 20px;
}

#suche input {
	background: #FFF0DB;
	border: none;
	padding: 2px;
	width: 130px;
	height: 18px;
}

#left #zert {
	text-align: center;
}

#zert .zert {
	padding-top: 10px;
	position: relative;
}

#right {
	width: 684px;
	float: right;
	padding: 0 20px;
}

#right #backend {
	margin-left: -10px;
}

#foot {
	color: #847057;
	text-align: center;
	width: 924px;
	margin: 0 auto;
}

#foot #url td {
	text-align: center;
}

#foot #url a {
	color: #836107;
	text-decoration: none;
}

#foot #url a:hover {
	color: #004471;
	text-decoration: underline;
}


input.btn_los {
	background: url(../images/btn_los.gif) no-repeat !important;
	border: none !important;
	width: 30px !important;
	height: 22px !important;
}