@charset "utf-8";
/* CSS Document */

/*\*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
  /*background: #fff url(../gfx/bg_body.png) 0 0 repeat-x;*/
  background: #fff url('../gfx/bg02.png') 0 0;
}
/*
#abstand {
	width: 1px;
	height: 50%;
	margin-bottom: -300px;
	float: left;
}*/
select,
input,
textarea {
  font-size: 99%;
}
form {
  margin: 0;
  padding: 0;
}
.invisible {
  width: 0px;
  height: 0px;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}
.relative {
  position: relative;
}
img {
	font-size: 0;
	line-height: 0;
	vertical-align:bottom;
	border: none;
}
ol,
ul,
img,
div,
h1,
h2,
h3,
p {
	margin: 0;
	padding: 0;
	border: none;
}
ol {
  padding-left: 25px;
}
h1.header {
  font-size: 35px;
  font-weight: normal;
  color: #3da434;
  font-family: 'Trajan Pro', 'Times New Roman', Times, serif;
  text-transform: uppercase;
}
b.header {
  font-size: 20px; line-height:30px;
  font-weight: normal;
  color: #3da434;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: none;
}
i.header {
  font-size: 16px;
  font-weight: normal;
  color:black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: none;
}


h1 {
	font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  color: #3da434;
	/* font-family: 'Trajan Pro', 'Times New Roman', Times, serif;
  text-transform: uppercase;*/
}
h2 {
	font-size: 14px;
  padding-top: 20px;
}
body.start h2 {
  margin-top: 24px
}
h3 {
	font-size: 12px;
  padding-top: 20px;
}
.center {
  text-align: center;
}
form {
	display: inline;
}
ol,
ul {
  padding-top: 10px;
}

a {
	color: #333;
  text-decoration: none;
}
a:hover {
	color: #3da434;
}

#btShow,
#btHide,
.hide {
	display: none;
}
.flat {
	height: 0;
	font-size: 0;
	line-height: 0;
  display: block;
}
.goTop {
  display: block;
  text-align: right;
  padding-top: 5px;
  border-bottom: solid 1px #ccc;
  clear: both;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
 html[xmlns] .clearfix {
	display: block;
}
 * html .clearfix {
	height: 1%;
}
.error {
	color: red;
	font-weight: bold;
}
.all {
  line-height: 15px;
  padding: 7px 0 12px 0;
  font-size: 11px;
}
.pointer {
	cursor: pointer;
}
#outer {
	clear: left;
  width: 980px;
	min-height: 500px;
  margin:0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	background-color: #fff;
	/* border: 1px dotted #3da434; */
}

.inline {
	display: inline;
}
.inner {
	padding: 0 10px;
}
#header {
	padding-top: 30px;
}
#wrapper {
	position: relative;
	margin-bottom: 10px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}
#leftNav {
	width: 200px;
	margin: 0 10px;
  display: inline;
	float: left;
}
#main {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	float: right;
	width: 760px;
}
#content {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	float: left;
	width: 570px;
	padding: 20px 0;
}
#content a,
#sideBar a {
  text-decoration: underline;
}
.twoCol #content {
  width: 750px;
}
#sideBar {
	width: 180px;
	float: right;
  margin-right: 10px;
  padding-top: 24px;
  display: inline;
}
#content p {
	padding: 10px 0 0 0;
}
#content .ll01 {
  display: block;
  float: left;
  padding-top: 6px;
  width: 120px;
}
#content .ll02 {
  display: block;
  float: right;
  padding-top: 6px;
  width: 430px;
}
#image {
	height: 359px;
	width: 260px;
	border: 1px solid #3da434;
	position: absolute;
	right: 28px;
	top: 28px;
}
#hdImage {
  /*border: 1px solid #3da434;*/
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  padding: 5px;
}
.maske {
  background: url('../gfx/maskHD.png') no-repeat scroll 0 0 transparent;
  width: 748px;
  height: 280px;
  left: 0;
  position: absolute;
  top: 0;
}

#content .first {
  padding-top: 20px;
}

/*** header ***/
#logo {
  position: absolute;
  width: 120px;
  height: 200px;
  top: 10px;
  left: 45px;
}
#name {
  float: right;
  width: 600px;
  margin-right: 10px;
  height: 108px;
  text-align: right;
}
#name img {
  display: block;
}
/*** topNav ***/
#topNav{
  background: transparent url('../gfx/bg_cpGreen.png') repeat-x 0 0;
  height: 42px;
  overflow: hidden;
  width: 780px;
  float: right;
}
#topNav .block {
  margin: 0 0 0 20px;
  z-index: 99;
}
#topNav ul.level_1 {
  float: left;
  display: inline;
  margin: 0 0 0 1px;
  padding: 0;
  white-space: nowrap;
}
#topNav li {
  float: left;
  margin: 0;
  font-size: 12px;
  /*line-height: 30px;*/
  white-space: nowrap;
  list-style-type: none;
}
#topNav li a,
#topNav li.current span {
  display: block;
  padding: 10px 20px 10px 20px;
  line-height: 22px;
  font-size: 15px;
  text-decoration: none;
  margin-right:1px;
  color: #333;
}
#topNav li li a,
#topNav li.current li span {
  display: block;
  padding: 10px;
}
#topNav li.current span,
#topNav li.current a.top,
#topNav li a:hover,
#topNav li:hover a.top,
#topNav li.hovered a.top {
  background: transparent url('../gfx/bg_cpGreenHover.png') no-repeat -187px top;
  color: #fff;
}

