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

  * {
	padding:0;
	margin:0;
	border:0;
  }
  
  li {
	list-style: outside circle;
	margin-left: 15px;
  }
  
  .even {
  	color: #fff;
  }
  
  .odd {
    color: #ccc;
  }

  
  html, body {
	background: url(../images/image_01.jpg) #000000 no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #aaa;
  }
  
  h1 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
  }
  
  h2 {
  	font-site: 14px;
	font-weigth: bold;
	color: #fff;
	border-bottom: 1px dotted #fff;
  }
  
  a:link, a:visited, a:active {
  	color: #666;
	text-decoration: underline;
  }
  
  a:hover {
  	border-bottom: none;
	text-decoration: none;
	color: #921212;
  }

  #header {
	background: url(../images/image_01.jpg) #000000 no-repeat center top;
  	height: 404px;
	width: 980px;
	margin: 0 auto;
	text-align: center;
  }
  
  #flashheader {
  	z-index: 10;
  }

  #wrapper {
	background:url(../images/image_02.jpg) repeat-y center #000000;
  	width: 980px;
	margin: 0 auto;
  }

  #content_table {
  	padding: 0 215px;
	border: 0px;
  }
  
  .left_index {
  	background:url(../images/topic_welcome.jpg) left top repeat-y;
  	width:52px;
	text-align:left;
	vertical-align:top;
  }
  
  .left_ueber {
  	background:url(../images/topic_ueber.jpg) left top repeat-y;
  	width:52px;
	text-align:left;
	vertical-align:top;
  }
  
  .left_leistung {
  	background:url(../images/topic_leistung.jpg) left top repeat-y;
  	width:52px;
	text-align:left;
	vertical-align:top;
  }
  
  .left_referenzen {
  	background:url(../images/topic_referenzen.jpg) left top repeat-y;
  	width:52px;
	text-align:left;
	vertical-align:top;
  }
  
  .left_lackierung {
  	background:url(../images/topic_lackierung.jpg) left top repeat-y;
  	width:52px;
	text-align:left;
	vertical-align:top;
  }
  
  .left_dundw {
  	background:url(../images/topic_dundw.jpg) left top repeat-y;
  	width:52px;
	text-align:left;
	vertical-align:top;
  }
  
  .left_kontakt {
  	background:url(../images/topic_kontakt.jpg) left top repeat-y;
  	width:52px;
	text-align:left;
	vertical-align:top;
  }
  
  .left_impressum {
  	background:url(../images/topic_impressum.jpg) left top repeat-y;
  	width:52px;
	text-align:left;
	vertical-align:top;
  }

  .td_middle {
  	width: 130px;
	padding-top: 6px;
	vertical-align:top;
  }

  .td_space {
  	width: 48px;
  }
  
  .td_right {
	width: 321px;
  	vertical-align: top;
  }
  
  .content_image {
	width: 132px;
	height: 99px;
	margin-bottom:15px;
  }
  
  .content_image a {
  	border: none;
  }
  
  #content {
  	width: 321px;
	margin: 0px;
	padding: 0px;
  }
  
  #content .header {
	background: url(../images/image_12.jpg) repeat-y;
	height: 23px;
  }
  
  #content .content {
	background: url(../images/image_13.jpg) repeat-y;
	padding-left: 12px;
	padding-right: 10px;
  }
  
  #content .footer {
  	background: url(../images/image_14.jpg) no-repeat;
	height: 22px;
  }
  
  #content .ueber {
  	padding-bottom: 5px;
  }
  
  .bildueber {
  	font-size: 9px;
	text-align: right;
  }
  
  .bildunter {
  	font-size: 9px;
	text-align: center;
  }
  
  div.clear {
  	clear:both;
  }

  #footer {
	height:177px;
	background:url(../images/image_05.jpg) no-repeat center;
  }
  
  #footercontent {
  	padding: 54px 282px 109px 282px;
	width: 416px;
	heigth: 14px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #000000;
  }
  
  #footercontent a, #footercontent a:hover, #footercontent a:active, #footercontent a:visited {
  	color: #000000;
	text-decoration: none;
  }
