/*============================== Layout ==============================*/
html
{
  width: 100%;
  height: 100%;
}

body
{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;  
  background-image: url(..//photos//space.jpg); 
}

img
{
  border: 0;
}

*
{
  font-family: Times;
  font-size: 15px;
  margin: 0; 
  padding: 0;
  border: 0;
  color: white;  
}

h2
{
  font-size: 18px;
  font-weight: bold;
}

h2 a
{
  font-size: 18px;
  font-weight: bold;
}

h3
{
  font-size: 15px;
  font-weight: bold;
}

.marquee_text
{
  font-size: 20px;
  font-weight: bold;
  color:#E1E100;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block; 
}

p
{
  font-size: 14px;
}

b
{
  font-weight: bold;
}

.vet
{
  font-weight: bold;
}

adres
{
  font-style: italic; 
}

li
{
  margin-left: 25px;
}


a, a:visited, a:active
{

  color: #5cbae4;
}

a:hover
{
  color: #b8e4f7; 
}

.align_center
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#clock
{
  position: absolute;
  top: 20px;
  left: 22px;
}

#header
{   
  background-color: transparant;
  height: 120px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;  
  margin-top: 10px;  
}

#header #pd0lof
{
  height: 104px; 
  width: 100%; 
  background-color: transparent; 
  background-image: url(../images/pd0lof.png);
  background-repeat: no-repeat;
  background-position: center 10px;   
}

#header #buttons
{
  margin-left: 160px;
}

#header a.button
{
  font-weight: bold;
  padding-top: 9px;
  display: block;
  text-align: center;
  color: #90d1ee;
  background-color: transparent;
  background-image: url(../images/button.png);
  background-repeat: no-repeat;
  background-position: 0 0px;    
  width: 140px;
  height: 27px;
  float: left;
  margin-top: 64px;
  margin-right: 2%;
}

#header a.button_selected
{
  font-weight: bold;
  padding-top: 9px;
  display: block;
  text-align: center;
  color: white;
  text-decoration: underline;
  background-color: transparent;
  background-image: url(../images/button.png);
  background-repeat: no-repeat;
  background-position: 0 -36px;    
  width: 140px;
  height: 27px;
  float: left;
  margin-top: 64px;
  margin-right: 2%;
}

#header a.button:hover
{
  color: white;
  text-decoration: underline;
}

#content
{
	width: 98%;
	min-height: 430px;
	margin-right: auto;
	margin-left: auto;
}

#left_menu
{
  margin-top: 20px;
  clear: both;
  float: left;
  width: 160px;
}

#left_menu #left_menu_top
{
  height: 10px;
  background-color: transparant;
  background-image: url(../images/menu_top.png);  
}

#left_menu #left_menu_center
{
  background-color: transparant;
  min-height: 200px;
  background-image: url(../images/menu_bg.png)  
}

#left_menu #left_menu_bottom
{
  height: 10px;
  background-color: transparant;
  background-image: url(../images/menu_bottom.png);  
}


#left_menu #left_menu_center #left_menu_content
{
  padding-top: 7px;
  padding-bottom: 7px;
}

#left_menu #left_menu_center #left_menu_content a
{
  font-weight: bold;
  display: block;
  color: #90d1ee;
  text-decoration: none;
  width: 145px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px; 
}

#left_menu #left_menu_center #left_menu_content a.button_selected
{
  font-weight: bold;
  display: block;
  color: white;
  text-decoration: underline;  
  width: 145px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url(../images/menu_bgs.png);   
}


#left_menu #left_menu_center #left_menu_content a:hover
{
  color: white;
  text-decoration: underline;  
}

#left_menu #left_menu_center #left_menu_content a.selected
{
  display: block;
  text-decoration: none;
  color: white;
  width: 130px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;  
}

#content_text
{
  padding-top: 20px;  
  margin-left: 180px;
  margin-right: 20px;
  padding-bottom: 20px;
}

#footer
{   
  background-color: transparant;
  height: 110px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;  
  padding-bottom: 5px;
}

input, textarea
{
  padding: 2px;
  border : 1px solid #001d29;
  color: #252525;
}

.contact_tabel
{
  width: 100%;  
}

.contact_tabel .veld_naam
{
  vertical-align: top;
  width: 20%;
  text-align: left
}

.contact_tabel .veld_invoer
{
  vertical-align: top;
  width: 80%;
  text-align: left;
}

.no_border
{
  border: none;
}

.input_button
{
  padding: 4px;
  background-color: #0088c4;
  color: white;
  font-weight: bold;  
  cursor: hand;
}

.input_button:hover
{
  background-color: #64b5d9;
}