/*//////////////////////////////////////////////////////////////////////////*/
/*                       Global Styles                                      */
/*//////////////////////////////////////////////////////////////////////////*/

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #AB1828;
}

/*//////////////////////////////////////////////////////////////////////////*/
/*                      ID Styles                                           */
/*//////////////////////////////////////////////////////////////////////////*/

#container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #981210;
	text-align: left;
	background-color: #E61A80;
} 

#header {
	padding: 0 10px 0 20px;
	background-color: #CE0071;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 80px;
} 

#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000000;
	text-align: center;
	letter-spacing: 0.2em;
}

#sidebar1 {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	background-color: #E61A80;
	color: #000000;
}

#navigation td {
	border-bottom: 1px solid #981210;
	}
	
#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
}
	
#navigation a:hover {
	color:#000000;
	background: #CE0071;
	text-decoration: underline;
}

#mainContent {
	margin: 0 0 0 250px;
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
	background-color: #E61A80;
} 

#mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#mainContent a:hover {
	text-decoration: underline;
}

#fotos_overzicht td {
	border-bottom: 1px solid #FFC253;
	}
	
#fotos_overzicht a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
}
	
#fotos_overzicht a:hover {
	color:#000000;
	background: #FFC253;
	text-decoration: underline;
}

#fotos img {
	border: 3px solid #FFFCE9;
}

#fotos a:hover img{
	border: 3px solid #981210;
}

#nieuws td {
	background-color:#FFC253;
	border-bottom: 5px solid #FFFCE9;
	padding: 15px;
}

#contact td {
	padding: 5px;		
}


#contact a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #CE0071;
} 

#footer p {
	margin: 0;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

/*//////////////////////////////////////////////////////////////////////////*/
/*                         Class Styles                                     */
/*//////////////////////////////////////////////////////////////////////////*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.nav {
	text-decoration: underline;
	color:#000000;
	background: #CE0071;

}


	
	
