/* CSS Document */

*{
	padding:0;
	margin:0;
}

img {
	border:0px;
}

html {
	height:100%;
	padding: 0px 0px 0px 0px;
}

body {
	width: 970px;
	min-height:100%;
	font-family: verdana, Arial, Helvetica;
	font-size:11px;
	color: #000000;
	margin: 0px auto 0px auto;
	line-height:15px;
	/*overflow-y: scroll;
	* overflow-y: scroll;*/
}

.klassenaam { 
/*properties voor FF en andere 'goede' browsers*/ 
} 
* html .klassenaam { 
/* properties voor IE6 (en IE5) */ 
} 
*+html .klassenaam { 
/* properties voor IE7 */ 
}


p{
	margin:7px 0px 11px 0px;
}

a:link{
	text-decoration:underline;
	color: #007040;
}

a:visited{
	text-decoration:underline;
	color: #007040;
}

a:hover{
	text-decoration:underline;
	color: #007040;
}

a:active{
	text-decoration:underline;
	color: #007040;
} 

a.sub:link{
	text-decoration:none;
	color: #CAC1AE;
	width:200px;
}

a.sub:visited{
	text-decoration:none;
	color: #CAC1AE;
}

a.sub:hover{
	text-decoration:underline;
	color: #FFCC00;
}

a.sub:active{
	text-decoration:underline;
	color: #FFCC00;
} 

a.left:link{
	text-decoration:underline;
	color: #BBAF95;
}

a.left:visited{
	text-decoration:underline;
	color: #BBAF95;
}

a.left:hover{
	text-decoration:underline;
	color: #BBAF95;
}

a.left:active{
	text-decoration:underline;
	color: #BBAF95;
} 

a.grey:link{
	text-decoration:underline;
	color:#999999;
}

a.grey:visited{
	text-decoration:underline;
	color:#999999;
}

a.grey:hover{
	text-decoration:underline;
	color:#999999;
}

a.grey:active{
	text-decoration:underline;
	color:#999999;
} 

a.nonelink:link{
	text-decoration:none;
	color:#000000;
}

a.nonelink:visited{
	text-decoration:none;
	color:#000000;
}

a.nonelink:hover{
	text-decoration:none;
	color:#000000;
}

a.nonelink:active{
	text-decoration:none;
	color:#000000;
} 

h1 {
	font-family: Arial, verdana, Helvetica;
	font-size:17px;
	color: #CAC1AE;
	border-bottom: 1px solid #000000;
	margin: 26px 11px 0px 20px;
	padding: 0px 0px 7px 5px;	
}

h2 {
	font-family: Arial, verdana, Helvetica;
	font-size:14px;
	font-weight:bold;
	color: #5C5541;
	line-height:10px;
}

h2.headleft {
	border-bottom: 1px solid #D9D4C7;
	margin: 22px 16px 0px 0px;
	padding: 0px 0px 6px 0px;	
}

h2.headtop {
	border-bottom: 1px solid #D9D4C7;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 6px 0px;	
}

h2.headright {
	border-bottom: 1px solid #C7BFAD;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 6px 0px;	
}

h2.headred {
	font-family: Arial, verdana, Helvetica;
	font-size:16px;
	font-weight:bold;
	color: red;
	padding-bottom: 8px;
}

h3 {
	font-family: Arial, verdana, Helvetica;
	color: #5C5541;
	font-size:13px;
	font-weight:bold;
	margin: 5px 0px 10px 0px;
}

h3.headsub {
	margin: 0px 0px 0px 0px;
}

h3.extraspace {
	margin: 14px 0px 8px 0px;
}

h4 {
	font-family: Arial, verdana, Helvetica;
	color: #5C5541;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	margin: 5px 0px 3px 0px;
}

h5{
	font-family: verdana, Arial, Helvetica;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	float:left;
	margin: -2px 0px 7px 0px;
}

li{
margin:2px 0px 2px 0px;
}

select{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin:2px 10px 0px 0px;
}

input{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
height:15px;
margin:1px 10px 0px 0px;
}

textarea{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin:0px 0px 10px 0px;
}

table.winetable{
width:600px;
border:5px solid white;
}

table.winetable td{
text-align:center;
padding:2px;
}
table.winetable td.rowtitle{
text-align:right;
padding-right:20px;
width:228px;
}

table.winetable td.colbew{
background-color:#7E9A87;
}

span.colbew{
background-color:#7E9A87;
}

table.winetable td.coldri{
background-color:#B4D8C4;
}

span.coldri{
background-color:#B4D8C4;
}

table.winetable td.colnu{
background-color:#FFDF5E;
}

span.colnu{
background-color:#FFDF5E;
}
table.winetable td.colnone{
background-color:#FFFFFF;
}

div#container {
	width:970px;
	height:auto;
	background-image:url(../img/general/bg_grey.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	margin: 0px auto 0px auto;
	min-height:100%;
	float:left;
	overflow-y: hidden;
	overflow-x: hidden;
}

