* {
	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: #ebebeb;
}

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

.kopf {
	width: 100%; height: 140px;
	float: left;
}

.navigation {
	width: 155px; height: 400px;
	float: left;
}

.navigation a {
	float: left;
	width: 155px;
	height: 22px;
	background: #CCCCCC;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.navigation a:hover, .navigation a.aktiv {
	color: #ffffff;
	background-color: #9c9c9c;
}

.navigation a.text {
	background: none;
	font-size: 11px;
}

.navigation a.text:hover {
	text-decoration: underline;
	color: #333333;
}

.navigation p.element {
	float: left;
	width: 10px; height: 22px;
	margin-right: 5px;
}

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

.visual {
	width: 645px; height: 133px;
	overflow: hidden;
	margin-bottom: 10px;
}

.visual img {
	width: 645px; height: 133px;
}

.content {
	width: 370px;
	margin: 0px 0px 20px 0px;
	float: left;
	overflow: hidden;
}

.content h1, .content h2 {
	margin: 12px 20px 3px 20px;
}

.content p {
	margin: 5px 20px;
	width: 350px;
}

.content p.bildnav {
	position: absolute;
	top: 0px;	left: 555px;
	float: left;
	background: url('images/bg_button.gif') no-repeat;
	opacity: .5;
	width: 50px; height: 20px;
	text-align: right;
	margin: 0px 20px 0px 20px;
}

.content input, .content textarea, .content select {
	font-family: Arial, Helvetica, sans-serif;
	background: #EBEBEB;
	padding-left: 4px;
	margin: 5px 0px 0px 20px;
}

.content ul {
	list-style: square;
	margin-left: 33px;
}

.content img.logo {
	margin: 15px 0px;
}


.rhc {
	width: 267px;
	float: left;
}
	

.rhc img.thumb {
	width: 125px; height: 85px;
}

.rhc img.pic {
	margin: 20px 0px 0px 20px;
}

.rhc img.lupe {
	margin: 0px 5px 0px 0px;
	vertical-align: top;
}

.rhc a {
	float: left;
}

.rhc a.thumb {
	margin: 0px 10px 10px 10px;
}

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

.rhc h1 {
	margin: 12px 0px 5px 10px;
	clear: left;
}

.rhc p {
	float: right;
	width: 200px;
	background: #cccccc;
	margin: 0px;
	padding: 3px 0px 0px 5px;
}

.rhc p.text {
	float: left;
	width: 200px; height: auto;
	background: #ffffff;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}

.rhc p.beschriftung {
	float: left; 
	width: 160px; height: auto;
}

.rhc ul{
	float: left; 
	margin: 0px 2px 2px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: url('images/lupe.gif');
	width: 160px;
	margin-left: 20px;
	background: #cccccc;
	vertical-align: top;

}

.rhc a.webconsulting20 {
	width: 100%; height: 28px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: white;
	overflow: hidden;
}

.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: #CCCCCC;
	clear: left;
	float: left;
}

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

