* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #a38f72;
	background-image: url(images/fond.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
}


#site {
	position:relative;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	background-color: white;
}

#helpnav {
	position: relative;
	height: 30px;
	color: #white;
	text-align: right;
	font-family: Arial, sans-serif;
	background-color: #a38f72;
}

#helpnav a {
	padding-top: 4px;
	margin-left: 20px;
}

#head {
	position: relative;
	height: 230px;
	border-bottom: 1px solid #C8B08C;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}


#helpnav a {
	text-decoration: none;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

#center {
	position: absolute;
	height: 250px;
	top: 260px;
}

#nav {
	position: absolute;
	width: 250px;
	height: 230px;
	padding-top: 20px;
	background-color: #C8B08C;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px;
}

#nav ul li {
	padding: 3px;
	border-bottom: 1px solid #c8c0b4;
}

#nav ul li li {
	padding: 2px;
	border-top: 1px solid #c8c0b4;
	border-bottom: 0;
}

#nav ul li a {
	font-family: Arial,sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 12px;
	padding-left: 10px;
}

#nav ul li li a {
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	padding-left: 20px;
}

#fries {
	position: absolute;
	left: 250px;
	top: 0;
	height: 250px;
	width: 750px;
}

#foot {
	width: 1000px;
	padding-top: 0;
	background-color: white;
	background-image: url(images/fond.gif);
	background-position: center;
	background-repeat: repeat-y;
	
}

#stoerer {
	padding: 10px;
	color: white;
}

#leftblock {
	width: 250px;
	float: left;
}

#content {
	margin-left: 250px;
	width: 750px;
	background-color: #c8b08c;
}

#innercontent {
	padding: 20px;
	padding-right: 40px;
	background-color: #fff;
}

p {
	font-size: 12px;
	line-height: 18px;
}

h1 {
	font-size: 18px;
	color: #600;
} 