* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

html, body {
	width: 100%;
	height: 100%;
	background: #eee;
	margin-bottom: 1px;
	font-size: 100.01%;
	line-height: 1.25em;
}

#main {
	width: 1000px;
	margin: 0px auto; 
}

#center {
	position: absolute;
	top: 0px;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: #eee url("../images/background.jpg") top left repeat-y;
	font-size: 0.75em;
}

a {
	text-decoration: none;
	color: #aaa;
}

a:hover {
	color: #ccc;
}

h1 {
	font-size: 1.2em;
	margin: 20px 0px 10px 0px;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	margin: 0px 0px 10px 10px;
	font-weight: bold;
}

h3 {
	font-size: .9em;
	margin: 0px 0px 10px 20px;
	font-weight: bold;
	line-height: 1.2em;
}

p {
	margin: 10px 20px 10px 20px; 
}

img {
	border: none;
}

.service {
	border: 1px solid #444;
	margin: 10px 20px 0px 20px;
	padding: 2px;
	float: right; 
}

.lightbox img {
	border: 1px solid #444;
	margin: 10px 20px 0px 20px;
	padding: 2px;
}

#header {
	width: 960px;
	height: 120px;
	background: #01478c url("../images/header.jpg") top left no-repeat;
	margin: 0px 20px 0px 20px;
}

/* MENU */

#menu {
	position: relative;
	left: 20px;
	width: 960px;
	height: 32px;
	border: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
}
#menu ul {
	width: 100%;
	height: 32px;
	background: #444 url("../images/menu_01.jpg") top left repeat-x; 
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li{
	float: left;
	padding: 0px;
	margin: 0px;
	min-width: 6%;
}

#menu li a{
	background: #444 url("../images/menu_01.jpg") top left repeat-x;
	color: #cccccc;
	display: block;
	font-weight: normal;
	line-height: 32px;
	margin: 0px;
	padding: 0px 16px;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #444;
}
#menu ul li:hover a{
	background: #415f93 url("../images/menu_01_hover.jpg") bottom left repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a:hover{
	background: url("../images/seperator.gif") bottom left no-repeat;
	color: #cccccc;
	text-decoration: none;
}
#menu li ul{
	background: #888;
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-left:-1px;
	border: 0px;
	position: absolute;
	width: 200px;
	z-index: 200;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
	/*top:1em;
	/*left:0;*/
}
#menu li:hover ul{
	display: block;
}
#menu li li {
	background: url('../images/sub_sep.gif') bottom left repeat-x;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#menu li:hover li a{
	background: none;
}
#menu li ul a{
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 1em;
	font-style: normal;
	margin: 0px;
	padding: 0px 10px 0px 16px;
	text-align: left;
}
#menu li ul a:hover, #menu li ul li:hover a {
	background: #415f93; /* url('../images/hover_sub.gif') center left no-repeat */
	border: 0px;
	color: #ffffff;
	text-decoration: none;
}
#menu p {
	clear: left;
}

#menu .menuselected {
	background: url("../images/menu_01_hover.jpg") bottom left repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}

/* CONTENT */

#content ul {
	margin: 10px 20px 20px 20px;
	list-style: disc inside;
	line-height: 16px;
	font-size: 1em;
}

#content ul li {
	font-size: 1em;
}

#content {
	width: 680px;
	min-height: 400px;
	float: left;
	text-align: left;
	background: #fff;
    padding: 0px 20px 20px 140px;
	margin-left: 20px;
}

#footer {
	width: 1000px;
	height: 32px;
	line-height: 32px;
	float: left;
	background: #444 url("../images/footer.jpg") top left no-repeat;
	color: #ccc;
	text-align: center;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	border: none;
}

.links {
	margin-top: 20px;
}

.links a, .links a:active, .links a:visited {
	color: #000;
	background: #ccc;
	padding: 5px;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.links a:hover {
	color: #777;
	background: #ddd;
	padding: 5px;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa; 
}

ul#AGB {
	list-style-type: upper-roman;
}

#AGB ul {
	list-style-type: decimal;
	font-size: 1em;
}

ul#hu {
	list-style: disc inside;
}

ul#hu li {
	list-style: disc inside;
	margin: 10px;
}

.bold {
	font-weight: bold;
}

#logos {
	position: relative;
	bottom: 0px;
	width: 660px;
	border-top: 1px solid #eee;
	padding: 5px;
}

#dekra {
	width: 100px;
	height: 120px;
	float: left;
	margin: 40px 20px 20px 0px;
	background: transparent url(../images/logos/dekra_tuv.png) top left no-repeat;
}

#au {
	width: 100px;
	height: 140px;
	float: left;
	margin: 10px 20px 20px 0px;
	background: transparent url(../images/logos/au.png) top left no-repeat;
}

#tuv {
	width: 100px;
	height: 86px;
	float: left;
	margin: 0px 20px 20px 0px;
	background: transparent url(../images/logos/au.png) top left no-repeat;
}

/* Verkauf */

table, tr, td {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	vertical-align: top;
	text-align: left;
}

.pic img {
	margin: 0px 10px 0px 10px;
}

.techspecs {
	text-align: left;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	color: #000;
	background: #fff;
	font-size: 1em;
	font-weight: bold;
	max-width: 160px;
}

.techspecs table, .techspecs tr, .techspecs td {
	text-align: left;
	border: none;
	margin: 20px 0px;
	padding: 0px;
	white-space: nowrap;
}

.techspecs table tr td {
	padding: 0px 5px;
	color: #000;
	background: #f0f0f0;
	border: 1px solid #444;
}

.techspecs .tdright {
	text-align: left;
	min-width: 80px;
}

.techspecs span {
	font-weight: normal;
}

.description {
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	padding: 20px 10px 20px 20px;
}

.price {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.2em;
}

.price p {
	font-size: .8em;
	font-weight: normal;
	line-height: 1.2em;
	text-align: right;
	margin: 0px 0px 10px 0px;
}

td {
	padding: 20px 10px 20px 10px;
	border-bottom: 1px solid #444;
}

#aktionlist li {
	list-style: none;
	font-weight: bold;
}

#aktionlist li ul li {
	list-style: none;
	font-weight: normal;
}
