/* Stylesheet Website */

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #9d4057;
	background-color: #f3e2e6;
	background-image: url(../images/bkg_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#wrapper_0 {
	width: 950px;
	margin: 0px auto;
	position: relative;
}

#wrapper_1 {
	width: 950px;
	text-align: left;
	position: relative;
	float: left;
}

#header {
	width: 950px;
	height: 86px;
	padding-top: 23px;
	background-image: url(../images/bkg_header.jpg);
	background-repeat:  no-repeat;
	position: relative;
	float: left;
}

#navigatie {
	width: 910px;
	height: 55px;
	padding: 0px 20px;
	background-image: url(../images/bkg_navi.jpg);
	background-repeat:  no-repeat;
	position: relative;
	float: left;
}

.navi_item {
	height: 32px;
	margin-top: 14px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	float: left;
}

.navi_item a:link { color: #9d4057; text-decoration: none; }
.navi_item a:visited { color: #9d4057; text-decoration: none; }
.navi_item a:hover { color: #e3a6b4; text-decoration: none; }

.navi_item_spacer {
	width: 2px;
	height: 32px;
	margin: 7px 15px 0px 15px;
	background-image: url(../images/bkg_navi_item_spacer.gif);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}


#bovenbalk {
	width: 950px;
	height: 200px;
	background-image: url(../images/bkg_bovenbalk.jpg);
	position: relative;
	float: left;
}

#bovenbalk_links {
	width: 250px;
	height: 200px;
	position: relative;
	float: left;
}

#bovenbalk_rechts {
	width: 670px;
	height: 150px;
	padding: 15px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	float: left;
}

#wrapper_content {
	width: 950px;
	margin-bottom: 10px;
	position: relative;
	float: left;
}

#content {
	width: 700px;
	background-color: #ebbec9;
	position: relative;
	float: right;
}

#content_bkg_top {
	width: 670px;
	padding: 15px 15px 0px 15px;
	background-image: url(../images/bkg_top_content.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: right;
}

#content_footer {
	width: 700px;
	background-color: #ebbec9;
	background-image: url(../images/bkg_content_footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	float: right;
}

#footer {
	width: 920px;
	height: 25px;
	margin-bottom: 10px;
	padding: 10px 15px 10px 15px;
	font-size: 11px;
	background-image: url(../images/bkg_footer.gif);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

#footer_left {
	position: relative;
	float: left;
}

#footer_right {
	width: 675px;
	position: relative;
	float: right;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 12px 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
}

h4 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 12px;
}

p {
	margin: 0px;
}

a:link { color: #9d4057; text-decoration: underline; }
a:visited { color: #9d4057; text-decoration: underline; }
a:hover { color: #9d4057; text-decoration: none; }

.selected {
	color: #E3A6B4;	
}

ul {
	margin-bottom: 12px;
}

ul li {
	margin-left: 15px;
}

.textfield {
	height: 15px;
	margin-bottom: 2px;
	padding-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #b9bfc0;
	background-color: #FFF;
}

.tf_login {
	width: 100px;
}

.img_left {
	padding: 0px 10px 10px 0px;
	position: relative;
	float: left;
}

.img_right {
	padding: 0px 0px 10px 10px;
	position: relative;
	float: right;
}

.wrapper_product {
	margin-bottom: 15px;
	width: 210px;
	height: 150px;
	background-image: url(../images/bkg_product.gif);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.product_spacer {
	width: 15px;
	height: 150px;
	position: relative;
	float: left;
}

.product_title {
	width: 210px;
	height: 21px;
	padding-top: 4px;
	text-align: center;
	position: relative;
	float: left;
}

.product_image {
	width: 210px;
	height: 100px;
	text-align: center;
	position: relative;
	float: left;
}
/*
.product_price {
	width: 75px;
	height: 20px;
	padding: 5px 0px 0px 10px;
	font-weight: bold;
	position: relative;
	float: left;
}
*/
.product_info {
	width: 210px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	position: relative;
	float: left;
}

.logos_bottom_left {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1000 !important;
}

.hruler {
background-color:#9D4057;
color:#9D4057;
height:1px;
border: 0px;
}
