body
{
  background-color: #000000;
	font-family: verdana;
	font-size: 8pt;
	
	SCROLLBAR-FACE-COLOR: 000000;
	SCROLLBAR-HIGHLIGHT-COLOR: 000000;
	SCROLLBAR-SHADOW-COLOR: #333333;
	SCROLLBAR-3DLIGHT-COLOR: #333333;
	SCROLLBAR-ARROW-COLOR:  #FFFFFF;
	SCROLLBAR-TRACK-COLOR: 333333;
	SCROLLBAR-DARKSHADOW-COLOR: #333333; 
}

img {
  border: 0;
}

input {
  font-size: 10px;
}

#pagina {
	text-align: left;
	width: 830px;
	height: 460px;
	position: absolute;
  left: 50%;
  top: 50%;
	margin-top: -230px;
	margin-left: -415px;
}

#lichaam {
  float: left;
	background-image: url('../../img/francien/bg.jpg');
	background-repeat: no-repeat;
	height: 442px;			
	width: 692px;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 20px 0;
}

/* TEKST */
  #content {
    float: right;
  	width: 244px;
  	margin: 5px 20px 0 0;
  	color: #FFFFFF;
  	height: 430px;
  	overflow: hidden;
  }
  
  #content .titel {
    font-size: 14px;
  	font-weight: bold;
  	margin: 0 0 10px 0;
		text-transform: uppercase;
  }

	#content a {
	  color: #FFFFFF;
	}
	
	#content p {
	  margin: 0 0 15px 0;
	}
	
	#content th, #content td {
	  color: #FFFFFF;
		text-align: left;
		vertical-align: top;
		font-size: 10px;
		font-weight: normal;
	}

/* SCROLL BUTTONS */
  #scrollup {
	  display: none;
	  position: absolute;
		top: 10px;
		right: 5px;
		cursor: pointer;
		
		width: 16px;
		height: 12px;		
		background-image: url('../../img/scroll_up.png');		
  	background-repeat: no-repeat;		
	}	
	
  #scrolldown {
	  display: none;	
	  position: absolute;
		bottom: 10px;
		right: 5px;
		cursor: pointer;
		
		width: 16px;
		height: 12px;
		background-image: url('../../img/scroll_down.png');
  	background-repeat: no-repeat;		
	}		
	
/* FOOTER */
  #footer {
    clear: both;
  	background-color: #414142;
  	background-image: url('../../img/francien/footer_logo.jpg');
  	background-position: right top;
  	background-repeat: no-repeat;
  }
  
  #footer a {
    margin: 0 0 0 10px;
  	line-height: 30px;
  	
  	color: #FFFFFF;
  	font-size: 12px;
  	text-transform: uppercase;
  	text-decoration: none;
  }

/* HOMEFOTO */
  #homelogo {
    position: absolute;
  	top: 86px;
  	left: 138px;
  	background-image: url('../../img/francien/logo_groot.jpg');
  	width: 278px;
  	height: 277px;
  }

/* TAALMENU */
  #taalkeuze {
    position: absolute;
  	top: 5px;
  	right: 0;
  	margin: 0;
  	padding: 0;
  	list-style: none;
  	z-index: 10;
  	height: 20px;
  }
  
  #taalkeuze li {
    float: left;
  	margin: 0 5px 0 0;
  }

/* MENU */
  #menu {
    float: left;
  	width: 138px;
  	height: 442px;
  }
  
  #menu ul {
    margin: 0;
  	padding: 0;
  	list-style: none;
  	border-bottom: 10px solid #414142;
  }
  
  #menu li {
    margin: 0;
  	padding: 0;
  	border: 8px solid #414142;
  	border-bottom: 0;
  }
  
  #menu a {
    display: block;
  	height: 46px;
  	line-height: 46px;
  	background-color: #000000;
  	text-align: center;
  	font-weight: bold;
  	color: #FFFFFF;
  	text-decoration: none;
  	text-transform: uppercase;
  }
	#menuitem_3 A { padding-top:7px;line-height:16px; }
  
  #menuitem_1 a, #menuitem_2 a, #menuitem_6 a {
    line-height: 16px;
  	_padding-top: 7px;
  }	
	#menu .actief a {
	  color: red;
	}
	
