<!--
body {
	background-color: #888888;
	margin: 0px;
}

h1 {
	color: #584B39;
	font-weight: bold;
	font-size: 16px;
}

#overall {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#background {
	width: 950px;
	height: 500px;
	font-family: Verdana, Arial, sans-serif;
	margin-left: -475px;
	position: absolute;
	top: -250px;
	left: 50%;
	background-color: #E7CF99;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	border: 3px solid #584B39;
}

#overcontent 
{
	padding-top: 45px;
	padding-left: 360px;	
}            

#content {
	overflow: auto;
	width: 570px;
	height: 340px;
	clear: left;
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 21px;
}

#languages {
	position: relative;
	top: 10px;
	left: 785px;	
	color: #888888;
	font-size: 11px;
	color: #584B39;
}

#impressum {
	position: relative;
	top: 0px;
	left: 10px;	
	color: #888888;
	font-size: 11px;
}

#impressum a {
	text-decoration: none;
	color: #888888;
	font-size: 11px;
}

#impressum a:hover {
	color: #000000;
}

#navigation {
	position: relative;
	margin-top: 50px;
	margin-left: 330px;
	padding-bottom: 45px;
}

.navi {
	color: #584B39;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	padding-right: 10px;
}

.naviHL {
	color: #7A6D5B;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	padding-right: 10px;
}

.lang {
	color: #584B39;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
}

.langHL {
	color: #7A6D5B;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
}

.navi:hover {

}

#subnavigation {
	width: 550px;
	margin-bottom: 10px;
}

.subnavi {
	color: #584B39;
	font-size: 13px;
	margin-right: 20px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
}

.subnaviHL {
	color: #7A6D5B;
	font-size: 13px;
	margin-right: 20px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
}

.subnavi:hover {

}

input, textarea {
	background-color: #E6CF99;
	border: 1px solid #584B39;
	color: #584B39; 
}

a {
	color: #584B39;
	text-decoration: none;
	font-weight: bold;
}
//-->