#topNav ul.level_2 {
  left: -999em;
  position: absolute;
  display: inline;
  padding: 10px 10px 20px 10px;
  background: url('../gfx/bg_submenu.png') 0 0 repeat;
  text-transform: none;
  line-height: 20px;
  border: solid 1px #3da434;
  border-top: none;
  z-index: 9999;
}

#topNav ul.level_2 li,
#topNav ul.level_2 li a {
  position: relative;
  float: none;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
#topNav ul.level_2 li {
  background: url('../gfx/disc_cp.png') 0 8px no-repeat;
  padding: 0 10px 0 5px;
}
#topNav .anw ul.level_2 li {
  background-image: none;
}
#topNav ul.tf li {
  float: left;
}
#topNav ul.level_2 a:hover {
  display: inline;
  background-image: none;
  color: #000;
  text-decoration: underline;
}
#topNav li:hover ul.level_2,
#topNav li.hovered ul.level_2 {
  left: auto;
}
#topNav li.large:hover ul.level_2,
#topNav li.large.hovered ul.level_2 {
    left: 200px;
    width: 758px;
}
#topNav li.large .bgcolor {
    background-color: #d9f0d6;
    width: 35%;
}
#topNav li.large .bgcolor .empty {
    background-image: none;
    padding-left: 0;
}
#topNav li.large .bgcolor .level_3 {
    padding-left: 6px;
}
#topNav li.large .bgcolor .level_3 li {
    white-space: normal !important;
}
#topNav ul.level_2 span,
#topNav ul.level_2 a {
  display: inline;
}
#topNav ul.level_3 {
  padding-top: 0;
}
#topNav ul.level_3 li {
  float: none;
  margin-left: -5px;
  background: url('../gfx/line_cp.png') 0 8px no-repeat;
  padding-left: 6px;
}
#topNav .anw ul.level_3 li {
  background: url('../gfx/disc_cp.png') 0 8px no-repeat;
}
#breadCrumb {
  padding: 6px 0 10px 220px;
  font-size: 11px;
}
#breadCrumb a {
  color: #999;
}
#breadCrumb a:hover,
#breadCrumb span {
  color: #3da434;
}
#breadCrumb a:hover {
  text-decoration: underline;
}
#topNav ul.size2 {
  width: 540px;
}
/*** leftNav ***/
#leftNav ul {
  font-size: 12px;
  line-height: 16px;
  padding: 0 10px 0 0;
  border-right: 1px dotted #ccc;
}
#leftNav li {
  /*line-height: 30px;*/
  list-style-type: none;
  margin-bottom: 10px;
  /*margin-left: 20px;*/
}
#leftNav li.second {
  margin-top: 30px;
}
#leftNav li a {
  /*line-height: 30px;*/
  list-style-type: none;
  background: url('../gfx/bt_link_inact.gif') no-repeat left 4px;
	display: block;
	color: #333;
	font-weight: bold;
	padding-left: 16px;
	text-decoration: none;
}
#leftNav li a:hover,
#leftNav li a:active,
#leftNav li a.current {
  background-image: url('../gfx/bt_link_act.gif');
	color: #3da434;
}
#leftNav ul ul{
  padding-right: 5px;
  border-right: none;
  padding-top: 5px;
}
#leftNav ul ul li {
  margin-bottom: 5px;
}
#leftNav ul ul li a {
  background-image: none;
	font-weight: normal;
	padding-right: 0px;
}
#leftNav ul ul li a:hover,
#leftNav ul ul li a:active,
#leftNav ul ul li a.current {
  background-image: none;
	text-decoration: underline;
}

#hdImage img {
  height: 270px;
  width: 738px;
}

b.sideBar {
  display: block;
  margin-bottom: 5px;
}

