/* www.breckner-websolutions.de */
/* www.atelier-osterholz.de */

* { margin: 0; padding: 0;}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 6px 0;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #999;
}

#horizon {
	background: transparent;
	position:  absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#bgcontent {
	background: transparent;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 0px;
	width: 100%;
	height: 100px;
}

#container{
	background: red;
	margin-left: -450px;
	position: absolute;
	top: -200px;
	left: 50%;
	width: 900px;
	height: 500px;
	border: 1px solid #aca592;
}

div#wrapper_top {
	height: 100px;
	background: #e1dbcd;
	border-bottom: 1px solid white;
}

div#wrapper_top img {
	margin: 10px 0 0 10px;
	float: left;
}

/* START NAVI */
div#topnavi {
	height: 100px;
	float: right;
}

div#topnavi ul {
	margin: 74px 90px 0 0;
	list-style: none;
}

div#topnavi li {
	float: left;
	padding: 0 60px 0 0;
}

div#topnavi a {
	font: normal 10pt Arial, Verdana;
	color: #999;
	text-decoration: none;
}

div#topnavi a:hover {
	color: #777;
}

div#wrapper_middle {
	height: 320px;
	background: green;
}

/* START SIDENAVI */
div#sidenavi {
	background: #f3f3f3;
	width: 160px;
	height: 320px;
	float: left;
}

div#sidenavi ul {
	background: transparent;
	list-style: none;
}

div#sidenavi li {
	padding: 10px 0 0 20px;
	*padding: 6px 0 0 20px;
}

div#sidenavi li.slink {
	padding: 5px 0 0 36px;
}

div#sidenavi a {
	display: block;
	text-decoration: none;
	font: normal 9pt Arial, Verdana;
	color: #999;
}

div#sidenavi .slink a {
	font: normal 9pt Verdana, Arial;
}

div#sidenavi a:hover {
	color: #666;
}

div#sidenavi .slink a:hover {
	color: #c00;
}

div#content {
	background: #f3f3f3;
	width: 740px;
	height: 320px;
	float: right;
	overflow: auto;
}

.content_text {
	padding: 10px 10px 10px 87px;
	font: normal 9pt Arial,Verdana;
	color: #666;
}

div#wrapper_bottom {
	height: 78px;
	background: #e1dbcd;
	border-top: 1px solid white;
	padding: 0 0 0 260px;
	text-align: right;
}

div#footer {
	font: normal 8pt Arial,Verdana;
	color: #999;
	margin: 0 auto;
	padding: 16px 0 0 0;
	text-align: center;
}

.news {
	background: transparent;
	margin: 0 0 10px 0;
	padding: 4px;
}

.thumblink {
	position: relative;
	float: right;
}

.thumblink img {
	height: 44px;
	margin: 6px 10px 0 0;
	border: 0;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}

.thumblink img:hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
}

.gallery {
	font: normal 9pt Arial,Verdana;
	color: #666;
	text-align: right;
	padding: 0 1px 0 0;
}

.gallery img {
	height: 320px;
}