@charset "utf-8";

/*DEFINITIONS
color:505050:Kleur van de letters;
background:850510:Achtergrondkleur;
background-left:f50a0a:Achtergrondkleur linkerkolom;
menuvlak:f50a0a:Achtergrondkleur van het menu;
border-left-menu:f50a0a:Kleur blok voor menuitem;
border-menu:FFFFFF:Kleur scheidingslijn menuitems;
menuletter:FFFFFF:Letterkleur van het menu;
background-right:FFFFFF:Achtergrondkleur rechterkolom;
kop1:00708F:Letterkleur van de titels;
linkkleur:00abdc:Kleur van de hyperlinks;
adresgegevens:FFFFFF:Kleur voor de adresgegevens;
background-footer:f50a0a:Achtergrondkleur footer;
color-footer:FFFFFF:Letterkleur footer;
DEFINITIONS*/


html, body, h1, h2, h3, h4, h5, h6, p, em, strong, abbr, acronym, blockquote, q, cite, ins, del, dfn, a, div, span, pre, hr, address, br, b, i, sub, sup, big, small, tt, table, tr, caption, thead, tbody, tfoot, col, colgroup, form, label, button, fieldset, legend, optiongroup, ul, ol, li, dl, dt, dd, code, var, kdb, samp, img, object, param, map, area, bdo, iframe, input, select, textarea {
	padding:0;
	margin:0;
}
body {
	font:normal 62.5% Arial, Helvetica, sans-serif;
	background:#850510;
	color:#505050;
	padding:20px 0;
}
ul {
	list-style-type:none;
}
a {
	text-decoration:underline;
	color:#00abdc;
	outline:none;
}
a:hover {
	text-decoration:none;
}
img {
	vertical-align:middle;
	border:none;
}
.flo:after {/*fix for IE in styles-ie.css*/
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height:0;
}
.clearBoth {
	clear:both;
}
:-moz-any-link:focus, {
 outline: none;
}
/*---------------------------
	Form elements
---------------------------*/
.check, .radio {
	font:normal 1.1em/1.64em Tahoma, Arial, sans-serif;
}
.radio input, .check input {/*fix for IE in styles-ie.css*/
	vertical-align:middle;
}
.lineLabel {
	font:normal 1em/1.64em Tahoma, Arial, sans-serif;
	zoom:1;
	vertical-align:middle;
}
.textField {/*fix for IE in styles-ie.css*/
	font:normal 1.4em/1.3em Tahoma, Arial, sans-serif;
	color:#5B5B5B;
	border:1px solid #a4a8aa;
	vertical-align:top;
	background:#f3f3f3;
	height:1.5em;
	vertical-align:middle;
	padding:0 4px;
}
html*.textField {
	height:1.43em;
}
.select {
	font:normal 1.4em/1.3em Tahoma, Arial, sans-serif;
	background:#f3f3f3;
	color:#5B5B5B;
	border:1px solid #a4a8aa;
	vertical-align:top;
	height:1.64em;
	vertical-align:middle;
}
.textArea {/*fix for IE in styles-ie.css*/
	font:normal 1.2em/1.3em Tahoma, Arial, sans-serif;
	color:#5B5B5B;
	border:1px solid #a4a8aa;
	vertical-align:top;
	background:#f3f3f3;
	vertical-align:middle;
	padding:1px 4px;
	overflow:auto;
}
.fileUpload {
	border:1px solid #a4a8aa !important;
	background:#f3f3f3 !important;
}
.select:focus, .textField:focus, .textArea:focus, .select.focus, .textField.focus, .textArea.focus {
	border:1px solid #ff8c1f;
}
.button {
	font:11px/22px Arial, Helvetica, sans-serif;
	padding:0 5px;
	color:#FFF;
	font-weight:bold;
	background-color:#00abdc;
	border:none;
	height:22px;
	cursor:pointer;
}
.buttonH {
	background:#7fd5ed;
}
/*---------------------------
	Form elments sizes
---------------------------*/

