html, body, h1, h2, h3, h4, li {
	margin: 0;
	padding: 0;
}


img, div { behavior: url(iepngfix.htc) }


h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}

.clear {
	clear: both;
}


body {
	background: #cecece url(../images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
  position: relative;
  background: url(../images/body_bg.gif) repeat-y;
}

#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 535px;
  height: 279px;
  background: url(../images/header_2.jpg) no-repeat;
}
#left {
  float: left;
  width: 243px;
}
#logo {
  width: 244px;
  height: 152px;
  background: url(../images/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}



#nav {
  background: url(../images/nav_left.jpg) no-repeat;
  width:243px;
}

#nav_bot {
	background-image:url(../images/nav_bot.jpg);
	height: 29px;
}



#nav a {
	height:30px;
	width:234px;
	display:block;
	margin-left:9px;
	border-bottom:1px solid #666;
	background-image:url(../images/nav_bg_animate.jpg);
	color:#FFFFFF;
	text-decoration:none;
	position:relative;
}

#nav a.highlight {
	color: #FFA405;
}

#nav a:hover {
	color: #FFA405;
}

#nav a.highlight:active {
	color: #BE8B06;
}


#nav a:active {
	color: #BE8B06;
}


#nav a img {
	position:absolute;
	left:200px;
	top:5px;
}

#nav a span {
	margin-left:40px;
	padding-left:10px;
	top:8px;
	position:relative;
	border-left:1px solid #FFF;
	display:block;
	width:20px;
	height:22px;
}


#support {
  background: url(../images/support.jpg) no-repeat;
  padding: 1px;
  height: 97px;
  color: #1A1A18;
}
#support p {
  margin: 0.7em 2.6em;
}



#right {
  float: right;
  width: 490px;
  padding-right: 9px;
  padding-top: 301px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}


#welcome {
  margin-right: 20px;
}


#right .left {
  margin-right: 18px;
}


#spacer {
  height: 2em;
}

#footer {
  background: url(../images/footer_bg.gif) repeat-y;
}


#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #715F36;
  font-weight: bold;
}


#footerline{
	background: url(../images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}



.impressum {font-weight:bold;
			color: #BE8B06;
			margin-bottom:6px;
			margin-top:14px;}

.impressum_content {
			padding-left:10px;
			font-size:x-small;
			text-align:justify;
			}
			
			

.button_absenden {
	margin-top:20px;
	cursor:pointer;
}


.button_absenden:hover {
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity:0.7; 
	-khtml-opacity:0.7;
}
			

ul.index {
	list-style-image:url(../images/li_icon.gif);
	margin: 0;
	padding: 0;
}


ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(../images/referenzen/thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
	border:none;
}

#main_view {
	float: left;
	padding: 9px 0;
	margin-left: -10px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
}
