body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #555555;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #007abd;
	display: inline;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	display: inline;
}

a:link { color: #009036; text-decoration: none; }

a:visited { color: #009036; text-decoration: none; }

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

a:active { color: #4cb172; text-decoration: none; }

#wrapper {
	text-align: left;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../pics/background.png);
	background-repeat: no-repeat;
}

#menu {
	position: relative;
	left: 31px;
	top: 3px;
	width: 800px;
	height: 112px;
}

.menutext {
	position: relative;
	left: 7px;
	font-size: 10px;
}

#content {
	position: relative;
	top: 5px;
	left: 0px;
	padding-top: 30px;
	padding-left: 44px;
	padding-bottom: 30px;
	padding-right: 15px;
	background-image: url(../pics/content.png);
	background-repeat: repeat-y;
	background-position:0px 0px;
}

#footer {
	position: relative;
	top: 0px;
	width: 800px;
	height: 61px;
	background-image: url(../pics/footer.png);
	background-repeat: no-repeat;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 100px;
}

#nav li {
	position : relative;
	float : left;
	line-height : 17px;
	width: 100px;
}

#nav li a {
	position: relative;
	margin-bottom: 2px;
	color: white;
	width: 100px;
	w\idth : 100px;
	display : block;
	text-decoration : none;
	background-color : #009036;
}

#nav li li a {
	background-color : #007abd;
}

#nav li a:hover {
	color: white;
	background-color : #4cb172;
}

#nav li ul {
	position : absolute;
	left: -999em;
	margin-left : 102px;
	margin-top : -38px;
}

#nav li ul ul
	left: -999em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

.produkt {
	position: relative;
	width: 751px;
	height: 165px;
}

.produktgroß {
	position: relative;
	width: 751px;
	height: 430px;
}

.produktbild {
	position: relative;
	float: left;
	width: 215px;
}

.produkttext {
	position: relative;
	width: 516px;
	float: right;
	text-align:left;
}

.produkttext ul {
	position:relative;
	left: -25px;
}