body
{
	margin: 0;
	padding: 0;
	background-color: #CEF2B1;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
}

#container
{
	width: 100%;
}

#header
{
	width: 1024px;
	height: 121px;
	background-image: url(header.png);
}

#line
{
	width: 100%;
	height: 8px;
	background-color: #FBE601;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px;
	border-right: 0px;
}

#menu
{
	margin-top: 15px;
	float: left;
	width: 171px;
	height: 464px;
	background-color: #FBE601;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px;
	border-right: 1px solid #000000;
}

#content
{
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	width: 700px;
	background-color: #EEE799;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}



#menu ul
{
	margin-top: 10px;
	margin-left: 15px;
	padding: 0;
}

#menu li
{
	list-style-type: none;
	margin-bottom: 10px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #D32521;
}

#menu li a
{
	text-decoration: none;
	color: #D32521
}

#menu li a:hover
{
	text-decoration: none;
	color: blue;
}

.text
{
	margin-left: 5px;
	margin-right: 5px;
}

.navigation
{
	width: 700px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	text-align: left;
	margin-left: 5px;
}

.navigation a
{
	text-decoration: none;
	color: #000000;
}

.navigation a:hover
{
	text-decoration: none;
	color: blue;
}

h1
{
	color: #D32521;
	font-size: 16px;
}

h2
{
	color: #000000;
	font-size: 14px;
}

#content table
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #D32521;
	margin-bottom: 10px;
}

#content td
{
	background-color: #EEE799;
	padding: 3px;
}

#content th
{
	color: yellow;
	padding: 3px;
}

#content a
{
	text-decoration: none;
	color: blue;
}

#content a:hover
{
	text-decoration: none;
	color: #000000;
}

img
{
	border: 1px solid #000000;
}

.foto_left
{
	float: left;
	margin-left: 100px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.foto_right
{
	float: left;
	margin-left: 100px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#nieuws
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #D32521;
	margin-bottom: 10px;
}

.nieuws_header
{
	padding: 3px;
	/*background-color: #A52A2A;*/
	color: yellow;
}

.nieuws_content
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: #EEE799;
	border: 1px solid #D32521;
}

.nieuws_feeter
{
	padding: 3px;
	/*background-color: #A52A2A;*/
	color: yellow;
}

#nieuws .nieuws_feeter a
{
	text-decoration: none;
	color: #FFFFFF;
}

#nieuws .nieuws_feeter a:hover
{
	text-decoration: none;
	color: #000000;
}

#fotoalbum
{
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 180px;
	height: 150px;
	border: 1px solid #EEE799;
	text-align: center;
	cursor: pointer;
}

.fotoalbum
{
	
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 180px;
	height: 160px;
	border: 1px solid #EEE799;
	text-align: center;
	cursor: pointer;
}

.fotoalbumHover
{
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 180px;
	height: 160px;
	border: 1px solid #D32521;
	background-color: #f7776a;
	text-align: center;
	cursor: pointer;
}

#fotoalbum .picture
{
	margin-top: 3px;
}

.input_text
{
	border: 1px solid #000000;
}

.picture
{
	border: 0px;
}

table.normal
{
	border: 0;
}

#hoverPopup
{
	display: none;
	margin: 0;
	padding: 0;

	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-color: silver;

	text-align: center;
	
	filter: alpha(opacity=50); // IE syntax 
	-moz-opacity:.50;

	opacity: 0.50; // De rest 

	z-index: 50;
}

#hoverPopupContent
{
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	margin-left: auto;
	margin-right: auto;

	background-color: #FFFFFF;

	z-index: 60;

	border: 1px solid black;
}

/*.closeButton
{
	position: absolute;
	width: 50px;
	height: 39px; 
	background: url('layout/close_btn_small.png');
	margin-right: 600px;

	z-index: 70;
}*/


