body {
  background-color: #272F44;
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container {
	width:950px;
	height:676px;
    margin-left: auto;
    margin-right: auto;
}

#carreraclub-top {
	float: left;
	width:950px;
	height:188px;
    background-image: url(../img_carreraclub/carreraclub-top.jpg);
    background-repeat: no-repeat;
}

#navigatie {
	float: left;
	/*width:950px;
	height:37px;*/
    width:935px;
	height:32px;
    background-image: url(../img_carreraclub/navigatie.jpg);
    background-repeat: no-repeat;
    padding: 5px 0 0 15px;
    color: #FFF;
}

#main {
	float: left;
	width:949px;
	/*height:405px; */
    height: auto;
   /* background-image: url(../img_carreraclub/main.jpg);
    background-repeat: no-repeat;*/
    background-color: #D4D5D9;
}

#adres {
	float: left;
	width:949px;
	height:50px;
    background-color: #D4D5D9;
    /*background-image: url(../img_carreraclub/adres.jpg);
    background-repeat: no-repeat;*/
}
#adrestekst {
  width:909px;
  height:26px;
  margin: 8px 11px 8px 10px;
  padding: 8px 0 0 20px;
  background-color: #272F44;
  color: #FFF;
}


#tekst {
   margin: 10px 0 0 10px;
   padding: 10px 20px 0 26px;
   float: left;
   width:881px;
   min-height:400px;
   color: #272F44;
   background-color: #FFF;
   border-top: 1px solid #272F44;
   border-right: 1px solid #272F44;
   border-left: 1px solid #272F44;
   border-bottom: 1px solid #272F44;

   line-height: 18px;


}



/* functions voor navigatie / menu */
#leftmenu ul {
    margin: 6px 0px 0 5px;
    list-style: none;
    text-align: left;


}

#leftmenu ul a {
	color: #FFF;   /* bepaalt de kleur van het niet-actieve menu*/
    text-decoration: none;
    margin: 0px 0 0 0px;
    font-size: 14px;
    letter-spacing: 1px;


}


#leftmenu li a.actief { /*kleur van het actieve menu      */
  color: #65708D;


}

#leftmenu ul a:hover {
	text-decoration: none;
    font-size: 14px;
	color:#AAB4CC;    /*bepaalt de kleur van de hover van het hoofdmenu*/

}

#leftmenu li { /* all list items */
    margin: 0px 14px 0 0; /* regelafstand tussen de menus*/
    display: inline; /* zet op block voor verticaal menu*/
    /*background: none; */
}



a.actief {
    padding: 0px 0 5px  18px;
    font-size: 14px;
    /*line-height: 32px;  */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

li a.hoofdmenu:hover {
   	color: #65708D; /*bepaalt de kleur van de hover van het hoofdmenu*/
    /*voor als je een teken voor het menu wilt laten zien:     */
   /* background-image: url("");
    background-repeat: no-repeat ;*/
    /*background-position: -8px 2px;
    padding: 5px 0 0 20px;*/
}

li a.hoofdmenu {
    color: #4A5267;
    font-family:Arial, Helvetica, sans-serif;
    /*line-height: 32px;     */
    padding: 0 0 0 18px;
    font-weight: normal;
}
li {
  list-style: disc;
  margin: 0 0 0 14px;
}
div#productrijen   /* voor IE plaatsing van max breedte van de producten*/
{
  width: 860px;
  padding: 0px 20px 0 40px;
}

div.fotorij { /*plaatsing objecten productpagina*/
	float: left;
    width: 250px;
    height: auto;
	margin: 0px 15px 15px 0px;
    padding: 0 0 15px 0;
    /*border: 1px solid #E9EAEC;  */
    text-align: center;
}


a, a:link {
	color: #4A5267;
	text-decoration: underline;
    font-weight: normal;

}
a:hover {
	color: #65708D;
	text-decoration: underline;
    font-weight: normal;

}

h1{
	 color:#000000;
     font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size: 14px;
     }

h2 {
  color: #000;
  font-size: 12px;
}

p {
  font-size: 12px;
  margin: 6px 0px 4px 0px;
}

.warning {
  color: #272F44;
  font-size: 12px;
}


