﻿body {
	font-family:  Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-family:  Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
* {
	margin:0 auto;
	padding:0;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
img {
	border:none;
}
#header {
	width:auto;
	height:80px;
	background:url(../images/bg_header.png) center repeat-x;
}
#header-content {
	width:800px;
	height:auto !important;
	padding:17px 0;
}
#header-left {
	width:140px;
	height:48px;
	float:left;
}
#header-middle {
	width:260px;
	height:48px;
	float:left;
}
#header-middle .webtitel {
	font-size:20px;
	font-weight:bold;
	padding:2px 0;
}
#header-middle .webdescription {
	font-size:13px;
	font-weight:bold;
	padding:3px 0;
}
#header-right {
	width:140px;
	height:48px;
	float:right;
}
#nav {
	width:auto;
	height:37px;
	line-height:37px;
	margin-bottom:7px;
	background:url(../images/header_1.gif) center repeat-x;
}
#nav-content {
	width:800px;
	height:37px;
	line-height:37px;
}
#nav-content a {
	color:#000000;
	font-weight:bold;
}
#nav-content li {
	float:left;
	width:127px;
	text-align:center;
}
#index-images {
	width:800px;
	height:auto !important;
	margin-bottom:7px;
}
#index-about {
	width:764px;
	height:auto !important;
	border:#DDD solid 1px;
	padding:17px;
	margin-bottom:5px;
}
#index-about p {
	line-height:22px;
	text-indent:24px;
	margin:17px auto;
}
#index-about .images {
	float:right;
}
#index-products {
	width:798px;
	height:auto !important;
	border:#DDD solid 1px;
	padding:5px 0 17px 0;
}
#index-products-title {
	width:784px;
	height:auto !important;
	padding:7px;
}
#index-products-content {
	width:798px;
	height:180px;
	padding:17px 0;
}
#index-products-content li {
	width:200px;
	height:160px;
	float:left;
	text-align:center;
	padding:7px;
	margin:0 17px 0 12px;
}
#index-products-content li img {
	border:#DDD dashed 1px;
}
#index-products-content a {
	width:200px;
	text-align:center;
	padding:7px 0;
	display:block;
	text-decoration:underline;
}
#footer {
	width:800px;
	height:auto !important;
	text-align:center;
	padding:17px 0;
	border-top:#DDD solid 7px;
}
