  BODY {
	#background-color:#999999;
	background-color:#ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment : fixed;

	/* 
	overflow: auto;
	height: 320px;
	width: 100%;
	vertical-align: top;
	padding: 30px;
	padding-top: 65px;
	padding-bottom: 15px;
	scrollbar-3dLight-Color: #ffffff;
	scrollbar-Arrow-Color: #EE913C;
	scrollbar-Base-Color: #ffffff;
	scrollbar-DarkShadow-Color: #ffffff;
	scrollbar-Face-Color: #ffffff;
	scrollbar-Highlight-Color: #ffffff;
	scrollbar-Shadow-Color: #ffffff;
	scrollbar-Track-Color: #ffffff;
	*/
	}

/*################ ALGEMEEN ################*/

  .fontalgemeenkop{
  	font-weight:bold;
	font-family:verdana;
	font-size:17px;
	}

  .fontalgemeengroot{
	color:#000000;
	font-family:verdana;
	font-size:13px;
	}

  .fontalgemeenklein{
	color:#000000;
	font-family:verdana;
	font-size:11px;
	}

  .fontalgemeenkleinlink{
	font-family:verdana;
	font-size:11px;
	color:#770000;
  	font-weight:bold;
	text-decoration: none
	}

  .fontalgemeenlink{
	font-family:verdana;
	font-size:13px;
	color:#770000;
  	font-weight:bold;
	text-decoration: none
	}

  .fonterrorklein{
	color:red;
  	font-weight:bold;
	font-family:verdana;
	font-size:11px;
	}

  .achtergrondhome{
	/*background-color:#dddddd;*/
	background-color:white;

	}

/*################ MENU RUTAS (linke kant) ################*/

  .fontrutaskop{
	color:#dddddd;
	font-family:verdana;
	font-size:14px;
  	font-weight:bold;
	}

   a.rutaslink:hover{
	color:#444444;
	font-family:verdana;
	font-size:12px;
  	font-weight:bold;
	border-bottom:3px solid #444444;
	}

   a.rutaslink{
	color:#777777;
	font-family:verdana;
	font-size:12px;
  	font-weight:bold;
	text-decoration: none
	}

   a.rutascurrent{
	color:#444444;
	font-family:verdana;
	font-size:12px;
  	font-weight:bold;
	border-bottom:3px solid #444444;
	text-decoration: none
	}


/*################ PAGINA ################*/

  .frame{
	margin:0px auto;
	/*  width:53.9em; */
  	width:800px;
  	min-width:800px;
  	text-align: left;
	}

  .defaultpagina{
  	width:600px;
  	min-width:600px;
  	height:375px; 
  	min-height:375px; 
  	/* text-align: left; */
	}

  .cursor{
	cursor:hand;
	}

/*################ HOME PAGINA ################*/

  .afbeelding{
  	width:400px;
  	min-width:400px;
	}

  .thumb{
	position:relative; 
	margin-top:10px;
	margin-left:0px;
  	}

  .thumbfotos{
  	width:200px;
  	min-width:200px;
  	height:200px;
  	min-height:200px;
	/* border:0.5mm solid blue; */
	/* display:inline; */
	}

  .thumbfoto{
	border:none;
	}

  .merkthumbsachtergrond{
	background-image:url('home/homelogobackgroundnegatieve.gif');
	background-repeat:repeat;
	background-position:left top;
	}

  .scrollmerk{
	background-color:red;
	}

  .simonewijnroutes{
	position:absolute; 
	margin-top:-67px;
	margin-left:20px;
  	}

  .taalset{
  	text-align: center;
	position:absolute; 
	margin-top:-10px;
	margin-left:10px;
	}

/*################ VOET ################*/

  .fontvoet{
	color:#777777;
	font-family:verdana;
	font-size:11px;
	}

   a.linkvoet:hover{
	color:#444444;
	font-family:verdana;
	font-size:11px;
	text-decoration: none
	}

  .linkvoet{
	color:#777777;
	font-family:verdana;
	font-size:11px;
	text-decoration: none
	}

/*################ MENU KOP ################*/

  #mainmenusection {}
  ul.mainmenu {
  	width:100%;
  	text-align:right;
  	padding:0px;
  	position:relative;
  	font-size:1em;
  	margin-top:0px;
	}
  ul.mainmenu li {
  	position:relative;
  	padding:0px;
  	display:inline;
  	list-style: none;
  	border-right:1px solid #777777;
  	/*padding-right:1em;*/
  	padding-right:0.2em;
  	}
  ul.mainmenu li.last {
  	border-right:none;
	}
  ul.mainmenu li a, ul.mainmenu li a:visited {
  	text-decoration: none !important;
  	margin:0px;
  	padding:0px;
  	color: #777777;
  	font-weight:bold;
  	/*margin-left:1em;*/
  	margin-left:0.4em;
	}
  ul.mainmenu li.current a, ul.mainmenu li.current a:visited {
  	color: #444444;
  	border-bottom:3px solid #444444;
	}
  ul.mainmenu li a:hover, ul.mainmenu li a:visited:hover {
  	border-bottom:3px solid #777777;
	}
