* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	background: #ffffff url(../images/homepage_bg.jpg) top left repeat-x;
	height: 100%;
}

IMG {
	border: none;
}

H1 {
	color: #4cda3b;
	margin-bottom: 10px;
}

#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
}

.rounded_corner_outer {
	width: 210px;
	height: 180px;
	cursor: pointer;
	margin: 5px;
	float: left;
	padding-bottom: 10px;
	background: url(../images/winkelbg_bottom.jpg) bottom left no-repeat;
}

.rounded_corner_inner {
	background: #ffffff;
	padding-top: 10px;
	padding-left: 1px;
	padding-right: 1px;
	background: url(../images/winkelbg_top.jpg) top left no-repeat;
}


/*****************************
******************************
**							**
**			HEADER			**
**							**
******************************
*****************************/

#header {
	width: 850px;
	position: absolute;
	top: 0;
	left: 0;
	height: 83px;
}

/***** Language box *****/

#languagebox {
	background: url(../images/languagebox_bg.jpg) top left no-repeat;
	width: 74px;
	height: 12px;
	padding-left: 18px;
	position: relative;
}

#languagebox a:link, #languagebox a:visited {
	text-decoration: none;
	color: #000000;
}

#languagebox a.languagebox_link_active {
	color: #ffffff;
}


/***** Logo *****/

#logo {
	background: url(../images/logo.jpg) top left no-repeat;
	width: 152px;
	height: 49px;
	position: relative;
	margin-top: 5px;
}


/***** Topmenu *****/

#top_menu {
	float: right;
	position: relative;
	width: 650px;
}

#top_menu ul {
	float: right;
}

#top_menu li {
	float: left;
	list-style: none;
	height: 83px;
	padding-left: 1px;
	max-width: 80px;
	text-align: center;
}

#top_menu li a {
	display: block;
	height: 30px;
	padding: 48px 10px 5px 10px;
	background: url(../images/topmenu_bg.gif) bottom left no-repeat;
	text-decoration: none;
	color: #ffffff;
	font-size: 8pt;
	float: left;
}

#top_menu a:hover {
	background-position: 50% 0px;
}

#top_menu a.info_link_active {
	background-position: 50% -83px;
}

/*****************************
******************************
**							**
**		   CONTENT			**
**							**
******************************
*****************************/

#columns {
	width: 850px;
	position: relative;
	padding-top: 100px;
}

#left_column {
	width: 150px;
	float: left;
	position: relative;
}

/***** productlist *****/

#left_column li {
	list-style: none;
	margin-bottom: 10px;
}

/***** content *****/

#right_column {
	width: 700px;
	float: right;
	position: relative;
}

#content_productlist {
	margin-top: 30px;
	margin-bottom: 30px;
}

#content_productlist a {
	text-decoration: none;
	color: #525252;
}

.products_content {
	border-right: 1px solid #cccccc;
	height: 170px;
}

.products_content_last, .products_content {
	padding-left: 10px;
	vertical-align: top;
}

.product_info_title {
	color: #4cda3b;
	font-size: 20px;
}

.omschrijving_title {
	color: #888888;
	font-size: 18px;
}

.omschrijving_subtitle {
	color: #4cda3b;
	font-size: 14px;
}

.productinfo_desc {
	color: #595959;
	font-size: 11px;
}

.pageHeading, .contentheading {
	color: #595959;
	font-size: 16px;
}

.text, .prodtitle, .prodtext {
	color: #595959;
	font-size: 11px;
}

.subtitle {
	color: #4cda3b;
	font-size: 13px;
}

.green {
	color: #4cda3b;
}

/*****************************
******************************
**							**
**			FOOTER			**
**							**
******************************
*****************************/

#footer {
	clear: both;
	position: relative;
	border-top: 1px solid #4cda3b;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #888888;
}

#footer a{
	color: #888888;
}




/*****************************
******************************
**							**
**			EXTRA			**
**							**
******************************
*****************************/

.messageBox { 
	font-size: 10px; 
}

.messageStackError, .messageStackWarning { 
	font-size: 11px; 
	background-color: #FFCECF; 
	border:1px solid #FF0000; 
	height: 45px; 
	color: #FF0000; 
}



.messageStackSuccess { 
	font-size: 11px; 
	background-color: #B9DCF8; 
	border:1px solid #27838e; 
	height: 45px; 
	color: #1c5061; 
}

.sitemap li {
	margin-left: 15px;
}

/*==================================
remove default focus style
====================================*/
:focus {outline:none;}

.js ul.newList {left:-9999px;}

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;}
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:138px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
.newListSelected {width:134px; color:#000; height:19px; padding:3px 0 0 6px; float:left; background:url(../images/select-bg.gif) no-repeat;}
.newListSelected span {width:140px; display:block;}
ul.newList li {padding:3px 8px;}
.selectedTxt {width:111px; overflow:hidden; height:16px; padding:0 23px 0 0;}
.hiLite {background:#4e83b9!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 -22px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}