html, body
{
	height: 100%;
}

body
{
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #eb9558;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin:0px;
	height: 100%;
}

#wrapper
{
	position: relative;
	width: 788px;
	height:100%;
	min-height: 100%;
    height: auto !important;
	background-image:url(../images/wrapper.jpg);
	background-repeat: repeat-y;	
	margin: 0px auto;
	padding-left: 4px;
}

#header
{
	height: 235px;
}

#flashVideo
{
    padding: 20px 0 0 100px;
    
}

#header_test
{
	height: 235px;
	position: absolute;
	top: 0;
	left: 6;
}

#menu
{
	padding: 0px;
	margin: 0px;
	background-image:url(../images/menu.jpg);
	background-repeat: repeat-x;
	height: 31px;
	width: 780px;
}

#top
{
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 40px;
}

#content
{

	padding: 0 0 175px 0 ;
	margin: 0;
    height: 100%;
	width: 780px;
}



#footer
{
	position: absolute;
	bottom: 0;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 142px;
	padding: 30px 0 0 0;
	width: 780px;
}

#content h1
{
 	background-image:url(../images/h1.jpg);
	background-repeat: no-repeat;
	background-position:  100px 0px;
	padding-left: 120px;
	color: #146d13;
	margin: 0;
}

#content p
{
	color: #000000;
	width: 585px;
	padding: 20px 0 0 100px;
	margin: 0;
	line-height: 18px;
}

#content ul li
{
	color: #000000;
	width: 585px;
	margin: 0px 0 0 100px;
	
}

#content ol li
{
	color: #000000;
	width: 585px;
	margin: 0px 0 0 100px;
	
}

#content #footer p,#content #footer a
{
	font-size: 11px;
	color: #7a7a7a;
	text-align: center;
	text-decoration: none;
}

#content #footer a:hover
{
	text-decoration: underline;
}

/*navigation
//////////////////////////////////////////// */

.nav, .nav ul { 
	list-style: none;
	padding: 0px;
	width: 780px;
	margin: 0px;
	height: 20px;
}

.nav {
  	z-index: 100;
  	position: relative;
}

.nav li {
  	float: left;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	position: relative;
	height: 25px;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font-size: 11px;
  	color: #FFFFFF;
  	display: block;
  	padding: 0px 5px;
  	text-decoration: none;
}

.nav li a:hover {
  	color: #FFFFFF;	
  	text-decoration: underline;
}

#nav-one li:hover a, #nav-one li.sfHover a {
  	color: #FFFFFF;
}

#nav-one li:hover ul, #nav-one li.sfHover ul {
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

#nav-one li:hover ul li, #nav-one li.sfHover ul li {
  	background: #565656;
  	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#nav-one li:hover ul a, #nav-one li.sfHover ul a {
  	background: #565656;
  	color: #FFFFFF;
	padding: 7px 0px 0px 10px;
	margin: 0px;
}

#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover {
  	background: #CCCCCC;
  	color: #000000;		
}

.nav ul {
  	list-style: none;
  	margin: 0;
  	width: 100px;
  	position: absolute;
  	top: -999em;
  	left: -1px;
}

.nav li:hover ul, .nav li.sfHover ul {
  	top: 24px;
}

.nav ul li a {  	
  	height: 25px;
  	width: 200px;
}
.nav ul a:hover {
  	background: #CCCCCC;
  	color: #000000;
	text-decoration: none;
}

/**** contact formulier ****/

#table_contact
{
    padding: 0px;
    margin: 0px;
    padding: 0px 0px 50px 100px;
    width: 600px;
}

#table_contact td
{
    text-align: left;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

#table_contact em
{
    margin-left: 5px;
}

.btnSubmit
{
    margin: 0px 0px 0px 240px;
    padding: 5px;
    border: solid 2px #0C6C13;
    background-color: #BFBEA7;
    font-weight: bold;
}

.btnSubmit:hover
{
    border: solid 2px #BFBEA7;
    background-color: #0C6C13;
    color: #FFFFFF;
}

.ContactError
{
    margin-left: 0px;
    padding-left: 0px;
    color: #585C3A;
}

.ContactOk
{
    margin-left: 0px;
    padding-left: 0px;
    color: #585C3A;
}

.textLink
{
    color: #9C9B86;
}

.textLink:hover
{
    text-decoration: none;
}

.Messages
{
    margin-left: 20px;
    margin-top: 10px;
}

.frame
{
    border: 1px solid #9C9B86;
}

/* textboxes */

.TextBox
{
    width: 150px;
    height: 16px;
    border: 1px solid #9C9B86;
}

.TextBoxError
{
    width: 150px;
    height: 16px;
    border: solid 1px #FF0000;
    background-color: #FFCFCF;
}

.TextBoxLarge
{
    width: 300px;
    height: 16px;
    border: 1px solid #9C9B86;
}

.TextBoxLargeError
{
    width: 300px;
    height: 16px;
    border: solid 1px #FF0000;
    background-color: #FFCFCF;
}

.TextBoxSmall
{
    width: 75px;
    border: solid 1px #9C9B86;
}

.TextBoxSmallError
{
    width: 75px;
    border: solid 1px #FF0000;
    background-color: #FFCFCF;
}

.TextBoxMultiline
{
    width: 585px;
    height: 150px;
    border: solid 1px #9C9B86;
}

.TextBoxMultilineError
{
    width: 585px;
    height: 150px;
    border: solid 1px #FF0000;
    background-color: #FFCFCF;
}

/* languages */

#languages
{
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 0px;
    list-style: none;
    font-family: Trebuchet MS, Arial, Verdana;
    z-index: 1000;
}

#languages li
{
    float: left;
    margin: 0px;
    padding: 3px 5px 0px 0px;
}

#languages li a
{
    display: block;
}

#languages img
{
    border: 0px;
}
