﻿/*body algemeen*/
body {

background-color: #ffffff;
  color: #FFFFFF;
  font-family: Verdana;
  font: normal;
  font-size: 10pt;
  margin: 0px 0px 0px 0px;
  scrollbar-face-color:ffffff;
  scrollbar-arrow-color:8ba3cc;
  scrollbar-track-color:ffffff;
  scrollbar-shadow-color:8ba3cc;
  scrollbar-highlight-color:8ba3cc;
  scrollbar-3dlight-color:ffffff;
  scrollbar-darkshadow-Color:ffffff;
}
a{
color:#fff;
text-decoration:none;
}
a:hover{
color:#fff;
text-decoration:underline;
}
/*header*/
#header {
  background-color: #ffffff;
  background-image: url(../fotos/header.jpg);
  background-repeat: repeat-x;
  color: #FFFFFF;
  font-family: Verdana;
  font: normal;
  font-size: 10pt;
  min-width: 1000px;
  height: 105px;
 
}
/*main*/
#main {
  background-color: #ffffff;
   
  color: #000000;
  font-family: Verdana;
  font: normal;
  font-size: 10pt;
  height: 470px;
  overflow: auto;

}
/*menu*/
#menu {
  background-color: #ffffff;
  
  width: 110px;
  height: 470px;
  float: left;
  padding-top: 35px;


}
#menur {
  background-color: #ffffff;
   
  width: 131px;
  height: 470px;
  float: right;
  padding-top: 35px;
   
}
	
/*footer*/
#footer {
  background-color: #ffffff;
   
  width: 1000px;
  height: 20px;
  padding-left: 5px;
 


}
/*slideshow*/
.Caption {
font-family: Arial;
font-weight: plain;
color:      #CCFFCC;
}
#wrapper {
  width: 1000px;
  height: 595px;
  background-color: #ffffff;
  text-align:left ;
}