/* CSS Document */

body {
      font: Verdana, Arial, Helvetica, sans-serif;
      font-size: small;
      color: #fff; 
      background-color: #ddd;
      margin-top: 50px;
}

img {
     float: left;
	 margin: 0 0 2px 3px;
}

ul {
     margin-left: 1px;
}

ul li {
     margin: 0 0 0 0;
}

ul li ul li {
     text-indent: 1px;
	 list-style: circle;

}

/* default links */
a {
     font-weight: 600;
}

a:link {
     color:#fff;
	 text-decoration: underline;
}	 

a:visited {
     color: #fff;
	 text-decoration: underline;
}

a:hover {
      color:#fff;
	  text-decoration: underline;
}

a:active {
       color:#fff;
	   text-decoration:none;
}	 

*html a {
      display:block;
}

/* definition list */
dl {
     margin: 0;
}
	 
dt {
     text-align: center;
}

dt {
     text-align: center;
}

/* forms */

select {
   float: right;
}


/* classes for general use */

.small {
      font-size:75%;
	  text-indent: 20px;
}

.underline {
     text-decoration:underline;
}

.center {
     text-align:center;
}

.indent {
     text-indent: 20px; 
}

.nodeco {
     list-style:none;
}

/* specific div */
/* main wrapper that holds it all centrally */

#container {
     position:absolute;
     background-color: #fff;   
     width: 945px;
	 padding: 5px 5px;
	 left:40%;
	 margin: 10px 0 0  -360px;
	 min-height: 90%;
	 font-family: Verdana;
	 border: #686565 solid 1px;
}

/* header contains global navigation */

#wrap1 {
      width:945px;
	  height:180px;
	  background-color: #fff;	 
	  background-image: url("../head.jpg");
	  background-repeat: repeat-x;
	  float:left;
	  margin-top: 0px;
}

#wrap2  {

}

#mastcol1 {
      float:right;
      width:750px;
	  height:30px;
	  margin-top:20px;
	  color:#fff;
	  font-size: 180%;
	  font-family: Verdana;
	  font-weight: 700;
	  text-indent:15px;
}

#mastcol2 {
       float:left;
       width:260px;
       height:30px;
	   margin-top:5px;
	   font-style:italic;
       font-size:100%;
	   font-weight:600;
	   color: #fff;
	   float: right;
}

#mastcol3 {
        float:left;
		width:150px;
		height:50px;
		margin-top:20px;
		text-indent: 10px;
}

#q{ border:solid 1px #7F9DB9; width:112px; color:#000; height:auto; font-size:90%; }

#mastcol4 {
       float:left;
	   width:925 px;
	   height:20px;
	   margin-top:-22px;
	   margin-left:2px;
	   font-family: Verdana;
       font-size: 9px;
       color:#000;
	   font-size: 100%;
	   font-weight: 600;
}
	   
#mastcol4 a {
     float: left;
     display:block;
     font-family: Verdana;
     font-size: 9px;
     margin: 0 1px 0 0;
	 padding: 5px 5px;
     border: #c00;
	 color:#fff;
	 background: #fff url(../artwork/butbkg.gif);
	 text-decoration:none;

}	 

#mastcol4 a:link {
     color:#fff;
	 display: block;
	 background: #fff url(../artwork/butbkg.gif);
}	 

#mastcol4 a:visited {
     color:#fff;
	 display: block;
	 background: #fff url(../artwork/butbkg.gif);
}	 

#mastcol4 a:hover {
     color:#000;
	 display: block;
	 background: #fff url(../artwork/butact.gif);
}	 

#mastcol4 a:active {
     color:#fff;
	 display: block;
	 background: #fff url(../artwork/butbot.gif);
}	 

/* content */
#content {
   float: left;
   margin: 5px 0 5px 0;
   width: 580px;
   padding: 15px;
   background-color: #686565;
   font-family: Verdana;
   min-height: 700px;
   background-image: url('../artwork/contentbg.jpg');
   background-repeat: no-repeat;

}

td.content {
   float: left;
   margin: 5px 0 5px 0;
   width: 579px;
   padding: 15px;
   background-color: #686565;
   font-family: Verdana;
   min-height: 700px;

}

div#content ul {
     margin-bottom: 5px;
}

div#content li {
     margin-left: 40px;
	 
}

#breadcrumb {
     margin-top: 5px;
	 text-indent: 5px;
}
	 
#navbar {
   width: 235px;
   min-height: 430px;
   margin: 5px 0 5px 0;
   float: left;
}

#links {
	float: left;
	margin-top: 20px;
	padding-left: 20px;
    font-family: Verdana;
    color: #fff;
	}   

#links li {
	  list-style:none;
      width: 200px;
      height: 0px;
	  text-indent: 5px;
	  text-align: left;
	  font-size: 10pt;
}


#links li a:link {
	  color: #fff;
	  display: block;
	  width: 200px;
	  text-decoration: none;  
	  background: url(../artwork/tick.gif);   	 
}	
 
#links li a:active {
	  color: #fff;
	  display: block;
      text-decoration: underline;
  	  background: url(../artwork/tick.gif);   	 
}	

#links li a:hover {
	  color: #fff;
	  display: block;
      text-decoration: none;
  	  background: url(../artwork/tick.gif) 0px -25px;   	 
}

#links li a:visited {
	  color: #fff;
	  text-decoration: none;
	  display: block;
	  background: url(../artwork/tick.gif) 0px -50px;   	 

}


#logos {
      width: 230px;
      height:265px;
	  color: #000;
	  float: center;
}

#logos p {
      font-size: 80%;
	  margin-top: 15px;
}

#logo {
      float:center;
      margin-left: 25px;
      margin-top:25px;
}

#sf {
      float: right;
	  margin-right: 10px;
	  width: 144px;
	  height: 67px;
}	  

#esf {
      float: right;
	  margin-right: 10px;
	  width: 200px;
	  height: 136px;
}	  

#esf_text {
      float: right;
	  width: 90px;
	  height: 175px;
	  font-size: 75%;
	  color: #686565;
	  padding: 0 2px 0 5px;
	  margin: 5px 0 0 5px;
	  }

#market {
       width: 230px;
	   height: 40px;
	   float:left;
	   margin-top:25px;
	   font-weight: 600;
	   color: #666;
	   text-align:center;
	   font-family: Verdana;
	   font-size: 11px;
}

#photo {
   float: right;
   padding-top: 6px;
   width: 100px;
   margin: -2px;
}

#christis {
	  padding: 0px;
      float: left;
	  margin-top: 40px;
	  padding-left: 20px;
}

#login {
	font-family: Verdana;
	font-size: 8pt;
	color: #666;
	text-align: center;

}

#login a:link {
	color: #666;
}

#login a:active {
	color: #666;
}

#login a:visited {
	color: #666;
}

#rutten {
      float: right;
	  margin-top: 40px;
	  padding: 0px;
}	 

#landkaart{
	float: left;
	margin-top: 20px;
	padding-left: 20px;
	
} 

/*Alsett clearing methode*/

.clearfix:after {
      content: ".";
	  display:block;
	  height:0;
	  clear:both;
	  visibility:hidden;
}

.clearfix {
       display:inline-block;
}

* html .clearfix {
      height: 1%;
}

.clearfix {
       display:block;
}
