body {
	background-image: url(../art/bgpage.gif);
	background-repeat: repeat;
	width: 98%;
	margin: auto;
}

p, td, th, tr, li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 20px; 
	letter-spacing: 1px;
	text-decoration: underline;
	color: #577A7D;
}

a:hover {
	color: #63C44E;
}

.tools  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #999999;	
	text-decoration: none;	
	text-transform: none;
	line-height: normal;
}

a:hover.tools {
	color: #63C44E;	
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: normal;
	line-height: 20px; 
	letter-spacing: 1px;
	color: #63C44E; 
	text-transform: none;
	margin-bottom: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-weight: bold;
	line-height: 20px; 
	letter-spacing: 1px;
	color: #63C44E;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-weight: normal;
	line-height: 20px; 
	letter-spacing: 1px;
	color: #999999;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-weight: normal;
	line-height: 20px; 
	letter-spacing: 1px;
	color: #75BBBE;
}


ul {
	list-style-type:disc;
	margin-left: 2em;
	padding-left: 0.10em;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

li {
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

form input {
	 border: 1px solid #666666;
	 font-size:11px;
}

form textarea {
	border: 1px solid #666666;
}

.antifloat {
	clear: both;
	visibility: hidden;
}


/******************************
	layout
******************************/

#page {
	width: 980px;
	background-image: url(../art/bgcontent.gif);
	background-repeat: repeat-y;
	margin: auto;
}

/* kopf  */

#kopf {
	width: 940px;
	height: 240px;
	padding: 20px;
	background-image: url(../art/bgtop.gif);
	background-repeat: no-repeat;
}

#toolcontainer {
	width: 150px;
	padding-right: 30px;
	margin: 5px 10px 5px 750px;
	text-align: right;
}

#bildcontainer {
	width: 925px;
	border-top: 1px solid #63C44E;
	border-bottom: 1px solid #84D4D7;
	padding: 10px 0px 10px 15px;
}

*html #bildcontainer {
	width: 920px;
	padding: 10px 0px 10px 15px;
}

#logo {
	width: 185px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#kopffoto {
	height: 200px;
	margin: 0px;
	padding: 0px;
	float: right;
}


/* inhalt */

#inhaltcontainer {
	width: 920px;
	min-height: 350px;
	padding: 0px 5px 20px 15px;
	margin: 0px 20px;
}

#navcontainer {
	width: 185px;
	margin-right: 30px;
	float: left;
}

#textcontainer { 
	width: 450px;
	margin-right: 50px;
	float: left;
}

#rechtespalte {
	width: 205px;
	float: right;
}

#produktecontainer {
	width: 705px;
	float: left;
}

*html #produktecontainer {
	width: 690px;
}

.produkt {
	width: 320px;
	height: 270px;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: #D9D9D9 1px dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	float: left;
}

*html .produkt {
	width: 315px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.produktklein {
	width: 210px;
	height: 220px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: #D9D9D9 1px dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	float: left;
}

*html .produktklein {
	width: 200px;
	height: 220px;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
}

/*fuss*/

#bottom {
	background-image: url(../art/bgfoot.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#fusszeile {
	width: 980px;
	margin: auto;
}

#impressum {
	width: 185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #D7E1E1;
	text-decoration: none;	
	text-transform: none;
	text-align: left;
	margin-right: 30px;
	padding-left: 35px;
	float: left;
}

#impressum a {
	color: #D7E1E1;
	text-decoration: none;	
	text-transform: none;
}

#impressum a:hover {
	color: #63C44E;
	text-decoration: none;	
	text-transform: none;
}

#adresse {
	width: 710px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 1px;
	color: #999999;	
	text-decoration: none;	
	text-transform: none;
	text-align: left;
	float: left;
}

#adresse a {
	color: #999999;	
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;	
	text-transform: none;
}

#adresse a:hover {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 12px;
	color: #63C44E;	
	text-decoration: none;	
	text-transform: none;
}

/******************************
	navigation 
******************************/

/*	stufe 1  */

#navcontainer ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-bottom: 2px;
}

#navcontainer ul li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 10px;
	padding: 0px;
	display: block;
	border-bottom: none;
}

#navcontainer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 2px;
	color: #666666;
}

#navcontainer ul a:hover {
	color: #63C44E;
}

#navcontainer ul a.active {
	color: #63C44E;
}

#navcontainer ul a:hover.active {
	color: #8AD6D9;
}

#navcontainer ul a.parentactive {
	color: #63C44E;
}

#navcontainer ul a:hover.parentactive {
	color: #8AD6D9;
}

/*	stufe 2  */

#navcontainer ul ul {
	margin: 0px;
	padding: 0px;
	display: block;
	border-bottom: none;
}

#navcontainer ul ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding-bottom: 5px;
	display: block;
	border-bottom: none;
}

#navcontainer ul ul li a {
	font-size: 12px;
	color: #5D8285;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: none;
	padding: 0px;
}

#navcontainer ul ul li a.active {
	color: #63C44E;
}

#navcontainer ul ul li a:hover.active {
	color: #5D8285;
}

/*	stufe 3  */

#navcontainer ul ul li {
	border: none;
	line-height: 18px;
}

#navcontainer ul ul li a {
	color: #5D8285;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	border-bottom: none;
}

#navcontainer ul ul li a.active {
	color: #63C44E;
}

