/* ----- ALGEMEEN ----- */

* { -moz-box-sizing: border-box; }

.left { float: left; }
.right { float: right; }

.clear_left { float: left; clear: left; }
.clear_right { float: right; clear: right; }

body {
	background: #FCF5F5;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	scrollbar-face-color: #FFECEC;
 	scrollbar-highlight-color: #FFFFFF;
 	scrollbar-shadow-color: #DEE3E7;
 	scrollbar-3dlight-color: #D1D7DC;
 	scrollbar-arrow-color:  #990033;
 	scrollbar-track-color: #EFEFEF;
 	scrollbar-darkshadow-color: #98AAB1;
}

/* CSS Document */

a { 
	color: #000; 
}

a:hover {
	color: #B90303; 
}


#menubg {
	position: absolute;
	top: 0px;
	left: 49px;
	width: 297px;
	height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B60000;
	border-left-color: #B60000;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu {
	text-align: center;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}

#menu a.menuItem {
	float: left;
	padding: 3px 12px;
	margin: 0;
}
#menu a.menuItem:link, #menu a.menuItem:visited {
	color: #b60000;
	background-color: #f5d4d4;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#menu a.menuItem:hover, #menu a.menuItem:active {
	color: #FFFFFF;
	background-color: #e49b9b;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}



#logo {
	position: absolute;
	top: 12px;
	left: 56px;
	width: 293px;
	text-align: center;
}



#nieuwsbrief {
	position: absolute;
	top: 200px;
	left: 55px;
	width: 295px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	visibility: visible;
}


#wijnmenu {
	position: absolute;
	top: 200px;
	left: 65px;
	width: 295px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: none;
}

#voorwaarden {
	position: absolute;
	top: 200px;
	left: 85px;
	width: 230px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

#menu {
	position: absolute;
	top: 90px;
	left: 50px;
	width: 295px;
	
	/*text-align: center;*/

	background: #F5D4D4;
	border-top: 1px #B60000 solid;
	border-bottom: 1px #B60000 solid;
}


img { 
	margin: 0px; 
}

#tekst {
	position: fixed;
	top: 0px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	overflow: auto;
	height: 100%;
	width: 600px;
	margin: 0px 20px 20px 375px;
}

.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}


input, textarea {
	border: solid 1px #ccc;
}
