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

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

img { 
	border: 0px;
}
		

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

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

#header {
	padding: 0 10px 0 20px;
	background-color: #FFC253;
} 

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

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

#navigation td {
	border-bottom: 1px solid #FFC253;
	}
	
#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: #FFC253;
	text-decoration: underline;
}

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

#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 #FFC253;
}

#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: #FFC253;
} 

#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;
}

/*//////////////////////////////////////////////////////////////////////////*/
/*                         Button Styles                                     */
/*//////////////////////////////////////////////////////////////////////////*/

/*input, select, button {
	border : 1px solid #FFC253;
	background-color: #FFC253;
	padding : 4px;
	margin-right: 2px;
	font : normal 1em Verdana, sans-serif;
	color : #000;
	width : 200px;
}*/

/*//////////////////////////////////////////////////////////////////////////*/
/*                         Form Styles                                      */
/*//////////////////////////////////////////////////////////////////////////*/

label {
	cursor: pointer;
}
label.field {
	cursor: auto;
	display : block;
	font-weight : bold;
	margin : 5px 0;
}

#chooseDateForm li {
	list-style: none;
	padding: 5px;
}

input {
	margin-right: 2px;
	width : 170px;
}

input[type=submit] {
	cursor: pointer;
	border : 1px solid #FFFCE9;
	padding : 4px;
	font : bold 1em Verdana, sans-serif;
	color : #FA6B2F;
	background-color: #FFC253;
}

input[type=text], input[type=password], input[type=file] {
	border : 1px solid #FFC253;
	padding : 4px;
	font : normal 1em Verdana, sans-serif;
	color : #000;
	background-color: #FFFCE9;
}

/*//////////////////////////////////////////////////////////////////////////*/
/*                         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: #FFC253;

}


	
	

