* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/bg.jpg) center fixed #354740;
	height: 100%;
	min-height: 600px;
	color: #2a2a2a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

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

a:hover {
	   color: #fff;
}
	

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#all {
	position: absolute;
	left: 50%;
	width: 840px;
	margin-left: -420px;
}

.wrap {
   width: 840px;
   font-size: 16px;
   line-height: 20px;
   text-align: justify;
   padding-top: 4px;
   padding-bottom: 24px;
   /*background-color: #4d350f; */
}

.impressum {
   width: 810px;
   line-height: 20px;
   text-align: justify;
   padding: 12px 15px 18px 15px;
   background-color: #131a17;
   text-transform: uppercase;
   font-size: 12px;
   color: #ffaa22;
}

.threecols {
	float: left;
	width: 840px;
	display: inline;
   padding-bottom: 24px;
}

.col1 {
	width: 178px;
	padding-right: 20px;
	display: inline;
	float: left;
}

.col2 {
	width: 300px;
	padding-right: 20px;
	display: inline;
	float: left;
}

.col3 {
	width: 300px;
	display: inline;
	float: left;
}


.col4 {
	width: 400px;
	display: inline;
	float: left;
	padding-right: 20px;
}

.col5 {
	width: 400px;
	display: inline;
	float: left;
}


.clear {
   clear: both;
   line-height: 1px;
   font-size: 1px;
   height: 1px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin: 0;
	padding: 15px 15px 0px 15px;
	color: #ffffff;
}


h1, h1 a {
	margin: 0;
	padding: 8px 15px 2px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #737f7a;
	background-color: #27332f;
	border-top:1px solid #5e6c67;
	/* border-bottom:1px solid #000000; */
	cursor: pointer;
	height: 24px;
	text-transform: uppercase;
	text-decoration: none;
}

h1:hover {
	background-color: #1b2421 !important;
	color: #f2f2ed !important;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	margin: 0;
	padding: 15px 15px 5px 15px;
	color: #ffffff;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	padding: 15px 15px 0px 15px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	padding: 10px 15px 0px 15px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}


UL {
	list-style-type: none;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

LI {
	font-family: Arial, Helvetica, sans-serif;
	background: url('../img/bullet.gif') left 7px  no-repeat;
	padding: 0px 15px 0px 15px;
	font-size: 14x;
	color: #b9bfbd;
	line-height: 22px;
}


.logo {
	text-align: center;
	height: 86px;
}

.referenzen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	padding: 5px 15px 0px 15px;
	color: #b9bfbd;
}
	
	
#formular {
	width: 100%;
	border-collapse: collapse;
	color: #fff;
}

#formular TD {
	font-size: 14px;
	vertical-align: top;
	padding-left: 10px;
}

#formular TR.date {
	background-color: #27332f;
}

#formular TR.date2 {
	background-color: #4e665e;
}


#formularklein {
	width: 100%;
	border-collapse: collapse;
	color: #fff;
	background: #fff;
}

#formularklein TD {
	font-size: 12px;
	vertical-align: top;
	padding: 4px;
}

#formularklein TH {
	font-size: 12px;
	color: #131a17;
	text-align: left;
	vertical-align: top;
	padding: 10px 0px 5px 10px;
}

#formularklein TD.bezeichnung {
	width: 180px;
	font-size: 10px;
	line-height: 8px;
	color: #737f7a;
	text-transform: uppercase;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	height: 6px;
}

#formularklein TD.bezeichnung  strong {
	color: #2e3331;
}


.orange {
	color: #ffaa22;
}


input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px;
	background: #F5F5F5;
	border: 1px solid #737f7a;
	font-size: 13px;
}

.breite180 {
	width: 165px;
}