*html div#container {
	width:970px;
	background-image:url(../img/general/bg_grey.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	margin: 0px auto 0px auto;
	height:100%;
	float:left;
}

*:first-child+html div#container {
	background-color:#FFFFFF;
	width:970px;
	background-image:url(../img/general/bg_grey.jpg);
	background-repeat:repeat-y;
	margin: 0px auto 0px auto;
	height:100%;
	float:left;
	overflow:hidden;
} 

div#containernomood {
	width:970px;
	background-image:url(../img/general/bg_grey2.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	margin: 0px auto 0px auto;
	height: auto;
	min-height:100%;
	float:left;
}

* html div#containernomood {
	width:970px;
	background-image:url(../img/general/bg_grey2.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	margin: 0px auto 0px auto;
	height: 100%;
	float:left;
}

div#header {
	width:633px;
	height:108px;
	margin-left:327px;
	/*background-image:url(../img/general/logo_vinis.gif);*/
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

div#mainmenu {
	width:970px;
	height:34px;
	background-image:url(../img/general/bg_menubar.jpg);
	background-repeat:repeat-x;
	font-size:12px;
}

div#mainmenuleft {
	width:10px;
	height:34px;
	background-image:url(../img/general/menubar_left.jpg);
	background-repeat:no-repeat;
	float:left;
}

div#mainmenuright {
	width:10px;
	height:34px;
	background-image:url(../img/general/menubar_right.jpg);
	background-repeat:no-repeat;
	float:right;
}

div#submenu {
	width:260px;
	height:100%;
	float:left;
	background-image:url(../img/general/bg_top_submenu.jpg);
	background-repeat:no-repeat;	
}

div#maincontent {
	width:700px;
	min-height:100%;
	float:left;
	/*margin-top:-202px;*/
	margin-top:0px;
}

* html div#maincontent {
	width:700px;
	height:100%;
	float:left;
	margin-top:-202px;	
}

div#footer {
	width:970px;
	height:60px;	
}

div#footercontent{
	width:421px;
	height:26px;
	color:#AEA084;
	background-color:#FFFFFF;
	background-image:url(../img/general/maincontent_right_bottom.gif);
	background-position: left top;
	background-repeat:no-repeat;
	float:right;
	padding-top:34px;
	padding-right:9px;
	text-align:right;
}

div#footercontent2{
	width:421px;
	height:26px;
	color:#AEA084;
	background-color:#FFFFFF;
	float:right;
	padding-top:34px;
	padding-right:9px;
	text-align:right;
}

div#pathline{
	height:28px;
	background-image:url(../img/general/white_cover.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

div#transthermmenu{
	height:360px;
	background-image:url(../img/general/white_cover.gif);
	background-position:right top;
	background-repeat:repeat-y;
	padding-left:17px;
}

div#textinpath{
	height:20px;
	font-size:10px;
	padding: 8px 0px 0px 16px;
	color:#5C5541;
}

div#maincontentleft{
	width:263px;
	float:left;
	padding-left:17px;
}

div#maincontenttotal{
	width:690px;
	float:left;
	padding-left:17px;
}

div#maincontentright{
	width:420px;
	float:left;
}

div#maincontentrighttop{
	height:22px;
	background-image:url(../img/general/maincontent_right_top.gif);
	background-repeat:no-repeat;
}

div#maincontentrightmiddle{

}

div.menulayer{
	position:absolute; 
	top:142px; 
	left:180px; 
	width:200px; 
	background-color:#308B64;
	background-image:url(../img/general/bg_menulayer.jpg);
	background-repeat:repeat-x;
	border-left:solid 2px #007040;
	border-right:solid 2px #007040;
	border-bottom:solid 2px #007040;
}

div.imageitemblock{
	width:120px;
	height:22px;
	background-color:#FFFFFFF;
	background-position: center center;
	float:left;
	margin-top:8px;
	margin-right:7px;
	padding-top:98px;
	text-align:center;
	text-decoration:underline;
	color:#007040;
	cursor:pointer;
	cursor:hand;
}

div.transthermmenuitem{
	width:219px;
	float:left;
}

div.aanbiedingmenuitem{
	width:335px;
	float:left;
}

div.imageitemblockover{
	border: dotted 1px #8EBFAD;
	width:118px;
	height:21px;
	background-color:#FFFFFFF;
	background-position: center center;
	float:left;
	margin-top:8px;
	margin-right:7px;
	padding-top:97px;
	text-align:center;
	text-decoration:underline;
	color:#007040;
	cursor:pointer;
	cursor:hand;
}

div.mainmenuitem {
	height:25px;
	float:left;
	cursor:pointer;
	cursor:hand;
	padding: 9px 10px 0px 10px;
	color:#D8F1E7
}

div.mainmenuitemact {
	height:25px;
	float:left;
	cursor:pointer;
	cursor:hand;
	padding: 9px 10px 0px 10px;
	color:#FFCC00;
}

