/* ========== GENERAl ========== */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #383e43;
	font-family: arial, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
}

a{
	color: white;
	text-decoration: none;
	text-align: center;
}
a:hover {
	color: #9c9c9c;
}
.active {color: #9c9c9c;}

#wrapper {
	width: 858px;
	margin: 0px auto;
	text-align: left;
}

/* ========== HEADER ========== */
#header {
	width: 100%;
	height: 100px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#logo img {
	position: absolute;
	float: left;
	left: 0;
	top: 30px;
	border: none;
	width: 188px;
	height: 48px;
	background-image: url(../images/logo.png);
}

#language {
	width: 40px;
	position: absolute;
	float: right;
	right: 0;
	bottom: 0;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 10px;
}

/* ========== NAVIGATION ========== */
#navigation {
	width: 855px;
	height: 40px;
	margin: 0px;
	padding:0px;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
}

#tabnav ul {

	height: 40px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#tabnav  {
	width: 100%;
	height: 40px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#tabnav li {
	width: 20%;
	height: auto;
	float: left;
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	margin-top: 0px;
}

#tabnav li a{
	display: block;
	text-transform: uppercase;
}

/* ========== IMAGE ========== */
#contImgContainer {
	margin-top: 20px;
	padding: 0px;
	width: 858px;
	height: 408px;
}

#contImg {
	width: 850px;
	height: 400px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#contImgShadRightTop {
  width: 8px;
  height: 8px;
  float: left;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/shadow/contImgShadRightTop.png);

  /*background-color: red;*/
}

#contImgShadRight {
  width: 8px;
  height: 392px;
  float: left;
  margin: 0px;
  background-image: url(../images/shadow/contImgShadRight.png);
  /*background-color: grey;*/
}

#contImgShadBottomLeft {
  width: 8px;
  height: 8px;
  float: left;
  clear: both;
  margin: 0px;
  background-image: url(../images/shadow/contImgShadBottomLeft.png);
  background-repeat: repeat-x;
  background-position: top;
  /*background-color: red;*/
}

#contImgShadBottom {
  width: 842px;
  height: 8px;
  float: left;
  margin: 0px;
  background-image: url(../images/shadow/contImgShadBottom.png);
  background-repeat: repeat-x;
  background-position: top;
  /*background-color: grey;*/
}

#contImgShadBottomRight {
  width: 8px;
  height: 8px;
  float: left;
  margin: 0px;
  background-image: url(../images/shadow/contImgShadBottomRight.png);
  background-repeat: repeat-x;
  background-position: top;
  /*background-color: red;*/
}


/* ========== CONTENT ========== */
#content {
	margin-top: 40px;
	height: auto
}

.text {
	margin-top: 20px;
	margin-right: 20px;
	float: left;
	width: 385px;
}

.textcol{
	padding: 0px;
	margin: 0px;
	width: 385px;
}
.tel_left {
	width: 30px;
	float: left;
	margin: 0;
	padding: 0;
}
.tel_right {
	float: left;
	margin: 0;
	padding: 0;
}


/* ========== FORMS ========== */

.divFormLabel {
	width: 100px;
	float:left;
	margin-top: 5px;
}

.divFormInput {
	width: 500px;
	float:left;
	margin-top: 5px;
	padding: 0;
}

.formInputRegular {
	width: 250px;
	padding: 0;
	border: 1px solid black;
	background-color: #FFFFFF;
}

.formInputTextarea {
	width: 250px;
	height: 80px;
	padding: 0;
	border: 1px solid black;
	background-color: #FFFFFF;
}

#formInputZip {
	float: left;
	width: 50px;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	border: 1px solid black;
	background-color: #FFFFFF;
}

#formInputLocation {
	float: left;
	width: 194px;
	padding: 0;
	margin: 0;
	border: 1px solid black;
	background-color: #FFFFFF;
}

#formSubmit	{
	width: 60px;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	border: none;
	background: url(../images/submit.gif);
	background-repeat: no-repeat;

	/*border: 1px solid black;*/
}

/* ========== FOOTER ========== */
#footer {
	margin-top: 110px;
	font-size: 11px;

}



#signature {
	width: 157px;
	height: 90px;
	background-image: url(../images/unterschrift.png);
}
