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

* {
	margin: 0;
	padding: 0;
	border: 0;	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
   background: url(../images/hg.gif)  center top no-repeat;
   background-color:#d1d2de;
	
}
#outer {
	min-width: 925px;
	width: 100%;
	overflow: hidden;	
}

.clearfix {
	overflow: hidden;	
}
.f-left {
	float: left;	
}
.f-right {
	float: right;	
}

/** HEAD **/

#head {
	height: 96px;
	margin-bottom: 0px;	
}
#logo {
	position: absolute;
    right: 30px;
    top: 4px;
	z-index: 100;	
}
#head .inner {
	width: 925px;
	height: 96px;
	margin: auto;
	position: relative;	
}
.nav {
	list-style: none;
	overflow: hidden;	
}
.nav li {
	float: left;
	padding: 0 10px;
}
#navTop {
	position: absolute;
	top: 0;
	left: 0;	
	z-index: 150;
}
#navTop li {
	border-left: 1px solid #3a3939;	
	padding-top: 5px;
}
#navTop a {
	font-size: 12px;
		font-weight: bold;		
}

#nav {
	position: absolute;
	top: 340px;
    left: 20px;	
	z-index: 150;
}


#head a {
	color: #010066;
	text-decoration: none;
}
#head a:hover, #head a.active {
	color: #010066;
}
#head a.active {
	font-weight: bold;	
}

/** IMAGES **/

#headimages {
	width: 925px;
	margin: auto;
	margin-bottom: 0px;
	position: relative;	
}
#decoOverlay {
	position: absolute;
	left: -125px;
	bottom: 0;	
	z-index: 50;
	width: 417px;
	height: 315px;
	background: url(../images/muster-overlay.png);
}
#decoTop {
	position: absolute;
	right: -97px;
	bottom: -66px;	
	z-index: 0;
	width: 465px;
	height: 351px;
	background: url(../images/muster-oben.png);
}
#slideshow {
	width: 925px;
	height: 272px;
	position: relative;	
}
#slideshow .slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;	
}

/** HEADLINES  **/

h1 {
	height: 50px;
	width: 370px;
	display: block;
	margin-bottom: 5px;
}


/** CONTENT **/

#content {
	width: 925px;
	margin: auto;	
	color: #5c5e68;
	position: relative;
	z-index: 100;
}
#decoBottom {
	position: absolute;
	right: -135px;
	bottom: -93px;	
	z-index: 0;
	width: 302px;
	height: 349px;
	background: url(../images/muster-unten.png);
}
#content .inner {
	overflow: hidden;
	position: relative;
	z-index: 100;
	min-height: 340px;
	background: url(../images/content-bg.png);
}
#content .col {
	float: left;
	padding: 20px 30px;
}
#content .col2 {
	float: right;
	width: 360px;
  margin: 30px 30px 0px 30px;
	background: #f8f7f1;
}
#colLeft {
	width: 420px;

	float: right;
}

#colMid {
	width: 165px;
	color: #f8f5ce;
	margin: 0 4px;
}
#colMid a {
	color: #fff;
	font-weight: bold;	
}
#colMid a:hover {
	color: #f8f5ce; 	
}
#colMid ul {
	margin-left: 15px;	
}
#colMid li {
	line-height: 140%;
	margin-bottom: 10px;	
}

#colRight {
	width: 445px;
}
#colRight a {
	color: #3a3939;
 	text-decoration: none;
}
#colRight a:hover {
	color: #a4a4a4;	
}
#content h1 {
	font-size: 20px;
	color: #d30000;
	margin-top: 18px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
#content h2 {
	font-size: 16px;
	margin-bottom: 10px;
	 color: #BD881A;
	     text-transform: uppercase;	
}

#colLeft a {
	color: #3a3939;
 	text-decoration: none;
}
#colLeft a:hover {
	color: #a4a4a4;	
}
#colLeft h2 {
	font-size: 15px;
	line-height: 45px;
	margin-bottom: 10px;
	  padding-left: 15px;
	color: #010066;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: url(../images/hg_head_right.gif);
}
#colLeft h3 {
	font-size: 13px;
	margin-bottom: 10px;
	padding-left: 15px;
	color: #bd881a;
	margin-bottom: 10px;

}
#content p {
	/*line-height: 140%; */
	margin-bottom: 10px;
}
#content #colRight p {
	/*line-height: 160%; */

}
#content #colLeft p {
 padding-left: 15px;
  padding-right: 15px;
 	color: #5C5E68;
}
.small {
	font-size: 11px;	
}
.fleft {
	float: left;	
}
.big {
	font-size: 20px;	
}


