@charset "utf-8";
/* CSS Document */

p.notice {
	color: #58595b;
	width: 400px;
	font-weight:bold;
	border: 1px solid #97c127;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}

body, html {
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-size: 12px;
	color: #58595b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/img/header.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

legend {
	margin-left: 10px;
	padding-left: 0px;
	text-indent: 0px;
	color: #97c127;
}
fieldset {
	padding-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #cfcfcf !important;
}
a {
	color: #58595b;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
hr {
	border: 0;
	border-bottom: 1px solid #cfcfcf; 
}
h2 {
	color: #009ddc;
	font-size: 12px;
	line-height: 12px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0px;
	
}

h3 {
	color: #009ddc;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
p.sidenote {
	font-size: 9px;
}
#container {
	width: 1032px;
	margin: 0px auto;
}
#header {
	width: 1032px;
	height: 155px;
	padding: 0px;
	margin: 0px;
}
#header #search {
	width: 190px;
	height: 26px;
	float: left;
	margin-top: 122px;
	padding-left: 10px;
	padding-top: 6px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
}

#header #search a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#header #search a:hover {
	color: #97c127;
}
#header #search input.text {
	width: 105px;
	height: 16px;
	border: 0px;
	background-image: url(/img/form_input_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#header #menu {
	float: right;
	height: 25px;
	margin-top: 117px;
	font-family: Arial, Helvetica, sans-serif;
}

#on_logo 
{	margin: 5px 0 5px 5px;
	width: 175px;
	float: left;
	clear: both; }
	
#highlight_menu 
{	float: right;
	width: 800px;
	height: 30px;
	color: #97c127;
	margin-right: 4px; }
	
#highlight_menu ul li
{	display: inline;
	float: right;
	padding: 0px;
	font-weight: bold; }

#highlight_menu ul li a
{	color: #97c127;
	text-decoration: none;
	text-transform: uppercase; }

#highlight_menu ul li a:hover
{	color: #58595b; }
	
#highlight_menu ul li:before
{	content:"|";
	padding: 0 40px; }
	
#highlight_menu ul li.last:before
{	display: none; }	

#left_menu {
	width: 190px;
	float: left;
	clear: left;
	border: 1px solid #cfcfcf;
}

#left_menu hr 
{	width: 80%; }

#left_menu #news {
	margin-top: 10px;
	width: 180px;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 11px;
	padding-bottom: 5px;
}

#left_menu #poll {
	margin-top: 10px;
	width: 180px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#left_menu #poll #inner {
	width: 165px;
	background-color: #e2e3e4;
	padding: 5px 5px 5px 10px;
	overflow: hidden;
}

#left_menu #poll .pollrating {
	background-image: url(/img/poll_percentage.gif);
	background-color: #F00;
	display: inline;
	float: left;
	margin-bottom: 4px;
	height: 6px;
	overflow: hidden;
	margin-top: 4px;
}

#left_menu #news p {
	margin: 0px 5px 10px 0px;
	padding-right: 5px;
}

#content {
	float: left;
	width: 590px;
	min-height: 600px;
	margin-left: 10px;
	padding: 0px 10px 20px 10px;
}
#content img {
	border: 2px solid #FFF;
	margin: 3px 6px 3px 0px;
}
#content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #009ddc;
}
#content h2 {
	font-size: 14px;
	color: #263997;
	font-weight: normal;
}

#content a {
	color: #263997;
	text-decoration:none;
}
#content a:hover {
	color: #000;
}
#content table tr td p {
	margin-top: 0px;
	padding-right: 10px;
}
#right_menu {
	float: left;
	width: 204px;
	margin-left: 10px;
	color: #FFF;
	overflow: hidden;
}
#right_menu #account {
	padding: 4px;
	border: 1px solid #e2e3e4;
}
#right_menu #account #inner {
	width: 179px;
	background-color: #e2e3e4;
	padding: 5px 5px 5px 10px;
}
#right_menu #account input.text {
	width: 140px;
	height: 18px;
	border: 0px;
	background-image: url(/img/form_input_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;	
}

#right_menu #account form a {
	color: #009ddc;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#right_menu #account form a:hover {
	color: #000; }

#right_menu #account label {
	text-transform: uppercase;
	color: #009DDD;
	font-size: 10px;
}
#right_menu #banner {
	width: 204px;
	height: 115px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#right_menu #quote {
	width: 206px;
	padding: 5px 0px 5px 0px;
	overflow:hidden;
	color: #58595b;
}
#right_menu #quote h3 {
	font-size: 11px;
	color: #009ddc;
	margin: 0px;
}
#right_menu #tagcloud {
	margin-top: 10px;
	width: 206px;
	padding: 0;
	overflow: hidden;
}
#right_menu #fz_actie {
	margin-top: 10px;
	width: 104px;
	float: left;
}
#right_menu #fotografie {
	margin-top: 10px;
	padding-top: 28px;
	color: #58595b;
	font-size: 8px;
	float: left;
	width: 95px;
}



#footer_block {
	width: 100%;
	clear: both;
	float: left;
	height: 70px;
	margin-bottom: 10px;
	border-bottom: 1px solid #97c127;
	border-top: 1px solid #cfcfcf;
	margin-top: 10px;
}
	
#footer {
	margin: 0px auto;
	clear: both;
	width: 1024px;
	height: 43px;
	margin-top: 10px;
	
}
#footer_left {
	float: left;
	width: 810px;
	overflow: hidden;
	text-align: center;
	padding-top: 4px;
}
#footer_right {
	float: left;
	width: 204px;
	margin-left: 10px;
	overflow: hidden;
}
p.crumbpath {
	padding-bottom: 15px;
	clear: both;
}

input, textarea {
	border: 1px solid #cfcfcf;
}

/* -------------------------------------------- */
/* FORM QUOTES                                  */

.quotestyle {
	display: block;
	border: 1px solid #B7B7B7;
	padding: 10px 10px 10px 20px;
	background-color: #F3F3F3;
}
.quotestyle:first-line  {
	font-weight: bold;
	line-height: 15px;
}
