* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #ebebeb;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 8pt;
	color: #626262;
}

a,
a:active,
a:visited {
	color: #0f7920;
	text-decoration: none;
}

a:hover {
	color: #009900;
}

.LOuterWrapper {
	width: 716px;
	background-color: #fff;
	margin: auto;
}

.LInfo {
	padding: 5px;
	border-bottom: 1px solid #d6d6d6;
}


.LInfo .produkte {
	float: left;
	padding: 4px;
}

.LInfo .adresse {
	float: right;
	padding: 4px;
}

.LHeader {
	background-image: url(../img/site/header.gif);
	height: 86px;
}

.LHeader a,
.LHeader a:active,
.LHeader a:visited {
	color: #626262;
}


.LHeader .anfahrt {
	float: left;
	padding: 4px 4px 4px 613px;
}

.LHeader .impressum { 
	float: left;
	border-left: 1px solid #d6d6d6;
	padding: 4px;
}

/**
 * Navigation
 */
.LNav { 
	background-color: #1e2a87;
	border-bottom: 1px solid #0d123a;
	height: 21px;
	padding: 4px 0 0 0px;
	background-image: url(../img/site/nav_bg.gif);
}

* html .LNav { border-bottom: 0; } /* IE6 Fix */

.LNav li {
	list-style-type: none;
	float: left;
	color: #b0b8ef;
	border-right: 1px solid #3544b5;
}
.LNav a, 
.LNav a:active,
.LNav a:visited {
	color: #b0b8ef;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 22px;
	heigh\t: 20px;
	padding: 2px 6px 0 6px;
	float: left;
}
.LNav a:hover,
.LNav a.active, .LNav a.active:active, .LNav a.active:visited {
	background-color: #fff;
	color: #000;
	background-image: url(../img/site/tab_bg.gif);
}

/**
 * Sub-Navigation
 */
.LSubNav {
	clear: both;
	border-bottom: 1px solid #d6d6d6;
	height: 21px;
	padding: 4px 0 0 0px;
}
.LSubNav li {
	list-style-type: none;
	float: left;
	border-right: 1px solid #d6d6d6;
}
.LSubNav a, 
.LSubNav a:active,
.LSubNav a:visited {
	color: #626262;
	text-decoration: none;
	display: block;
	height: 22px;
	heigh\t: 20px;
	padding: 2px 6px 0 6px;
}
.LSubNav a:hover,
.LSubNav a.active {
	background-color: #fff;
}

.LContent {
	padding: 10px 0 0 8px;
}

.LContent .boxes {
	float: right;
	width: 180px;
	padding-bottom: 18px;
}

.LContent .content {
	float: left;
	padding-bottom: 18px;
	width: 518px;
}


.LBottom {
	clear: both;
	height: 22px;
	border-top: 1px solid #d6d6d6;
	color: #c0c0c0;
	width: 716px;
	margin: auto;
}

.LBottom .copy {
	float: left;
	padding: 4px;
}

.LBottom .top {
	float: right;
	padding: 4px;
}

/**
 * Boxes
 */
 
.LBoxHead {
	padding: 4px; 
	background-color: #e1e1e1;
	color: #006611;
	background-image: url(../img/site/box_head.gif);
}
.LBoxContent {
	padding: 6px;
	background-color: #f7f7f7;
	color: #626262;
}

.LBoxContent a.mehr,
.LBoxContent a.mehr:active,
.LBoxContent a.mehr:visited {
	display: block;
	color: #0f7920;
	text-decoration: none;
	padding-top: 4px;
}	

/**
 * Cells
 */
h1 {
	color: #008717;
	font-size: 13pt;
	font-weight: bold;
	font-family: arial;
	padding-bottom: 6px;
}	

 
.c1 { 
	background-color: #ebebeb;
	padding: 4px;
}
