body{
	
	margin: 0px;
	background-image: url(../../../css/images/background.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color: #66b366;
}

.clear
{
	clear:both;
}

#container
{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/****************************************/
/* HEADER								*/
/****************************************/

#header 
{
	width: 970px;
}

#header_top_1, #header_top_2, #header_top_3, #header_top_4
{	
	height: 104px;
}

#header_bottom_1, #header_bottom_2, #header_bottom_3, #header_bottom_4
{	
	height: 46px;
}

#header_left, #header_image, #header_right
{
	float:left;
}

#header_top_1, #header_top_4
{
	background-color: #599459;
}

#header_top_2, #header_top_3
{
	background-color: #227022;
}

#header_bottom_1, #header_bottom_4
{
	background-color: #66b366;
}

#header_bottom_2, #header_bottom_3
{
	background-color: #339933;
}

#header_top_1
{
	width: 195px;
}

#header_top_2
{
	width: 95px;
	float: right;
}

#header_bottom_1
{
	width: 195px;
}

#header_bottom_2
{
	width: 95px;
	float: right;
}

#header_image
{
	width: 393px;
	height: 150px;
}

#header_top_3
{
	width: 382px;
}

#header_top_4
{
	width: 62px;
	float: right;
}

#header_bottom_3
{
	width: 382px;
}

#header_bottom_4
{
	width: 62px;
	float: right;
}


/****************************************/
/* MAINMENU								*/
/****************************************/


#menu
{
	width: 970px;
	background-image:url(../../../css/images/nav_normal.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

.menu_item
{
	float: left;
	height: 33px;
	padding-top: 27px;
	padding-left: 42px;
	padding-right: 42px;
}

.menu_item a
{
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}

.menu_item_border
{
	float:left;
	height: 60px;
	width: 7px;
	background-image:url(../../../css/images/nav_border.jpg);
}

#menu_item_active
{
	background-image:url(../../../css/images/nav_selected.jpg);
}

#menu_item_active a
{
	color: #000000;
}

/****************************************/
/* CONTENT								*/
/****************************************/

#content
{
	width: 970px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 18px;
	line-height: 18px;
}

#content_middle
{
	width: 680px;
	float: left;
	padding: 10px;
	padding-right: 30px;
}

img.content_image
{
	margin: 10px;
}

a img
{
	border: 1px solid #66b366;
}

div.center
{
	text-align:center;
}

span.title
{
	font-size: 14px;
	font-weight: bold;
}

h1
{
	font-family: "Arial Narrow", Arial, Helvetica, "Helvetica Narrow", Verdana;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #134b13;
}

h2
{
	font-family: Arial, Helvetica, "Helvetica Narrow", Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	color: #134b13;
}

.kinderoptocht td {
	vertical-align: top;
}

#content_middle a:link, #content_middle a:visited
{
	color: #599459;
	font-style: italic;
	text-decoration: none;
}

#content_middle a:hover
{
	color: #599459;
	font-style: italic;	
	text-decoration: underline;
}

/****************************************/
/* SUBMENU								*/
/****************************************/

#content_right
{
	width: 230px;
	float: left;
	background-color: #f1e448;
	padding: 10px;
	padding-bottom: 30px;
}

.submenu_header
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	line-height: 22px;
	color: #134b13;
	text-transform: uppercase;
	margin-top: 6px;
}

.submenu_item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: bold;	
	line-height: 16px;
	margin-left: 10px;
}

.submenu_item a
{
	color: #66b366;
	text-decoration: none;
	text-transform: uppercase;
}

#submenu_item_active a
{
	text-decoration: underline;
}

#content_right a:link, #content_right a:visited
{
	color: #599459;
	font-style: italic;
	text-decoration: none;
}

#content_right a:hover
{
	color: #599459;
	font-style: italic;	
	text-decoration: underline;
}
/****************************************/
/* LEFTMENU								*/
/****************************************/

.left_header
{
	font-family: Arial, Helvetica, "Helvetica Narrow", Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	color: #134b13;
}

.left_item
{
	margin-left: 15px;
}

.left_item a, .left_item a:visited
{
	color: #599459;
	font-style: italic;
	text-decoration: none;
}

.left_item a:hover
{
	color: #599459;
	font-style: italic;	
	text-decoration: underline;
}