.startMM {
  width: 178px;
  height: 246px;
  display: block;
  margin: -24px 0 14px 0;
}
.maskeMM {
  background: url('../gfx/maskMM.png') no-repeat scroll 0 0 transparent;
  width: 178px;
  height: 246px;
  left: 0;
  position: absolute;
  top: 0;
}
/*** content ***/
.quickLink {
  float: left;
  display: inline;
  position: relative;
  margin: 20px 20px 20px 0;
  width: 250px;
  height: 142px;
}
.quickLink img {
  height: 140px;
  width: 100px;
  border: 1px solid #3da434;
}
.quickLink .pic {
  float: left;
  margin: 0 10px 0 0;
  height: 140px;
  width: 100px;
}
#content .quickLink p {
  padding-top: 0;
}
#content .quickLink a.more {
  padding-left: 14px;
  background: url('../gfx/bt_link.gif') no-repeat left -18px;
}
#content .quickLink a.more:hover {
  background-position: left 3px;
  
}
/*
.push {
  text-indent: -9999em;
  display: block;
  background-color: aqua;
}
.linkAll {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
*/

.wImgR img {
  float: right;
  margin: 0 0 10px 10px;
  width: 250px;
  border: 1px solid #3da434;
}

#layMap {
  margin-top: 22px;
}
#mapCanvas {
    width: 500px;
    height: 300px;
    margin-bottom: 20px;
    border: 1px solid #3da434;
    background: url('../gfx/map_static.jpg') 0 0 no-repeat;
}
.order01 {
  padding-top: 10px;
}
.order01 strong,
.order01 span {
  display: block;
  float: left;
}
.order01 strong {
  width: 90px;
}
.order01 div {
  padding-bottom: 10px;
}
.middle strong {
  width: 150px;
}
.order01 .clearfix span {
  width: 400px;
}
.large strong {
  width: 180px;
}
#sideBar .order01 strong {
  width: 34px;
}

.form {
  padding-top: 10px;
}
.line {
  margin-bottom: 10px;
}
label {
	display: block;
	width: 170px;
  float: left;
  font-weight: bold;
}

input.txt,
input.txtSmall,
input.txtMid,
textarea,
select {
	width: 340px;
  border: 1px solid #D9D9D9;
  height: 22px;
  padding-left: 2px;
}
input.txtSmall {
	width: 58px;
}
input.txtMid {
	width: 268px;
}
select {
	width: 130px;
}
.space {
  margin-right: 10px;
}
textarea {
	height: 100px;
  padding: 3px;
}
.txtCapt {
	font-size: 11px;
  font-weight: normal;
  clear: both;
  display: block;
  margin-left: 170px;
}
.txtCapt span {
	display: none;
}
#captIMG {
	display: block;
  float: left;
}
#captcha {
  float: left;
  margin-right: 20px;
}
#form_kv_2 {
  /*display: none;*/
}
.rahmen {
  float: left;
  width: 330px;
}
#voucher .rahmen {
  width: 380px;
}
label.radio,
input.radio {
  float: left;
  margin: 0 10px 5px 0;
}
label.radio {
  width: 280px;
  font-weight: normal;
}
#voucher label.radio {
  width: 320px;
}
input.radio {
  position: relative;
  top: 4px;
}
.send {
  margin-top: 20px;
}
.send .com {
  display: block;
  float: left;
  font-size: 11px;
  width: 50%;
}
.send button {
  float: right;
  border: none;
  background: none;
  text-align: center;
  padding: 0;
  cursor: pointer;
}
.send button span {
  padding: 0 0 0 10px;
  background: url('../gfx/bg_button.png') no-repeat 0 -49px;
  display: block;
  height: 20px;
}
.send button span span {
  line-height: 14px;
  padding: 3px 10px 3px 0;
  background-position: right -74px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap
}
.send button:hover span {
  background-position: 0 0;
}
.send button:hover span span {
  background-position: right -24px;
  color: #333;
}

ul.liste {
  margin-bottom: 10px;
}
ul.liste li {
  background: url('../gfx/disc_cp.png') 0 6px no-repeat;
  padding: 0 10px 3px 15px;
  list-style-type: none;
}
/*** gallery ***/
.gallery {
  list-style: none;
  margin: 0 0 10px 0;
}
.gallery img {
  height: 105px;
  width: 105px;
}
.gallery li {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  display: inline;
}
.gallery a {
  padding: 2px;
  display: block;
  border: 2px black solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 0;
}
.gallery a:hover {
  line-height: 0;
  border-color: #3DA434;
}
#sideBar .teaser {
  border-top: dotted 1px #3DA434;
  border-bottom: dotted 1px #3DA434;
  padding: 10px 0;
  margin-bottom: 20px;
}
#sideBar  a {
  display: block;
  margin-bottom: 3px;
}
#footer {
	background: url('../gfx/bottom_line.png') no-repeat 10px 0;
	padding: 16px 10px;
}
#footer ul {
	font-size: 11px;
	line-height: 14px;
	list-style: none;
  padding-top: 0;
}
#footer ul li {
	float: right;
	color: #333;	
}
#footer ul li.copy {
	float: left;
	width: 422px
}
#footer a {
	display: block;
	color: #333;
}
#footer a:hover,
#footer .current a {
	color: #3da434;
}
#footer a:hover {
	text-decoration: underline;
}