@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

html {
	font-family:"Trebuchet MS";
	font-size:12px;
	color: black;
}


body {
	background-image: url(../img/pfoten.jpg);
	background-color: #00AE6D;
}


#wrapper {
	width: 1000px;
	margin: auto;
	position: relative;
	background-color: white;
}

h1 {
	font-size:18px;
	padding:0 0 15px 274px;
	color:#000408;
}

p {
	padding:0 0 15px 0;
}

/* MAIN NAVIGATION */
#snav {
	width:250px;
	background-color: #007745;
}

#snav ul {
	margin:0;
	padding:0;
}

#snav ul li {
	display: block;
}
#snav ul li a,
#snav ul li a:link,
#snav ul li a:visited {
	color:  white;
	display: block;
	font-size: 12px;
	padding: 5px 0 5px 20px;
	text-decoration:none;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#snav ul li a:hover,
#snav ul li a:active,
#snav ul li a.cur,
#snav ul li a.cur:link,
#snav ul li a.cur:visited,
#snav ul li a.act,
#snav ul li a.act:link,
#snav ul li a.act:visited {
	color: black;
	display: block;
	font-size: 12px;
	padding: 5px 0 5px 20px;
	text-decoration:none;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	background-color: #ACFFA8;
}


/* OVERVIEW BUT */
.productoverviewlink:link, .productoverviewlink:visited{
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight:bold;
	background-color:#b5202f;
	padding:10px;
}
.productoverviewlink:hover, .productoverviewlink:active {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight:bold;
	background-color:#b5202f;
	padding:10px;
}


/* FOOTER */
div#footer {
	text-align: left;
	background-color: white;
}

#footer {
	font-size: 12px;
	line-height:20px;
}

#footer p a {display: inline; margin: 0; padding: 0;}

#footer p {margin: 0; padding: 0;}

.footerlink:link, .footerlink:visited{
	text-decoration: none;
	font-size: 12px;
	color: #2f2f2e;
}
.footerlink:hover, .footerlink:active {
	text-decoration: underline;
	font-size: 12px;
	color: #000000;
}