div.mainmenudivider {
	width:2px;
	height:18px;
	background-image:url(../img/general/menubar_divider.gif);
	background-repeat:no-repeat;
	float:left;
	margin-top:8px;
}

div.submenubottemtext {
	color: #CAC1AE;
	line-height:14px;
	border-top: 1px solid #3F3F3F;
	margin: 0px 11px 0px 20px;
	padding: 10px 0px 9px 5px;
}

div.textblockright{
	line-height:14px;
	border-top: 1px solid #FFFFFF;
	margin: 0px 15px 0px 15px;
	padding: 8px 8px 0px 8px;
}

div.linkblockright{
	margin: 0px 15px 20px 15px;
	padding: 7px 8px 0px 8px;
}

div.formline{
margin:0px 0px 3px 0px;
}

div.formcol{
width:240px;
float:left;
}

div.wissen{
float:left;
margin:3px 0px 0px 15px;
}

input.formcheck{
margin:0px 2px 0px 0px;
}

li.submenuitem {
	color: #CAC1AE;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #3F3F3F;
	margin: 0px 11px 0px 20px;
	padding: 7px 0px 9px 5px;
	list-style:none;
}

li.sub2 {
	padding: 4px 0px 9px 5px;
	line-height:15px;
}

li.act {
	color: #FFCC00;
	padding: 8px 0px 10px 5px;
}

li.mainmenusubitem {
	color: #FFFFFF;
	border-bottom: 1px solid #007040;
	border-top: 1px solid #539F7F;
	margin: 0px 6px 0px 6px;
	padding: 7px 0px 9px 5px;
	list-style:none;
	cursor:hand;
	width:183px;
}

li.mainmenusubitemstart {
	color: #FFFFFF;
	border-bottom: 1px solid #007040;
	margin: 3px 6px 0px 6px;
	padding: 7px 0px 9px 5px;
	list-style:none;
	cursor:hand;
	width:183px;
}

li.mainmenusubitemend {
	color: #FFFFFF;
	border-top: 1px solid #539F7F;
	margin: 0px 6px 0px 6px;
	padding: 7px 0px 9px 5px;
	list-style:none;
	cursor:hand;
	width:183px;
}

p.normaltext {
	color: #CAC1AE;
	line-height:14px;
	margin-bottom:14px;
}

li.yellowtext {
	color:#FFCC00;
}

img.logoimg{
	margin:6px 0px 3px 0px;
}

.active_subitem{
	margin-left:5px;
}

.gradientsub{
	width:230px;
	min-height:145px;
	-height:145px;
	background-image:url(../img/general/gradient_sub.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#EDEAE3;
	float:left;
	padding:15px 10px 0px 20px;
	display:block;
}

.textwithsub{
	width:384px;
	min-height:145px;
	-height:145px;
	padding:15px 10px 0px 20px;
	float:left;
	display:block;
}

.subcontentheader{
	width:229px;
	height:22px;
	padding:20px 10px 0px 20px;
	border-bottom: 1px solid #D9D4C7;
	float:left;
}

.subcontentnav{
	width:385px;
	height:23px;
	padding:20px 10px 0px 20px;	
	float:left;
	background-position: bottom left;
	background-image:url(../img/general/subcontent_right.jpg);
	background-repeat:no-repeat;
}

.subcontentbig{
	width:640px;
	float:left;
	padding:4px 0px 0px 20px;
	-padding:11px 0px 0px 20px;
}

.subcontentleft{
	width:239px;
	float:left;
	padding:0px 0px 0px 20px;
}

.subcontentright{
	width:385px;
	float:left;
	background-position: top left;
	background-image:url(../img/general/subcontent_split.jpg);
	background-repeat:no-repeat;
	padding:5px 10px 0px 20px;
}

.subcontentrightsub{
	width:192px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:7px 0px 0px 0px;
}

.thumbimg{
float:left;
margin:0px 5px 0px 0px;
}

.thumbtext{
margin:-4px 0px 10px 0px;
line-height:15px;
float:left;
}
.thumbtext2{
margin:-4px 0px 10px 0px;
line-height:12px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.spaceleft{
	margin:0px 0px 0px 30px;
}

.textleft{
   float: right; 
    margin: 10px 0px 0px 20px; 
}

.smalltext{
font-size:9px;
}

.leftfloat{
float:left;
}

.width25{
width:25%;
}

.width50{
width:50%;
}

.extraline{
line-height:22px;
}

.imageintextright{
margin:5px 0px 5px 10px;
}

.topspace{
	margin:13px 0px 0px 0px;
}

.pointer{
cursor:pointer;
}

.newitem{
font-family:tahoma,arial;
font-size:10px;
color:#CC0000;
padding-left:5px;
vertical-align:top;
}

.listtab{
margin-left:30px;
margin-bottom:12px;
}