/*---------------------------
	Layout
---------------------------*/
.container {
	width:940px;
	margin:0 auto;
	margin-bottom:9px;
	background: #f50a0a;
}
.logo {
	background: #850510;
	border-bottom: 8px solid #850510;
}
.contentArea {
	border-left: 5px solid #850510;
	margin-left: 220px;
	background:#FFFFFF;
}
.leftCol {
	float:left;
	margin-left: -224px;
	left: -1px;
	position:relative;
	width:220px;
	padding-bottom: 220px;
}
.rightCol {
	width:688px;
	float:right;
	padding:10px 15px 10px 10px;
}
.mainNav {
	background:#f50a0a;
	font-size:1.1em;
	line-height:1.36em;
	border-bottom:8px solid #850510;
}
.mainNav li {
	background:#f50a0a;
	position: relative;
	width: 220px;
	float: left;
	border-bottom:1px solid #FFFFFF;
}
.mainNav li ul {
	position: absolute;
	left:100%; /* Set 1px less than menu width */
	top: 0;
	display: none;
	border-left: 1px solid #FFFFFF;
}
.mainNav li a {
	display:block;
	border-left:15px solid #f50a0a;
	padding:6px 13px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
.mainNav li a:hover {
	text-decoration:underline;
}
.newsBrief {
	background:url(/images/templates/template7/dot1.gif) repeat-x left bottom;
	padding-bottom:20px;
	padding-right:6px;
	padding:22px 25px 23px 29px;
	border-bottom:8px solid #242424;
}
.newsBrief h1 {
	font-size:1.8em;
	line-height:1.2em;
	color:#FFFFFF;
	padding-bottom:7px;
}
.newsBrief .txt {
	width:156px;
	padding:3px 5px;
	font:1.1em/1.2em Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #00708f;
	background:#fff;
	margin-bottom:16px;
}
.homeText {
	padding-bottom:12px;
}
.homeText .pic {
	float:left;
	margin-right:8px;
}
.textContent {
	font-size:1.2em;
	line-height:1.5em;
	color:##383838;
}
.textContent h1 {
	font-size:1.67em;
	line-height:1.2em;
	font-weight:normal;
	color:#00708F;
	background:url(/images/templates/template7/dot1.gif) repeat-x left bottom;
	margin-top:5px;
	margin-bottom:7px;
}
.textContent p {
	margin-bottom:15px;
}
.textContent .btn-1 {
	float:left;
	background:#00abdc;
	padding:2px 12px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:0.92em;
	line-height:1.64em;
	margin-top:-10px;
}
.news {
	float:left;
	background:#e5f6fb;
	padding:0 20px 13px 23px;
	width:207px;
}
.news h1 {
	font-size:3em;
	line-height:1.2em;
	font-weight:normal;
	padding-top:8px;
	color:#00708F;
	padding-left:48px;
	padding-bottom:9px;
	background:url(/images/templates/template7/hdr-news.gif) no-repeat;
}
.news dl {
	margin-bottom:14px;
}
.news dt, .newsDate {
	font-size:1.2em;
	line-height:1.5em;
	color:#000;
	font-weight:bold;
}
.news dd {
	font-size:1.2em;
	line-height:1.5em;
}
.news p {
	margin-bottom:3px;
}
.news .btn-1, .news a.more {
	float:left;
	background:#00abdc;
	padding:2px 12px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.64em;
	margin-top:-3px;
}
.btn-1:hover {
	background:#7fd5ed;
}
.products {
	width:430px;
	float:right;
	font-size:1.2em;
	line-height:1.5em;
}
.products .first {
	background:#e5f6fb;
	margin-bottom:21px;
	padding:7px 7px 10px 7px;
}
.products .second {
	background:#e5f6fb;
	padding:7px 7px 10px 7px;
}
.products .pic{
	float:left;
	padding-right:18px;
}
.products h1{
	font-size:1.67em;
	line-height:1.2em;
	font-weight:normal;
	color:#00708F;
	background:url(/images/templates/template7/dot1.gif) repeat-x left bottom;
	margin-top:5px;
	margin-bottom:7px;
}
.products p{
	padding-bottom:19px;
}
.footer {
	padding:8px 10px 8px 260px;
	background:#f50a0a;
	font-size:1.1em;
	line-height:1.27em;
	color:#FFFFFF;
	width:670px;
	margin:0 auto;
	position:relative;
}
.footer .sep {
	padding:0 7px;
}
.contactInfo {
	position:absolute;
	bottom: 50px;
	left: 0px;
	font-size:1.15em;
	line-height:1.5em;
	color:#FFFFFF;
	padding:0px 0px 0px 31px;
	width: 183px;
	overflow-x:hidden;
}
