* {
	font-family: Arial, sans-serif;
}

body {
	background-color: #ddd;
	margin: 0;
}


#site {
	position:relative;
	width: 1000px;
	background-color: white;
}

#head {
	position: relative;
	height: 150px;
	border-bottom: 1px solid #ddd;
}

#logo {
	position: absolute;
	left: 0px;
	top: 30px;
}

#helpnav {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 600px;
	color: #ddd;
	text-align: right;
	font-family: Arial, sans-serif;
}
#helpnav a {
	text-decoration: none;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

#center {
	position: absolute;
	height: 250px;
	top: 150px;
}

#nav {
	position: absolute;
	width: 250px;
	height: 230px;
	padding-top: 20px;
	background-color: #ddd;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px;
}

#nav ul li {
	padding: 3px;
	border-bottom: 1px solid #ccc;
}

#nav ul li li {
	padding: 2px;
	border-top: 1px solid #ccc;
	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: 249px;
	background-image: url(../img/bottomfond.gif);
}

#stoerer {
	padding: 10px;
	color: white;
}

#leftblock {
	width: 250px;
	float: left;
}

#content {
	margin-left: 250px;
	width: 730px;
}

#innercontent {
	padding: 20px;
}

p {
	font-size: 12px;
	line-height: 18px;
}