/*
#
# Website Zwedak Recreatiebouw B.V.
# Copyright (c) 2008-2011 Reliable Bits - All Rights Reserved
#
*/

body {
	background: #fff;
	color: #000;
	padding: 0;
	margin: 0;
	background: url(../images/header_back.gif) top left repeat-x;
}

.site_width {
	margin: 0px auto;


	width: 1024px;
	color: #444;
	background: #fff;   
	padding: 0;
}

#site_header {
	background: url(../images/header_right.jpg) top right no-repeat;
	height: 168px;
	overflow: hidden;
}

#site_header_logo {
	background: url(../images/header_left.jpg) left top no-repeat; 
	width: 218px;
	height: 169px;
	display: block;
	float: left;
}

#site_address {
	float: right; 
	font-family: Georgia,Helvetica,sans-serif;
	font-size: 11px;
	text-align: right; 
	margin: 25px;
	margin-right: 50px;
}

#site_top_navigation {
	background: url(../images/header_nav_background.png) top left repeat-x;
	/*width: 1024px;*/
	text-align: right;
	height: 32px;

	padding: none;
	overflow: hidden;
	min-width: 950px;
}

#site_top_navigation img {
	border: 0; 
	padding: 0;
	margin: 0;	
}

#site_top_images {
	width: 1024px;
	height: 261px;
	border-top: 1px solid #0c524f;
	border-bottom: 1px solid #0c524f;
	border-left: 1px solid #0c524f;
	border-right: 1px solid #0c524f;
}

#site_top_images img {
	width: 1024px;
	height: 261px;
	position: absolute;
	display: block;
}

#site_page {
	background-color: white;
	width: 1024px;
	margin-top: 40px;
}

#site_content {
	width: 799px;
	overflow: auto;
/*	color: #474646;*/
	color: #171616;
	padding-bottom: 40px;
	padding-right: 0px;
	min-height: 400px;
}

#site_content.sidebar {
	width: 510px;
}


#site_left_bar {
	margin-top: 52px;
	float: left;
	width: 200px;
}

#site_left_bar a {
	text-decoration: none;
}

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

#site_left_bar h2 a {
	text-decoration: none;
	text-transform: uppercase;
}

#site_left_bar div {
	padding-right: 40px;
	text-align: right;
	font-size: 9pt;
}

#site_left_bar h2 {
	color: #777;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}

#site_left_bar h2.selected a {
	font-weight: bold;
}

#site_left_bar a {
	color: #777;
	line-height: 14pt;
	
}
#site_left_bar a.selected {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#site_left_bar a:hover {
	color: #009790; 
}


#site_right_bar {
	float: right;
	width: 220px;
	margin-top: 10px;
	margin-right: 20px;
}

.sidebar_block {
	background: #eaebeb url(../images/sidebar_header.gif) top right no-repeat;
	width: 180px;
	padding: 20px;
}

.sidebar_block h2 {
	font-family: Georgia,Helvetica,sans-serif;
	font-size: 9pt;
	color: #666;
	text-align: right;
}

#site_bottom {
	/*background: url(../images/header_nav_background.png) top left repeat-x;*/
	background: #eee;
	border-top: 1px solid #aaa;
	height: 28px;
	text-align: right;
	padding: none;
	overflow: hidden;

	clear: both;

	bottom: 0px;
	width: 100%;
}

#site_bottom .copyright {
	color: #777;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
}

#site_bottom .copyright  a {
	color: #777; 
	text-decoration: underline;
}

