/* -------------------- MAIN --------------------- */

html {
height: 100%;
margin-bottom: 1px;
}

body {
background-color: #ffffff;
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
text-align: center;
margin: 0px 10px 10px 10px;
background: url(images/background.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
}

h1 { 
font-family: Verdana, Helvetica, sans-serif; 
font-size: 10pt; 
margin: 0px;
color: #1B9DC7;
}

h2 { 
font-family: Verdana, Helvetica, sans-serif; 
font-size: 9pt; 
margin: 0px;
color: #1B9DC7;
}

h3 { 
font-family: Verdana, Helvetica, sans-serif; 
font-size: 9pt; 
margin: 0px;
color: #1B9DC7;
}

A:link {
text-decoration:none;
color: #000000;
}
A:visited {
text-decoration:none;
color: #000000;
}
A:alink {
text-decoration:none;
color: #000000;
}
A:hover {
text-decoration:underline;
color: #1B9DC7;
}

/* -------------------- TEXT--------------------- */
.blue_10 {
font-size: 10pt;
color: #1B9DC7;
}
.blue_8 {
font-size: 8pt;
color: #1B9DC7;
}
.blue_7 {
font-size: 7pt;
color: #1B9DC7;
}
.black_7 {
font-size: 7pt;
}
.white_8 {
color: #ffffff;
font-size: 8pt;
}

/* -------------------- CLASSES --------------------- */

.spacer_h {
height: 6px;
background-color: #4CB32F;
clear: both;
margin-top: 10px;
margin-bottom: 10px;
}

.plaats_left {
width: 210px;
float: left;
height: 16px;
}

.huis_spotlight {
width: 300px;
float: left;
margin-bottom: 10px;
border-bottom: 1px dotted #cacaca;
}

.button {
background-color: #1C9DC7;
color: #ffffff;
font-weight: bold;
}

.huis {
width: 445px;
float: left;
margin-bottom: 10px;
border-bottom: 1px dotted #cacaca;
}

/* -------------------- ID'S --------------------- */

#container {
position: relative;
width: 980px;
margin: auto;
}

#main_right {
position: relative;
float: left;
width: 980px;
}

#header {
position: relative;
width: 980px;
height: 100px;
}
  #googlebalk {
  position: absolute;
  top: 20px;
  right: 20px;
  }
   
#content_top {
width: 980px;
height: 70px;
}
  #textvlak1 {
  float: left;
  text-align: left;  
  width: 715px;
  height: 60px;
  padding: 5px;
  background-color: #EBEBEB;
  } 
  #banner1 {
  float: left;  
  width: 250px;
  height: 60px;
  text-align: center;
  }
  
#content_bottom {
width: 980px;
text-align: left;
overflow: hidden;
margin: 0 auto;
background: url(images/faux.gif);
}
  #content_bottom_left {
  float: left;
  text-align: left;  
  width: 186px;
  padding: 5px;
  margin-right: 5px;
  border: 1px solid #EBEBEB;  
  overflow: hidden;
  }
  #content_bottom_center {
  float: left;
  text-align: left;  
  width: 446px;
  padding: 5px;
  margin-right: 5px;    
  border: 1px solid #EBEBEB;
  }
  #content_bottom_right {
  float: left;
  text-align: left;  
  width: 301px;
  padding: 5px; 
  border: 1px solid #EBEBEB;
  }  

#nieuws_snippet {
clear: both;
width: 445px;
}
  .nieuws_snippet_item {
  width: 445px;
  padding-top: 10px;
  }  

  
#footer {
clear: both;
display: block;
padding: 4px;
width: 972px;
background-color: #4CB32F;
height: 12px;
margin-top: 10px;
margin-bottom: 10px;
text-align: left;
color: #ffffff;
}

#vlak_plaatsen {
position: absolute;
display: none;
top: 200px;
left: 340px;
width: 200px;
background-color: #ffffff;
z-index: 1;
border: 2px solid #000000;
text-align: left;
padding: 5px;
} 

#vlak_plaatsen_loading {
position: absolute;
display: none;
text-align: center;
top: 200px;
left: 340px;
width: 200px;
height: 300px;
background-color: #ffffff;
z-index: 1;
border: 2px solid #000000;
text-align: left;
padding: 5px;
} 




