* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	text-decoration: none;
	color: #333333;
}

html {
	overflow: scroll;
}

body {
	background-color: #F6E6C6;
}

img.pixel {
	width: 100%; height: 100%;
}

.container {
	margin: 10px auto 10px auto;
	width: 792px;
	overflow: hidden;
	background: white url('images/bg.gif') repeat-y;;
}

.kopf {
	width: 100%; height: 172px;
	overflow: hidden;
	float: left;
}

.kopf p.left {
	float: left; overflow: hidden;
	width: 200px; height: 22px;
}

.kopf p.right {
	float: left; overflow: hidden;
	width: 592px; height: 22px;
}

.navigation {
	width: 200px; height: 205px;
	background: #FAF2C3;
	float: left;
}

.navigation a {
	float: left;
	width: 200px; height: 20px;
	overflow: hidden;
	line-height: 1.8em;
	font-weight: bold;
	color: #673200;
}

.navigation a:hover, .navigation a.aktiv {
	color: #FFFF9B;
	background-color: #663200;
}

.main {
	width: 592px;
	float: left;
	overflow: hidden;
}

.visual {
	width: 592px; height: 205px;
	margin-bottom: 10px;
}

.content {
	width: 567px;
	margin: 0px 0px 20px 0px;
	float: left;
}

.content p {
	margin: 5px 20px;
	line-height: 1.8em;
}

.content a:hover {
	text-decoration: underline;
}

.content a.anker:hover {
	text-decoration: none;
}

.content a.webconsulting20 {
	height: 28px;
	overflow: hidden;
	float: left;
}

.content h1, .content h2 {
	margin: 5px 20px;
	color: #330000;
}

.content input, .content textarea, .content select {
	font-family: Arial, Helvetica, sans-serif;
	background: #FAF2C3;
	padding-left: 4px;
}

.content ul {
	list-style: square;
	margin-left: 35px;
	line-height: 1.8em;	
}

.highlight {
	position: absolute;
	left: 792px; top: 0px;
	width: 150px; height: 0px;
	overflow: hidden;
}

.highlight p, .highlight a {
	color: black;
}

.footer {
	width: 792px; height: 20px;
	background: #ebcc89;
	clear: left;
	float: left;
}

.footer p {
	margin: 0px;
	float: left;
	line-height: 1.7em;
	overflow: hidden;
}

