/* CSS Document */
body {
	background-color: #552501;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
/* Id's */
#wrapper {
	position: relative;
	margin: 0px auto;
	width: 963px;
}
/* table {
	border: 1px solid white;
}	
div {
	border: 1px solid blue;
} */

#text{
	margin: 10px 18px 20px 28px;
}


#slideshow_holder {
	position: absolute;
	bottom: 17px;
	left: 13px;
	width: 220px;
	height: 330px;
	overflow: hidden;
	vertical-align: bottom;
}

#slideshow_mask {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#slideshow {
position: absolute;
left: 0;
bottom: 0;
border: 1px solid #951a1d;
/* vertical-align: bottom; */
}

#select_language {
	position: absolute;
	top: 220px;
	right: 10px;
}

#parrot {
	position: absolute;
	width: 75px;
	height: 166px;
	top: 40px;
	left: 902px;
}
#parrot_oog {
	position: absolute;
	top: 61px;
	left: 928px;
}

#trefnet {
	position: relative;
	margin: 0 auto;
	width: 963px;
	text-align: left;
}

#trefnet a:link, #trefnet a:visited {
	color: #C8CE19;
	padding-top: 10px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

#trefnet a:hover {
	color: #C8CE19;
	padding-top: 10px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

#take_to_bottom {
	position: absolute;
	width: 252px;
	bottom: 14px;
	right: 0px;
}


/* Submenu */
#submenu{ 
	margin-top: 0; /* de marges zetten we op nul */ 
	margin-left: 0;
	padding-left: 0;
	text-align: left;
	width: 251px;
}

#submenu a{ /* van de links een block-element maken voor het :hover effect */ 
	display: block; /* breedte en hoogte op 100% zodat de <li> wordt opgevuld */ 
	background-color:#DADD58;
	font-family:Arial, Helvetica, sans-serif;
	color:#961B1E;
	font-size:12px;
	padding-left:5px;
	text-decoration:none;

}

#submenu a:hover{ 
	display: block; 
	background-color:#DADD58;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#961B1E;
	font-size:12px;
	padding-left:5px;
	text-decoration:none;
}

#submenu a:active{ 
	display: block; 
	background-color:#DADD58;
	font-family:Arial, Helvetica, sans-serif;
	color:#961B1E;
	font-size:12px;
	padding-left:5px;
	text-decoration:none;
}

.submenu_table {
	width: 250px;
}

.submenu_tl_td {
	width: 5px;
}

.submenu_ml_td {
	width: 5px;
}

.submenu_bl_td {
	width: 5px;
}
.submenu_tr_td {
	background-color: #C8CE19;
	width: 245px;
}

.submenu_mr_td {
	background-color: #DADD58;
	width: 245px;
}

.submenu_br_td {
	background-color: #8C9011;
	width: 245px;
}
/* Eind Submenu */


/* Classes */
.top_table {
	width: 963px;
}

.main_table {
	width: 963px;
	background-image: url(../../images/structure/content_table_bg.png);
	background-repeat: repeat-y;
}

.left_td1 {
	width: 239px;
	vertical-align: top;
	background-image: url(../../images/structure/right_td_bg.png);
}

.mid_td1 {
	width: 472px;
	background-image: url(../../images/structure/content_bg.png);
	background-repeat: no-repeat;
	vertical-align: top;


}

.right_td1 {
	width: 252px;
	background-image: url(../../images/structure/submenu_bg.png);
	background-repeat: repeat-y;
	vertical-align: top;
}

.logo {
	border-bottom: 1px solid #BEAA1A;
	border-left: 2px solid #D7DB4F;
	width: 248px;
}

.logo a, .logo p {
	font-family:  arial, helvetica;
	font-size: 11px;
	line-height:14px;
	color: #4F1D19;
}



/* Tags */
table {
	border: 0;
}

td,th, div, span, p, h1, h2, h3 {
	font-family:  arial, helvetica;
	font-size: 12px;
	line-height:19px;
	color: #4f1d19;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	color:#961B1E;
	text-decoration: none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#961B1E;
	text-decoration: underline;	
}

h1 {
	color: #961B1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #91892F;
	text-transform: uppercase;
}

h2 {
   font-size: 14px;
   font-weight: bold;
   color: #4f1d19;
}

h3 { 
   font-size: 16px;
   font-weight: bold;
   color: #4f1d19;
}

#logo_flash {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#link_flash_logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
