/* standaard html functies */
BODY {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
color: #000000;
font-size: 13px;

}

#header H1{
padding-top:15px;
color:red;
font-family:"Times New Roman", Times, serif;
border-bottom:1px solid red;
width:300px;
}

a.header {
color:red;
text-decoration:none;
}

a.header:active {
	color:red;
	}
	
	a.header:visited {
	color:red;
	}
	
	a.header:hover {
	color:red;
	}

a {
color:red;
}

	a:active {
	color:red;
	}
	
	a:visited {
	color:red;
	}
	
	a:hover {
	color:orange;
	}
	
#voorpagina {
color: #FFFFFF;
}

#menu a.sub-button {
	margin:0px;
	/*display: block;*/
	width: 80%;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	
	
	line-height: 25px;
	text-indent: 00px;
	border-bottom: 0px solid #fff;
	text-decoration: underline;
	color:red ;
	padding-right:20px;
}
#menu a.sub-button:hover {

	
	
	color: #0000CC;
}

#menu a.button {
	
	padding-right:10px;
	/*display:block;*/
	width: 95%;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	
	line-height: 25px;
	text-indent: 0px;
	border-bottom: 0px solid #fff;
	
	color:red;
}
#menu a.button:hover {

	
	text-decoration: underline;
	color: #0000CC;
}

#maintext {
padding: 0px 5px 5px 15px;
}

#white {
color:white;
}

a.white {
color:white;
}

	a.white:active {
	color:white;
	}
	
	a.white:visited {
	color:white;
	}
	
	a.white:hover {
	color:white;
	}

#back-stof1 {
/*background-color: #0099FF;
color:white;*/

color:#0099FF;
}

#back-stof2 {
background-color: #66CCFF;
color:white;

}

#foto_detail {
border-color:#000000;
border-style:solid;
border-width:1px;
}
