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

body {
background-color: #D7DDFB;
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
text-align: center;
margin: auto;
}

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

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: #000000;
}

.text_small {
font-size: 7pt;
}

input.button_online { 
background-color: #EFF6FE;
border: 1px solid #4E8BC4;
font-size: 12px; 
color: #159202; 
height: 20px;
width: 80px;
cursor: cursor;
}
input.button_offline { 
background-color: #EFF6FE;
border: 1px solid #4E8BC4;
font-size: 12px; 
color: #B20317; 
height: 20px;
width: 80px;
cursor: cursor;
}

/* -------------------- TEXT--------------------- */

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

.modelbox {
float: left;
width: 110px;
height: 145px;
border: 2px solid #4E8BC4;
margin: 3px;
}
  .modelbox_head {
  clear: both;
  background-color: #4E8BC4; 
  height: 15px;
  }
  .modelbox_pic {
  clear: both;
  height: 90px;
  }
  .modelbox_name {
  clear: both;
  height: 15px;  
  } 
  .modelbox_foot {
  clear: both;
  height: 40px;  
  } 
  
.modelbox_promotion {
border: 2px solid #FB2EA7;
background-color: #FB2EA7;
float: left;
width: 100px;
height: 135px;
margin: 3px;
text-align: left;
padding: 5px;
}  
  
.menuspacer {
clear: both;
height: 2px;
background-color: #4E8BC4;
width: 170px;
margin-top: 10px;
margin-bottom: 10px;
}   

.bladwijzer {
width: 600px;
clear: both; 
padding-top: 10px; 
padding-bottom: 10px; 
text-align: left; 
padding-left: 5px;
}

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

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

#header {
position: relative;
width: 980px;
height: 60px;
margin-top: 5px;
}

#menu {
position: relative;
text-align: left;
width: 968px;
height: 18px;
padding: 5px;
background-color: #4E8BC4;
border: 1px solid #3A79B4;
margin-top: 5px;
color: #ffffff;

}
  .menu_item {
  float: left;
  margin-right: 10px;
  font-size: 10pt;  
  }

#content {
position: relative;
width: 948px;
background-color: #C1CBFD;
border: 1px solid #AFCEEA;
margin-top: 5px;
padding: 15px;
overflow: hidden;
margin: 0 auto;
background: url(images/faux.gif);
}
  #content_left {
  position: relative;
  float: left;
  width: 738px;
  }  

  #content_right {
  position: relative;
  float: left;  
  width: 200px;
  padding-top: 33px;
  }
    #rightmenu {
    position: relative;
    width: 173px;
    height: 1440px;
    background-color: #ABB9FA;
    border: 1px solid #4E8BC4;
    text-align: left;   
    padding: 5px;
    }    
  
#models_loading {
display: none;
} 

#models_dynamic {
display: none;
} 

#footer {
background-color: #C1CBFD;
position: relative;
clear: both;
width: 970px;
height: 15px;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
}

#tekst {
clear: both;
width: 720px;
text-align: left;
padding-left: 5px;
font-size: 7pt;
}




