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

body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background: url('../images/body/bgstroke.png');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #fff;
}
img {
	border: none;
}
.clearboth {
	clear: both;
}
a {
	color: #559700;
	text-decoration: none;
}
a:hover {
	color: #559700;
	text-decoration: underline;
}
#container {
}
.hidden {
	display: none;
}
.view {
}
.input {
	width: 143px;
	height: 20px;
	background: url('../images/elements/input.png');
	background-repeat: no-repeat;
	border: none;
	padding: 3px 5px 0 5px;
	color: #3b3b3b;
}
.check {
	width: 62px;
	height: 23px;
	background: url('../images/elements/check.png');
	background-repeat: no-repeat;
	border: none;
	color: #fff;
}
.login {
	width: 62px;
	height: 23px;
	background: url('../images/elements/login.png');
	background-repeat: no-repeat;
	border: none;
	color: #fff;
}
.bestellen {
	width: 97px;
	height: 23px;
	background: url('../images/elements/bestellen.png');
	background-repeat: no-repeat;
	border: none;
	color: #fff;
}
.moreinfo {
	width: 97px;
	height: 23px;
	background: url('../images/elements/moreinfo.png');
	background-repeat: no-repeat;
	border: none;
	color: #fff;
}
.register {
	width: 83px;
	height: 23px;
	background: url('../images/elements/register.png');
	background-repeat: no-repeat;
	border: none;
	color: #fff;
}
#container #greentop {
	width: 100%;
	height: 44px;
	background: url('../images/top/topbg.png');
	background-repeat: repeat-x;
}
#undertop {
	position: relative;
	width: 961px;
	height: 31px;
	margin: 0 auto;
	margin-top: -19px;
}
#searchbox {
	width: 227px;
	height: 31px;
	top: 0;
	margin-left: 725px;
	background: url('../images/top/searchbg.png');
	background-repeat: no-repeat;
	text-align: center;
}
#logo {
	width: 961px;
	height: 103px;
	margin: 0 auto;
	text-align: center;
}
#logo img {
	margin-top: 18px;
}
#navigation {
	width: 942px;
	height: 42px;
	margin: 0 auto;
	background: url('../images/navigation/navbg.png');
	background-repeat: no-repeat;
}
#navigation .left {
	width: 850px;
	height: 42px;
	float: left;
}
#navigation .left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation .left ul li {
	height: 42px;
	float: left;
	background: url('../images/navigation/line.png');
	background-position: left;
	background-repeat: no-repeat;
}
#navigation .left ul li a {
	display: inline-block;
	height: 28px;
	padding: 14px 14px 0 14px;
	font-size: 12px;
	color: #111111;
	font-weight: bold;
	text-decoration: none;
	margin-left: 2px;
}
#navigation .left ul li a:hover {
	color: #559700;
	height: 30px;
	background: url('../images/navigation/hover.png');
	background-repeat: repeat-x;
	background-position: 1px;
}
#navigation .left ul li .hover {
	color: #559700;
	height: 30px;
	background: url('../images/navigation/hover.png');
	background-repeat: repeat-x;
	background-position: 1px;
}
#navigation .right {
	width: 92px;
	height: 36px;
	float: left;
	text-align: center;
	padding: 6px 0 0 0;
}
#navigation .right a {
	text-decoration: none;
	color: #000;
}
#navigation .right a:hover {
	color: #559700;
}
#subnavigation {
	width: 942px;
	height: 27px;
	margin: 0 auto;
	background: url('../images/navigation/submenubg.png');
	background-repeat: no-repeat;
}
#subnavigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subnavigation ul li {
	float: left;
}
#subnavigation ul li a {
	height: 22px;
	display: inline-block;
	padding: 5px 8px 0 8px;
	text-decoration: none;
	color: #000;
}
#subnavigation ul li a:hover {
	color: #559700;
}
#content {
	width: 961px;
	margin: 0 auto;
	margin-top: 19px;
}
#content .contentleft {
	width: 261px;
	float: left;
	padding-left: 9px;
}
	
#content .contentright {
	width: 681px;
	float: left;
	overflow: hidden;
}
#content .contentright h2 {
	margin: 0;
	font-size: 14px;
}
#content .contentright h1 {
	padding-top: 10px;
	font-size: 16px;
	margin: 0;
	border-top: 1px #dbdbdb solid;
	padding-left: 10px;
}
#content .contentright h4 {
	font-size: 11px;
}
#content .contentright h6 {
	font-size: 11px;
	margin-bottom: -8px;
	margin-top: 3px;
}
#content h3 {
	font-size: 14px;
}
#content .contentright .price {
	color: #63af00;
	font-weight: bold;
}
#content .contentright .product {
	width: 681px;
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#content .contentright .product ul {
	width: 100%;
	margin: 32px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
}
#content .contentright .product ul li {
	float: left;
	width: 22%;
	padding: 0 15px 0 5px;
}
#content .contentright .product ul li a {
}
#content .contentright .product ul li a:hover {
}
#content .contentright .product ul .reseller {
	margin: 10px;
	list-style-type: disc;
	margin-bottom: 10px;
}
#content .contentright .product ul .reseller li {
	float: none;
	width: auto;
}
#content .contentright .contentbox {
	width: 661px;
	background: url('../images/content/contentboxbg.png');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}
#content .contentright .descriptionbox {
	width: 661px;
	background: url('http://www.weservit.nl/template/images/content/contentboxbg.png');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
	padding: 10px;
	margin: 20px 0px 20px 0px;
}
#content h3 {
	margin: 0;
	margin-bottom: 8px;
}
#content .lightbox {
	width: 232px;
	height: 185px;
	background: url('../images/content/lightbox.png');
	margin-bottom: 20px;
	padding: 10px;
}
#content .partner {
	margin-top: 20px;
}
#content .darkbox {
	width: 232px;
	height: 185px;
	background: url('../images/content/darkbox.png');
	margin-bottom: 20px;
	padding: 10px;
}
#content .darkbox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content .darkbox ul li {
}
#content .darkbox ul li a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	padding: 3px 0 2px 0;
}
#content .darkbox ul li a span {
	font-weight: bold;
	padding-right: 12px;
}
#content .darkbox ul li a:hover {
	color: #559700;
}
#standard {
	width: 661px;
	padding: 10px;
	border-top:1px solid #DBDBDB;
	padding-bottom: 10px;
}
#standard .flood {
	padding: 0 10px 0 10px;
}
#standard .standardleft {
	float: left;
	width: 230px;
}
#standard .standardright {
	float: left;
	width: 230px;
}
#standard ul {
	list-style-type: disc;
	padding: 5px;
}
#kiosk {
	width: 922px;
	min-height: 105px;
	margin: 0 auto;
	background: url('../images/bottom/kioskbg.png');
	background-repeat: repeat-x;
	background-color: #539200;
	padding: 26px 10px 10px 10px;
	margin-bottom: 10px;
}
#kiosk a {
	color: #fff;
	text-decoration: none;
}
#kiosk a:hover {
	text-decoration: underline;
}
#kiosk .left {
	width: 550px;
	float: left;
}
#kiosk .left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:  550px;
}
#kiosk .left ul li {
	float: left;
	width: 137px;
}
#kiosk .left ul li p {
	margin: 0;
}
#kiosk .left ul li .head {
	font-weight: bold;
}
#kiosk .right {
	width: 332px;
	float: left;
	color: #fff;
	font-weight: bold;
	padding-left: 40px;
	background: url('../images/bottom/line.png');
	background-repeat: no-repeat;
}
#kiosk .right a {
	font-weight: bold;
}
#slider {
	margin-bottom: 20px;
}