#colRight ul {
	line-height: 140%;
	margin-bottom: 10px;
	list-style: circle outside none;
	margin-left: 15px;
	margin-right: 15 px;
	color: #5C5E68;
}

ul.colRight {
	list-style-type: circle;

}
.colRight li {
	float: left;
	 	color: #d30000;
}
#colLeft ul {
	line-height: 140%;
	margin-bottom: 10px;
	list-style: circle outside none;
	margin-left: 30px;
	margin-right: 30 px;
	color: #5C5E68;
}

ul.colLeft {
	list-style-type: circle;

}
.colLeft li {
	float: left;
	 	color: #d30000;
}
 /* Table 2 spalten*/


.left {
    width: 260px;
     padding-top: 5px;
     padding-bottom: 5px;
}

.right {
    width: 200px;
    text-align: center;
     padding-top: 5px;
     padding-bottom: 5px;
}
 /* Table 3 spalten*/


.left2 {
    width: 150px;
     padding-top: 5px;
     padding-bottom: 5px;
}

.middle2 {
    width: 150px;
       text-align: center;
     padding-top: 5px;
     padding-bottom: 5px;
}
.right2 {
    width: 150px;
 text-align: center;
     padding-top: 5px;
     padding-bottom: 5px;
}

 /* Table 4spalten*/


.left3 {
    width: 100px;
     padding-top: 5px;
     padding-bottom: 5px;
}

.middle3a {
    width: 100px;
       text-align: center;
     padding-top: 5px;
     padding-bottom: 5px;

     }
.middle3b {
    width: 100px;
       text-align: center;
     padding-top: 5px;
     padding-bottom: 5px;
}
.right3 {
    width: 100px;
 text-align: center;
     padding-top: 5px;
     padding-bottom: 5px;
}

table {
    margin-bottom: 10px;

}
 table td {
  
      vertical-align: top;
}





.boxes {
	position: relative;
	width: 190px;
   margin: 10px;
   	float: left;
}

/** GALLERY **/

ul.galerie {
	list-style: none;
	overflow: hidden;
	width: 500px;
	margin-bottom: 20px;
	padding-right: 0;
}
.galerie li {
	float: left;
}
.galerie li a {
	display: block;
	margin: 0 25px 20px 0;
	border: 2px solid transparent;	
}
.galerie li a:hover {
	border: 2px solid #D30000;	
}

/** FORMS **/

fieldset {
	border: 1px solid #3a3939;
	padding: 10px;
	margin-bottom: 10px;	
}
legend {
	font-size: 16px;
	font-weight: bold;	
	color: #3a3939;
	padding: 0 10px;
}
.captcha {
	border: 1px solid #3a3939;
}

input, textarea, select, radio {
	border: 1px solid #3a3939;
   	background: #fffef3;
 float: right;
 padding: 3px;
	margin-bottom: 5px;
  width: 435px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

input:focus, select:focus, textarea:focus {
	background: #fff;
	border: 1px solid #205c35;
}
textarea {
	height: 100px;	
	font-size: 13px;
}
textarea.large {
	width: 460px;	
}
select {
	padding: 0;	
	height: 22px;
	width: 308px;
}
label {
	float: left;
	clear: both;
	margin-right: 5px;

	font-weight: bold;	
}
#colLeft input {
	width: 150px;
}
#colLeft select {
	width: 158px;	
}
#colLeft .button {
	margin-top: 10px;	
}
input.button {
	width: auto !important;	
	height: auto !important;
	padding: 3px 10px;
	cursor: pointer;
	background: #d1d2de;
	color: #f8f5ce;
	font-weight: bold;
}
input.button:hover {
	background: #010066;
}
ul.error {
	margin-left: 20px;	
}
ul.error li {
	margin-bottom: 5px;	
}

/** FOOT **/

#foot {
	width: 964px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	color: #f8f5ce;
	position: relative;
	z-index: 100;
	padding-bottom: 80px;
}
#foot span {
	padding: 15px;	
}
#foot a {
	color: #f8f5ce;
	text-decoration: none;
}
#foot a:hover {
	color: #fff;	
}

/** SIMPLE LAYOUT **/
body.simple {
	background: #f8f5ce;
	color: #205c35;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.simple p {
	line-height: 160%;
	margin-bottom: 10px;
}
.simple h2 {
	background: #205c35;
	color: #f8f5ce;
	padding: 10px 15px;
}
.simple table {
	border-collapse: collapse;
}
.simple td, .simple th {
	vertical-align: top;	
	font-size: 13px;
	padding: 7px;
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
}
.simple th {
	padding-right: 20px;
}
.simple table.images td, .simple table.images th {
	border: 0;	
}
