/* Style sheet general  */

body {
   /*background-image: url(red1.gif);*/
	background-color: White;
	background-image: url(../images/bg-1.gif);
	font-family: Georgia;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	background-repeat: repeat;   
	color: #C33;

}

/* Algemene instellingen die worden gebruikt */
a:link {  
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: Blue;	
}

a:active {
	text-decoration: none;
	color: Blue;		
}
a:hover {
	text-decoration: none;
	color: #c33;
}




/* Main is de midden kolom die wordt gecentreerd */
#main {
	width: 750px;
	background-color: white;
	margin-left: auto;
   margin-right: auto;
}

#welkom {
   width: 80%;
	font-size: smaller;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: justify;
}

#voorwaarden {
   width: 80%;
	font-size: smaller;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	text-align: justify;
}

/* Footer pages */
#footer {
   width: 750px;
   border-bottom: 2px White solid;
	border-top:1px White solid;
	color: #c33;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 5px;

}

#footer a {
   text-decoration: none;
}
#footer .voorwaarden a:link {
	text-decoration: none;
	color: #c33;
}
#footer .voorwaarden a:visited {
	text-decoration: none;
	color: #c33;
}
#footer .voorwaarden a:hover {
	text-decoration: none;
	color: blue;
}


#footer .copyright{
   padding:10px;
   position: relative;
	float: left;
   font-size: x-small;
  	font-style: italic;
	}
#footer .date {
   padding: 10px;
   position: relative;
   font-size: x-small;   
   float: right;
	font-style: italic;
}

#footer .voorwaarden {
   position: relative;
   margin-left: 30%;
   padding: 10px;
   font-size: small;   
	font-style: italic;
}


/*Menu interface volgens stricte CSS/XHTML opzet*/
#menu {
	width: 100%;
	background-color: #cc3333;
}
#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 4px;
	list-style-type: none;	
	border-bottom: 1px solid #636563;
}
/* hack om IE-tekortkoming te omzielen */
html>body #menu ul {
	padding: 3px 0; /*eigenlijk gewenste waarde*/
}

#menu li {	
	display: inline;
}
#menu li a{
	text-decoration: none;
	padding: .2em 2em .2em 2em;
	margin:0em 3em 0em 3em;
	background-color: #c33;
	border-right: 3px solid #636563;
	border-top: 1px solid #636563;
	border-left: 1px solid #636563;
	border-bottom: 1px solid #636563;
	color: #fff;
}
#menu li a:hover{
 color: #666666;
}
#menu ul li a.selected {
   background-color: white;
   color: #c33;
	border-bottom: 2px solid white;
}

.menu a:link {
	color: white;  
	font-weight: bold;
	text-decoration: none;
}

.menu a:visited {
	color: white;  
   font-weight: bold;
	text-decoration: none;
}

.menu a:active {
	color: White;
   font-weight: bold;
}
.menu a:hover {
	color: #cc3333;
	font-weight: bold;
}

.error {
  background-color: #c33;
  border: solid 2px white;	
  color: Black;
  padding: 10px;
  margin-top: 10px;
}

