* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#1A171B;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top center;
}

img {
  border:0px;
  vertical-align:bottom;
}

#container {
  position:relative;
  width:984px;
  margin:auto;

}

#header{
	position:relative;
	height:144px;
}

#logo {
	position:absolute;
	top:36px;
	left:40px;
}

#nav{
	position:absolute;
	top:92px;
	left:345px;
}

#subnav{
	position:absolute;
	top:65px;
	left:620px;
}

#content {
	position:relative;
	min-height: 500px;
   height: auto !important;
   height: 500px;
}

#teaser-start {
	position:relative;
	margin-top:20px;
	margin-left:10px;
	width:963px;
	min-height: 135px;
   height: auto !important;
   height: 135px;
	background-image: url(images/teaser_bg.jpg);
   background-repeat:no-repeat;
   background-position:top left;
}

#teaser_1 {
	position:absolute;
	top:15px;
	left:15px;
}

#teaser_2 {
	position:absolute;
	top:15px;
	left:350px;
}

#teaser_3 {
	position:absolute;
	top:15px;
	left:685px;
}


#footer {
  position:relative;
  background-image: url(images/footer_bg.gif);
  background-repeat:no-repeat;
  background-position:top;
  margin-top:15px;
  padding-top:20px;
  height:45px;
  text-align:center;
}


h1 {
color:#E2001A;
font-size:14px;
padding:0px 0px 5px 0px;
margin:0px;
}

.h1class {
  font-weight: bold;
  font-size:16px;
  color:black;
  padding:8px 20px 8px 40px;
  margin:20px 0px 0px 0px;
  background-color:#CDB979;
}

#content_con {
	position:relative;
	background-color:#F3E6BB;
	background-repeat:no-repeat;
   background-position:top;
	padding:15px;
}

#content_line {
	position:relative;
	border:1px solid white;
	min-height:418px;
   height:auto !important;
   height:418px;
	padding:37px 25px 37px 25px;
}


.referenz {
  position: relative;
  width: 229px;
  float: left;
  display: inline;
  height:155px;
  margin-bottom:10px;
}

.referenz_right {
  position: relative;
  width: 205px;
  float: left;
  display:inline;
  height:155px;
  line-height:15px;
  margin-bottom:10px;
}

.ref {
	width:208px;
}

.zoom {
	position:absolute;
	top:123px;
	left:5px;
}

.imgbord{
	border:1px solid #6C6345;
	padding:2px;
}

hr {
  background-color: #CDB979;
  border: 0 none;
  height: 1px;
}



/* ######################## css ready ende #####################*/








.line {
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	margin:0px;
	height:5px; 
	line-height:5px;
}





a.nav:link,a.nav:visited,a.nav:active {
  color:#333333;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  padding-left:16px;

}

a.nav:hover {
  color:white;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  padding-left:16px;
  background: url(images/nav_point.gif) no-repeat 2px 4px;

}

a.navactive:link,a.navactive:visited,a.navactive:active,a.navactive:hover {
  color:white;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  padding-left:16px;
  background: url(images/nav_point.gif) no-repeat 2px 4px;

}

a.prodlink:link,a.prodlink:visited,a.prodlink:active {
  color:#231F20;
  text-decoration:none;
  font-weight:bold;
  font-size:14px;
}

a.prodlink:hover {
  color:#231F20;
  text-decoration:none;
  font-weight:bold;
  font-size:14px;
}

a.blacklink:link,a.blacklink:visited,a.blacklink:active {
  color:#000000;
  text-decoration:underline;
  font-weight :normal;
    font-size:12px;
}

a.blacklink:hover {
  color:#000000;
  text-decoration:none;
  font-weight :normal;
    font-size:12px;
}



/* ##################### CSS fertig ################################# */






a,a:link,a:visited,a:active {
  font-style:normal;
  color:blue;
  text-decoration:underline;
  font-weight:normal;
}

a:hover {
  font-style:normal;
  color:blue;
  text-decoration:none;
  font-weight:normal;
}


input,textarea,select {
  background-color : #FFFFFF;
  border:1px solid #666666;
  padding:5px;
  font-size:12px;
}


.clear{
  clear: both:
}

ul {
	list-style:disc;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 20px;
}