/* SUBMENU */
  #submenu {
    float: left;
    width: 138px;
  	background-color: #FFFFFF;
  	height: 442px;
  	
    filter:alpha(opacity=20);
  	-moz-opacity:.20;
  	opacity:.20;	 
  }
  
  #submenucontent {
   	position: absolute;
  	left: 0;
  	top: 10px; 
  	
    width: 138px;
  	height: 442px;
  	margin: 0;
  	padding: 0;
  	list-style: none;
  }
  
  #submenucontent li {
    margin: 0;
  	padding: 0;
  }
  
  #submenucontent a {
    display: block;
    color: #000000;
  	text-decoration: none;
  	text-transform: uppercase;
  	padding: 10px 0 10px 4px;
  	color: #FFFFFF;
  	font-weight: bold;
  }


/* SUB SUB MENU */
  #subsubmenu {
    float: left;
    width: 138px;
  	background-color: #FFFFFF;
  	height: 442px;
  	
    filter:alpha(opacity=30);
  	-moz-opacity:.30;
  	opacity:.30;	
		
		position: relative;
		top: 0;
		left: 0;
		z-index: 20;
  } 
	
  #subsubmenucontent {
   	position: absolute;
  	left: 138px;
  	top: 10px; 
  	
    width: 138px;
  	height: 442px;
  	margin: 0;
  	padding: 0;
  	list-style: none;
		z-index: 21;
  }
  
  #subsubmenucontent li {
    margin: 0;
  	padding: 0;
  }
  
  #subsubmenucontent a {
    display: block;
    color: #000000;
  	text-decoration: none;
  	text-transform: uppercase;
  	padding: 10px 0 10px 4px;
  	color: #FFFFFF;
  	font-weight: bold;
  }


/* Foto's */
  #paginafoto {
    position: absolute;
  	top: 86px;
  	left: 138px;
  	width: 278px;
  	height: 275px;	
  }
  
  #paginafoto img {
  	width: 278px;
  	height: 275px;
  }
  
  #paginafoto .inner {
    position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 2;
    background-image: url('../../img/francien/foto_bg.png');
  	width: 278px;
  	height: 275px;	
  }

/* INSCHRIJVING FORMULIER */
  .veld1
  {
  	  background: #000000;
	  border: 1px solid #666;
	  width: 140px;
	  height: 18px;
	  color: #CCCCCC;

	}
	
	.inschrijving
	{
		width: 250px;
	}

	
	.inschrijving input
	{
  	    background: #000000;
	    border: 1px solid #666;
	  	color: #CCCCCC;
		width: 50px;
	}
	
	textarea
	{
  	    background: #000000;
	    border: 1px solid #666;
	  	color: #CCCCCC;
	}
	
	.voorwaarden input
	{
		background-color: #000;
    border: 1px solid #666;
		color: #eee;
		}
.block input
	{
		background-color: #000;
        border: 1px solid #666;
		color: #eee;
	}
.versturen
{
display: block;
	float: left;
	width: 100px;
	background-color: #2d582b;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0 0 0;
}
	.sendbutton input
	{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	text-align: center;
	text-decoration: none;
	margin: 10px 0 10px 0;
	}
	
	#totaalprijs {
	    border: 1px solid #666;
	    background: #000000;
	    width: 55px;
		height: 20px;
		line-height: 20px;
		color: #CCCCCC;
		padding: 0 2px 0 2px;
	} 
#mp3speler {
position: relative;
bottom: 26px;
right: 20px;
width: 245px;
padding-left: 15px;
padding-right: 0px;
 z-index: 1000;
	}
	
#videospeler {
  position: absolute;
	top: 30px;
	left: 177px;
	
	
}
.button{
color: #ff0000;
}

