
html
{overflow: scroll;}

body
{
  margin:0;
  padding:0;
  font-family:"Tahoma";
  color: #144894;
  background: #144894 ;
  background-position:50% 0;
  height: 100%;	
	background-repeat:no-repeat;
	
}

td{
 font-family:"Tahoma";
  color: #144894;
   font-size:12px;

}


* { -moz-box-sizing: border-box; }

a {text-decoration:none}
li{line-height:30px}

a img
{
  border:none;
}

.productdarkblue{
	 font-family:Tahoma;
        font-weight:bold;
        font-size:12px;

}

a.productdarkblue {
	text-decoration:none;
    color:#809BB7;
}

a.productdarkblue:hover {
	text-decoration:none;
    color:#144894;
}

a.white {
	text-decoration:none;
    color:#ffffff;
}
a.white:hover {
	text-decoration:underline;
    
}


a.blue {
	text-decoration:none;
    color:#144894;
}

a.blue:hover {
	text-decoration:underline;
   
}



br 
{
  clear: both;
}

#website
{
left:50%;
position:absolute;
}

#websitebinnen
{
left:-490px;
position:absolute;
}

#top
  {
    position:absolute;
    top:0px;
	  left:0px;
    width:500px;	
		height:102px;			
		background:#144894;	
		border:1px solid #FFFFFF;
		z-index:1;	
  }

	#top #topafbeelding
	{
	 position:absolute;
    top:0px;
		left:0px;
	 width:170px;
	 z-index:2;
	 	visibility:hidden;
	}
	
  #top #toptitel
	{
	 position:absolute;
   top:26px;
	 left:190px;
	 color:#FFFFFF;
	 font-size:29pt;
	 z-index:3;
	  font-weight:bold;
	 width:500px;
	 white-space: nowrap;
	}

#top #toptitel #language1 a
	{
	 position:absolute;
  	top:35px;
	 left:490px;
	visibility:hidden;
	 
	}
	#top #toptitel #language2 a
	{
	visibility:hidden;
	  position:absolute;
  	top:35px;
	  left:535px;	 
	}

#content
{
	position:absolute;
  	top:102px; 
	background:#FFFFFF;
	left:-1px;
	width:500px;	
	
	border:1px solid #FFFFFF;
	z-index:10;
	
}

#content #menu
  {
    position:absolute;
    top:15px;
	left:15px;
    width:155px;	
		visibility:hidden;	
  }

   #content #menu ul
    {
      text-align:left;
      white-space:nowrap;
      margin: 0;
      padding: 0;
	  list-style: none
    }

      #content #menu ul li 
      {
        margin:0;
        padding: 0;
        font-family:Tahoma;
        font-weight:bold;
        font-size:12px;
	  	line-height:32px;
			background:#FFF url("images/menulijn.gif");
			background-repeat:no-repeat;
			background-position:bottom left;
	  }
	  
	  #content #menu ul li.submenu 
      {
        margin:0;
        padding: 0;
        font-family:Tahoma;
        font-weight:bold;
        font-size:12px;
	  	line-height:16px;
		top:-7px;
		position:relative;
		
	  }

         #content #menu ul li a
        {
          text-decoration:none;
          	color:#144894;
		      margin-left: 0px;
		}
		
		#content #menu ul li.submenu a
        {
          text-decoration:none;
          color:#144894;
		    margin-left: 0px;
			font-weight:normal;
		}

           #content #menu ul li a:hover
          {
            color:#809BB7;	
			margin-left: 0px;
			  text-decoration:none;			
          }
		 #content  #menu ul li.submenu a:hover
          {
            color:#809BB7;	
			margin-left: 0px;
			  text-decoration:underline;			
          }

        #content  #menu ul li a.active,
        #content  #menu ul li a.active:hover
        {
          color:#144894;
					margin-left: 0px;
				}


#content #titel
 {
	top:15px; 
	left:190px;
	position:absolute;  
	font-family:"Tahoma";
	color: #144894;
	font-weight:bold;
	font-size:12px;
	width:370px;
	z-index:41;
	
 }		

#content #tekst
 {
 	padding-left: 190px;
	padding-top:40px;
	padding-bottom:50px;
	padding-right:20px;
  	font-family:"Tahoma";
	background:#FFFFFF;
  	color: #144894;
  	font-size:12px;
	width:560px;
	height:100%;
	min-height:300px;
	z-index:42;
 }	
#content #tekst #divtekstwaarde1
 { 	
	width:370px;
 }	
 
#content #tekstfoto
{
  position:absolute;
  top:40px; left:570px;
	width:210px;	
	z-index:43;
	
}

#content #bottom
{
  position:relative;
	bottom:0; 
	left:0px;
  width:778px;
	HEIGHT:40px;
	background:#144894;
	z-index:50;
 	visibility:hidden;
}
 
#content #bottom #bottommenu a,
#content #bottom #bottommenu a:hover,
#content #bottom #bottommenu a.active,
#content #bottom #bottommenu a.active:hover
  {
    position:absolute;
    bottom:15px;
    width:240px;
    z-index:11;
		left:15px;	
	color:#FFFFFF;
	font-family:Tahoma;
    font-size:65%;
	text-decoration:underline;
    
  }
	

   

#content #bottom #bottommenu2 a,
#content #bottom #bottommenu2 a:hover,
#content #bottom #bottommenu2 a.active,
#content #bottom #bottommenu2 a.active:hover
  {
    position:absolute;
    bottom:15px;
    width:140px;
    z-index:12;
	right:1px;
	color:#FFFFFF;
	font-family:Tahoma;
    font-size:65%;
	text-decoration:underline;
    
  }
	

.button 
{
	background-color:#144894;
	border-color:#144894;
	border-style:solid;
	border-Width:1px;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
  FONT-FAMILY: verdana, helvetica, sans-serif;	
	FONT-WEIGHT: bold;	
	cursor:hand;
}

p{
margin:0px;
}

.aanbiedingfoto {
	
	bordercolor:#e6e6e6;
}

.body{
	 font-family:"Tahoma";
  	color: #002F65;
	font-size:12px;
}

.button1{
	background-color:#144894;
	border-color:#144894;
	border-style:solid;
	border-Width:1px;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
  FONT-FAMILY: verdana, helvetica, sans-serif;	
	FONT-WEIGHT: bold;	
	cursor:hand;
}

.inputfield_contact
{
width:230px;
}
