body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 101%;
}


#main {
	position: relative;
	margin-top: 10px;
	margin-left: 50%;
	left: -410px;
	padding: 0px;
	border: solid 1px #CCCCCC;
	background-color: #F3F6EA;
	width: 820px;
	text-align: left;
	clear: left;
	background-image: url(bilder/logo.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 560px;
}

#header {
	position: relative;
	height: 150px;
	width: 820px;
	background-color: #DBDF6F;
	clear: left;
	margin: 0px;
	padding: 0px;
	background-image: url(bilder/header.jpg);
}


#navigation {
	position: relative;
	float: left;
	width: 140px;
	height: 250px;
	padding: 15px;
	margin: 0px;
	background-color: #F3F6EA;
	background-image: url(bilder/navi_bg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

#navigation ul { list-style : none; margin: 0px; padding: 0px;}

#navigation li { 
	font-weight: bold; 
	margin: 5px 0 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc; 
	height: 25px;
	/*background: url(images/li.gif) no-repeat left;*/
}
#navigation li a { 
	color: #60655B;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	display: block;
	height: 25px;
}

#navigation li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #94B03F;
	display: block;
	height: 25px;
}

.content_titel {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}

#content {
	position: relative;
	float: left;
	background: #FFFFFF;
	padding: 20px;
	width: 609px;
	border-left: solid 1px #ECEFA8;
	height: 380px;
	padding-bottom: 10px;
}

#content_left {
	position: relative;
	float: left;
	text-align: justify;
	background: none;
	width: 275px;
	padding-right: 30px;
}

#content_right {
	position: relative;
	float: left;
	text-align: justify;
	background: none;
	width: 275px;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}


a {
	color: #666666;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
	color: #000000;
}


#footer {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	clear: left;
	visibility: visible;
	padding: 20px 0px 20px 0px;
}

#footer a{
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

/* Ajax Warte Element */
#warten {
	visibility: hidden;
}

.produktNavi {
	float:left;
	width:145px;
	background:#F3F6EA;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	height:20px;
	padding-top:5px;
	margin-top:10px;
	border-bottom: 1px #ccc solid;
	border:1px solid #ECEFA8;
}

.produktNavi_aktiv {
	float:left;
	width:145px;
	background:#DBDF6F;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	height:20px;
	padding-top:5px;
	margin-top:10px;
	font-weight:bold;
	border-bottom: 1px #ccc solid;
	border:1px solid #ECEFA8;
}

li {
	margin-bottom: 10px;
}