@charset "UTF-8";

body
{
	color: #fff;
	background-color: #18271b;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a img
{
	border: none;
}

#page a
{
	color: #97bf0f;
	font-weight: bold;
}

a:link,
a:visited
{
	text-decoration: none;
}

a:hover,
a:active
{
	text-decoration: underline;
}

h1
{
	color: #97bf0f;
	font-size: 17px;
	font-weight: normal;
}

#page h1:first-child
{
	margin-top: 0;
}

h2
{
	color: #97bf0f;
	font-size: 12px;
}

td h2:first-child
{
	margin-top: 0;
	padding-top: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.googlemap
{
	float: right;
	width: 360px;
	height: 335px;
	overflow: hidden;
}

#wrap
{	
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#header
{
	height: 160px;
	position: relative;
}

#header .logo
{
	position: absolute;
	right: 0;
	top: 72px;
}

#menu
{
	height: 139px;
	letter-spacing: 3px;
}

#menu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
}

#menu ul li.level1
{
	display: block;
	float: left;
	margin: 0 0 0 21px;
	position: relative;
}

#menu li.level1 a
{
	float: left;
	font-size: 13px;
	text-decoration: none;
	display: block;
	z-index: 3;
	position: relative;
}

#menu li.level1 a:link, #menu li.level1 a:visited
{
	color: #fff;
}

#menu li.level1 a:active, #menu li.level1 a:hover , #menu li.level1:hover a, #menu li.active a
{
	color: #97bf0f;
}

#menu ul li ul
{
	display: none;
	height: auto;
	clear: both;
	position: absolute;
	top: 15px;
	padding: 5px 0 0 0;
	left: 0;
}

#menu ul li ul li
{
	line-height: 22px;
	display: block;
	float: none;
}

#menu li.level2 a
{
	font-size: 11px;
	line-height: 22px;
	height: auto;
	padding: 0 0 0 10px;
	margin: 0;
	display: block;
	float: none;
}

#menu li.level2 a:link, #menu li.level2 a:visited
{
	color: #fff;
}

#menu li.level2 a:active, #menu li.level2 a:hover
{
	color: #97bf0f;
}

#menu ul li:hover ul
{
	display: block;
}

#page
{
	position: relative;
	height: 600px;
	margin-bottom: 30px;
}

#teaser
{
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

div#pagetitle
{
	background: transparent url(../img/layout/menu_back.png) repeat-x;
	height: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

div#pagetitle h1
{
	padding: 0 0 0 9px;
	margin: 0 auto;
	width: 941px;
	line-height: 32px;
	color: #fff;
	font-size: 14pt;
}

#startcontent,
#content
{
	z-index: 2;
	position: absolute;
	left: 35px;
	right: 35px;
	top: 35px;
	background: transparent url(../img/layout/content_back.png) repeat;
	color: #000;
	padding: 34px 38px;
	max-height: 530px;
	overflow: hidden;
}

#content
{
	height: 462px;
	overflow: auto;
}

#wn	
{ 
    position:absolute;
    width:825px; height:462px;
    left: 38px;
    top: 34px;
}
    
#lyr1
{
	width: 810px;
}

#metanav
{
	height: 12px;
	margin-bottom: 30px;
}

#metanav ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
}

#metanav li
{
	display: inline;
	font-size: 12px;
	margin: 0 10px 0 0;
}

#metanav a
{
	color: #fff;
	letter-spacing: 3px;
}

#metanav a:link, #metanav a:visited
{
	text-decoration: none;
}

#metanav a:active, #metanav a:hover, #metanav li.active a
{
	color: #97bf0f;
}

.contact
{
	width: 450px;
	float: left;
}

.contact label
{
	display: block;
	float: left;
	background-color: #eee;
	padding: 4px 6px 4px 6px;
}

.contact .left
{
	width: 220px;
	margin-right: 5px;
}

.contact input[type="text"]
{
	width: 215px;
	margin-top: 0;
	border: #eee 1px solid;
	height: 22px;
	margin: 0 0 5px 0;
}

.contact textarea
{
	width: 440px;
	height: 80px;
	border: #eee 1px solid;
}

.teaserheight
{
	height: 425px;
}

.teaserPic
{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

div#scrollbar { display:none; /* hide from incapable */ }

#close
{
	position: absolute;
	right: 10px;
	top: 10px;
}

.border_right
{
	border-right: 1px solid rgb(189, 189, 189);
}

.bildrahmen
{
	border: #97bf0f 1px solid !important;
}

input[type="button"],
input[type="submit"]
{
	border: #97BF0F 1px solid;
	height: 26px;
}