/* MAIN */

BODY {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	
	background-color: #FFFFFF;
}

.table_intro {
	background-image: url(../images/layout/Intro.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.table_1 {
	background-image: url(../images/layout/Wines.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	background-color: #6C8E13;
}
.table_2 {
	background-image: url(../images/layout/Ship.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	background-color: #FFFFFF;
}

.borders_1_1 {
	border: solid 1px #662A48;
	
	background-image: url(../images/layout/header_1_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.borders_1_2 {
	border: solid 1px #662A48;
	
	background-image: url(../images/layout/header_1_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.borders_2_1 {
	border: solid 1px #662A48;
	
	background-image: url(../images/layout/header_2_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.borders_2_2 {
	border: solid 1px #662A48;
	
	background-image: url(../images/layout/header_2_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* **** */

/* CONTENT */

h1 { margin: 0px; }

.contenttitel {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	COLOR: #5A1839;
	font-weight: bold;
	
    padding-left: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
    
    border: 1px solid #7A8C3E;
    background-color: #FFF1C4;
}
.contenttitel_1 {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	COLOR: #5A1839;
	font-weight: bold;
	
    padding-left: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
    
    border: 1px solid #7A8C3E;
    background-color: #FFF1C4;
}
.contenttitel_2 {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	COLOR: #5A1839;
	font-weight: bold;
	
    padding-left: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
    
    border: 1px solid #01709D;
    background-color: #FFF1C4;
}
.contenttitel_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	COLOR: #5A1839;
	font-weight: bold;
}

.contenttext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	COLOR: #5E213E;
	font-weight: normal;
	
    padding-left: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.contenttext_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	COLOR: #5E213E;
	font-weight: normal;
}

/* ******* */

/* OTHERS */

.redtext2 {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #692d49;
	font-weight: normal;
}

.search_results {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	COLOR: #652A48;
	font-weight: bold;
}
.resulttext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	font-weight: normal;
	
	padding-top: 5px;
	padding-bottom: 5px;
}
.search_sub {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	font-weight: bold;
	
	border: solid 1px #9A7F5C;
	background-color: #692D49;
}

.blacktext2 {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	font-weight: normal;
}

/* ******* */

/* SPECIALS */

.img_borders { border: solid 1px #723954; }

.img_left
{
	margin-right: 20px;
	margin-bottom: 10px;
	border: solid 1px #6B2F4C;
}

.lijn
{
	background-image: url(../images/layout/lijn.gif);
	background-repeat: repeat-x;
	background-position: left center;
	
	width: 100%;
}

.lijn_bottom
{
	background-image: url(../images/layout/lijn.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.cssTitel
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	/*COLOR: #7A8C3E;*/
	font-weight: bold;
}

/*.img_borders { border: solid 1px #6B2F4C; }*/

/*.blacktext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10pt;
	COLOR: #000000;
	font-weight: normal;
}*/











/*
#popupMask {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 200;
}	
	
#popupImg 
{
	position: absolute;
	z-index: -200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent;
	/*background-color: #FFFFFF;*/
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 *
	background-image: url(../images/layout/maskBG.png) !important;  /*For browsers Moz, Opera, etc.*
	background-image:none;
	background-repeat: repeat;
	
/*	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: -199;
	
	filter: alpha(opacity=40);

	background-color:transparent;
	background-color: #FFFFFF;
*/
	/*background-image: url(../images/layout/maskBG.png)*/
/*}
#fotos {
	z-index: 201;
	/*visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;*/
}

/*.img_borders {
	padding-top: 5px;
	
	background-image: url(../images/layout/ptrn_beeld.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.img_shadow_A {
	filter: dropshadow(color=#9BAD71, offx=5, offy=5);
}
.img_shadow_B {
	filter: dropshadow(color=#9BAD71, offx=5, offy=5);
}

.img-shadow img {
	margin: 0px 5px 0px 0px;
}*/


/*img.noborders {
	border: solid 0px #0077D4;
}

li 
{
	list-style-image: url(../images/layout/ul_grijs.gif);
	padding-top: 0px;
	margin:0 0 0 0;
}
li.blue
{
	list-style-image: url(../images/layout/ul_bleu.gif);
	padding-top: 0px;
	margin:0 0 0 -20;	
}*/
