/* LAYOUT ELEMENTEN */

a img {
	border: 0;
}

body{
	text-align:center;
}

html,body {
	height: 100%; /* HEEL BELANGRIJK! */
	font-family: Verdana;
	color:#333;
	font-size:11px;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

.clear {
	clear: both; /* deze class wordt gebruikt om de twee floats #left en #center te clearen. */
}

.container {
	min-height: 100%;
	_height: 100%;
	width: 864px;
	margin: 0 auto; /* deze div links zetten (gebruik 'auto' om te centreren */
	position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. */
}

* html > .container {
	height: 100%;
}


.nieuwsbrievenmodule{
color:#7B6924;
text-decoration:none;
font-size:11px;
line-height:12px;
}

.shop-submit-winkelwagen {
margin-top: 5px;
width: 105px;
border-color:#7B6924;
border-width:1px;
color:#7B6924;
background-color:#FFFFFF; 
font-weight:bold;
}

.shop-submit {
margin-top: 5px;
width: 90px;
border-color:#7B6924;
border-width:1px;
color:#7B6924;
background-color:#FFFFFF; 
font-weight:bold;
}
.shop-groot-submit {
margin-top: 5px;
width: 150px;
border-color:#7B6924;
border-width:1px;
color:#7B6924;
background-color:#FFFFFF; 
font-weight:bold;
}

.header_topmenu{
	float:left;
	padding-left:28px;
	margin-top:35px;
	margin-bottom:15px;
}
.header_languages{
	float:left;
	margin-top:32px;
	_margin-top:35px;
	padding-left:20px;
}

.header_toppic{
	height:200px;
	padding-left:28px;
	float:left;
}
.header_rightmenu{
	padding-top:58px;
	padding-left:65px;
	float:left;
}
.left_top {
	width: 195px; 
	text-align:left;
	float: left;
	padding-top:32px;
	padding-left:13px;
	padding-bottom:10px;
}

.left {
	width: 200px; 
	_width: 210px; 
	float: left;
	height: auto;
	margin-left:15px;
	margin-bottom: 15px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}

.center {
	width: 410px;
	_width: 370px;
	
	float: left;
	height: auto;
	margin-right:15px;
	margin-left:15px;
	_margin-left:0px;
	margin-top:-21px;
	_margin-top:-10px;

}

.right_top{
	width: 184px;
	text-align:left;
	float: left;
	margin-top:32px;
	margin-left:470px;
	_margin-left:483px;
	
}

.right{

	width: 184px;
	_width: 130px;
	
	float: left;
	margin-left:20px;
	_margin-left:0px;
	height: auto;
	margin-bottom: 15px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}

.footer {
	position: absolute;
	bottom: 0;
	left: 5;
	width: 861px;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
}

.faux {
	background: #FFF;
	height: 1%;
	margin: 0 auto;
	width: 690px;
}



/* VORMGEVING ELEMENTEN */
.header_topmenu {
	text-align:left;
	font-size:10px;
	color:#FFFFFF;
}
.header_languages{
	text-align:left;
	font-size:10px;
	color:#FFFFFF;
}
.header_toppic{
	text-align:left;
}
.header_rightmenu{
	text-align:left;
	font-size:12px;
	color:#663333;
}

.left_top{
	font-size:11px;
	color:#FFF;
	font-weight:bold;
}

.left{
	text-align:left;
}
.center {
	text-align:justify;
	line-height:1.4; 
}

.center h1{
	color:#333;
	font-size:13px;
	padding:0px;
	margin-bottom:-26px;
	_margin-bottom:-32px;
}


.center p{
	font-size:11px;
}

.center a{
	font-size:11px;
	color:#9E8F54;
	text-decoration:none;
}

.center ul{
	margin-left:-20px;
	_margin-left:20px;
}

.center li{
	list-style-image:url(../images/arrow_blue.gif);
}

.center a:hover{
	font-size:11px;
	color:#9E8F54;
	text-decoration:underline;
}

.right_top{
	font-size:11px;
	color:#FFF;
	font-weight:bold;
}

.right {
	text-align:left;
	line-height:1.4;
}

.right h1{
	color:#333;
	font-size:13px;
	margin-bottom:-25px;
	margin-top:26px;
}

.right p{
	font-size:11px;
	color:#0083C7;
}

.right ul{
	margin-left:-20px;
	_margin-left:20px;
	margin-top:15px;
}

.right li{
	list-style-image:url(../images/arrow_blue.gif);
	padding-bottom:10px;
	color:#0083C7;
}

.right a{
	font-size:11px;
	color:#3E4F63;
	text-decoration:none;
}

.right a:hover{
	font-size:11px;
	color:#3E4F63;
	text-decoration:underline;
}

.footer {
	color:#415065;
	text-decoration:none;
	font-size:9px;
	text-align:left;
}

.footer a{
	color:#415065;
	text-decoration:none;
}

.footer a:hover{
	color:#415065;
	text-decoration:underline;
}