@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B2B2B;
}
body {
	background-color: #E3F4F5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {border:0; padding: 0; margin: 0}

#headerline {
	height: 12px;
	background-color: #E0A022;
}

#content {
	margin: 0 30px;
	border-top: 1px solid #EB7C18;
	padding: 25px 10px;
}
a {
   outline: 0!important;
}
a:link {
	color: #E0A022;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E0A022;
}
a:hover {
	text-decoration: underline;
	color: #E0A022;
}
a:active {
	text-decoration: none;
	color: #E0A022;
}
.sidebar {
	padding-bottom: 50px;
	background-color: #007783;
}
#navdeco { background: #186571 url(../images/navlines.gif) repeat-x top; }
#content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #007783;
	margin: 0px;
	padding: 0px;
}
#content h2 {
	font-size: 12px;
	color: #007783;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content p {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	line-height: 150%;
}
#sidebarcontent {
	background: #FFFFFF url(../images/hl_nieuws.gif) no-repeat center top;
	height: 300px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 45px;
}
#sidebarcontent h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #007783;
}
#sidebarcontent p {
	margin: 0px;
	padding: 0px 0px 2px 0;
}

#sidebarcontent * {font-size: 11px !important}
#sidebarcontent .newsentry { padding-bottom: 20px; }

#nav {padding-top: 2px;}
#nav ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav li
{ margin: 0; padding: 0}

#nav li a
{ width: 159px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin-right: 13px;
	margin-left: 13px;
	margin-bottom: 2px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #4DA0A8;
}
#nav li ul li a {
	width: 149px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin-right: 13px;
	margin-left: 23px;
	margin-bottom: 2px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #4DA0A8;
}
#nav a.active {
	color: #E0A022;
	background-color: #2E9099;
}

#nav a:hover {
	color: #000000;
	background: #E0A022;
}
#nav .active:hover {
	background: #2E9099;
	color: #E0A022;
}


div.decoimg {height: 115px}
em { font-style: oblique; }

strong { font-weight: bold; }
ul {
	margin: 0px;
	line-height: 150%;
}
.plaatje {
	padding: 10px;
	text-align: center;
	margin-bottom: 16px;
}
.rechts {
	width: 250px;
	float: right;
	margin-left: 8px
}
#content .plaatje p {
	font: oblique 12px Georgia, "Times New Roman", Times, serif;
	color: #007783;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}
#content .plaatje img {
	margin-bottom: 5px;
	border: 1px solid #007783;
}
#content blockquote {
	color: #000000;
	background-color: #E2EDEE;
	margin: 0;
	padding: 10px;
	line-height: 150%;
}
#content #submit {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #007783;
	margin: 0px;
	padding: 0px;
	border: 4px solid #007783;
}
#content #resetten {
	border-style: none;
	font-weight: normal;
	padding: 2px;
	margin: 2px;
	color: #666666;
	background-color: #fff;
}
#content table.bestellen { border: 1px solid #CCE4E6; }
.ordernow {
	font-size: 16px;
	background: #DEE3DF;
	padding: 3px;
	
}
.ordernow a {color: #00515A !important;
	text-decoration: underline !important;}


	

.button, .button:visited {
	background: #222 url(../images/overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff!important; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-weight: bold
}
 
	.button:hover							{ background-color: #111; color: #fff; }
	.button:active							{ top: 1px; }
	.small.button, .small.button:visited 			{ font-size: 11px}
	.button, .button:visited,
	
												  
	.large.button, .large.button:visited 			{ font-size: 14px; 
													  padding: 8px 14px 9px; }
													  
	
	.orange.button, .orange.button:visited		{ background-color: #ff5c00; }
	.orange.button:hover						{ background-color: #d45500; }
	
	small {font-size: 11px; color: #666}
