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

html {
	overflow: auto;
}

body {
	background-color: white;
}

.container {
	position: relative;
	margin: 10px auto 10px auto;
	width: 960px; height: 730px;
}

.kopf {
	float: left;
	width: 780px; height: 30px;
}

.kopf p {
	margin-top: 6px;
}

.kopf a {
	color: white;
	font-weight: bold;
}

.bild {
	float: left;
	width: 778px; height: 542px;
	overflow: hidden;
}

.bild p {
	float: left;
}

.bild img {
	height: 542px;
}

.inhalt {
	float: left;
	width: 778px; height: 542px;
}

.inhalt h1, .inhalt h2, .inhalt p, .inhalt a {
	margin: 10px 10px 10px 30px;
	color: white;
}

.inhalt input, .inhalt textarea {
	margin: 5px 0px;
	border: 1px solid #9A9A9A;
}

.inhalt input.absenden {
	background: #9A9A9A;
	color: white;
	font-weight: bold; 
}

.navi {
	float: left; 
	width: 180px; height: 543px;
}

.navi p {
	text-align: right;
	margin: 5px 0px 0px 0px;
}

.navi p.navi {
	height: 14px;
	overflow: hidden;
	margin: 4px 0px;
}

.navi a.thumb {
	float: right;
	width: 28px; height: 28px;
	padding: 0px;
	margin: 0px 6px 6px 0px;
	border: 1px solid #9A9A9A;
}

.navi img.thumb {
	width: 28px; height: 28px;
}

.navi2 {
	position: relative;
	float: right;
	margin: 100px 0px 0px 0px;
	width: 150px; height: 30px;
}

.navi2 img {
	position: absolute;
	top: -20px; right: 0px;
	visibility: hidden;
}

.navi2 a {
	float: right;
	width: 28px; height: 28px;
	padding: 0px;
	margin: 0px 0px 0px 4px;
	border: 1px solid #9A9A9A;
}

.navi2 a:hover {
	border: 1px solid black;
}

.navi2 p {
	margin: 0px;
	clear: right;
}


.thumbs {
	float: left;
	margin: 120px 0px 0px 0px;
	width: 782px; height: 50px;
/*	background: #999999;
	overflow: scroll;
	white-space: nowrap;
*/}

.thumbs p {
	white-space: nowrap;
}

.thumbs a {
	float: left;
	width: 28px; height: 28px;
	padding: 0px;
	margin: 0px 4px 4px 0px;
	border: 1px solid #9A9A9A;
	overflow: hidden;
	background: white;
}

a.aktiv {
	border: 1px solid black;
}

.thumbs img {
	width: 28px; height: 28px;
	visibility: hidden;
}

.pfeile {
	visibility: hidden;
	position: absolute;
	top: 244px; left: -50px;
}

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


