
/* _________________________________________________

320 and Up boilerplate extension
Andy Clarke http://about.me/malarkey
Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

1 ROOT
2 HEADINGS
3 TYPOGRAPHY
4 LINKS
5 FIGURES & IMAGES
6 TABLES
7 FORMS
8 BANNER
9 NAVIGATION
10 CONTENT
11 MAIN
12 COMPLEMENTARY
13 CONTENTINFO
14 GLOBAL OBJECTS
15 VENDOR-SPECIFIC 
16 MODERNIZR
17 TEMPLATE SPECIFICS

COLOURS 

*/
* {
	margin: 0;
}

html, body {
	height: 100%;
	background-color: #FFF;
}

.realbody {
	min-height: 100%;
	margin-bottom: -60px;
}

.realbody:after {
	content: "";
	display: block;
}
.footerwr, .realbody:after {
	height: 60px;
}

.footerwr {
	background: orange;
}

.footerwr{
	margin: 0 auto;
	background-color: #F1F1F1;
}

.footerwr p{
	padding-top: 20px;
	font-size: 12px;
	text-align: center;
}

.footerwr a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #00cccc;
}

.footerwr a:hover, .footerwr a:focus{
	border-bottom: 1px solid #000000;
}

.gt992{
	display: inline;
}

.content{
	clear: both;
}

img.right {
    float: right;
	border: 1px solid #555;
	margin: 0 10px;
	padding: 10px;
}

img.left {
    float: left;
	border: 1px solid #555;
	margin: 0 10px;
	padding: 10px;
}

ol.word {
	list-style-position: inside;
	opacity: 1;
	border: 1px solid #d0d0d0;
	margin-left: 0px;
	padding: 10px 5px 10px 0px;
	background: #dfdfdf;
}

ol.word li {
	padding-left: 20px !important;
}

ol.word:before {
    content: url("http://www.anysurfer.be/frontend/themes/320boilerplate/core/layout/images/word_icon.png");
    margin: -30px 0 0 630px;
    position: absolute;
}

.bodywrapper{
	width: 990px;
  	margin: 0 auto;
}

#topnavwrapper{
	background: #e4e3e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #e4e3e4 0%, #e4e3e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e3e4), color-stop(100%,#e4e3e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e4e3e4 0%,#e4e3e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e4e3e4 0%,#e4e3e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e4e3e4 0%,#e4e3e4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e4e3e4 0%,#e4e3e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3e4', endColorstr='#e4e3e4',GradientType=0 ); /* IE6-9 */
	
}

#topnavcontent{
	width: 990px;
  	margin: 0 auto;	
	height: 29px;
}

#topnav ul{
	margin: 0;
}

#topnav{
	border-top: 3px solid #00cccc;	
	float: right;	
}

#topnav ul li{
	display: inline-block;	
	color: #FFF;
	list-style: none;
	font-size: 12px;
	float: left;
}

#topnav ul li a{
	float: left;
	color: #464646;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 8px;
}

#topnav #secondnav{
	float: right;
	color: #000;
}

#topnav #secondnav ul{
	margin: 0;
	padding: 0;
	margin: 0;
}

#topnav #secondnav li a:hover, #topnav #secondnav .selected a{
	background-color: #A4FFFF;
	color: #282828;	
}

#topnav #secondnav  li a:focus{
	background-color: #A4FFFF;
	color: #282828;
}

#languagenav{
  float: left;
}

#languagenav abbr{
  border: 0px;
}

#languagenav ul li{
	color: #000;
	float: left;
	list-style-type: circle;
}

#languagenav ul li a{
  float: left;
  color: #464646;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 8px;
}

#topnav #languagenav .selected{
  background-color: #d0d0d0;
  float: left;
  color: #464646;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 8px;
}

#languagenav li a:hover{
	background-color: #A4FFFF;	
}

#languagenav li a:focus{
	background-color: #A4FFFF;
	color: #282828;
}

#languagenav a{
	color: #282828;
	text-transform: uppercase;
}

#logowrapper{	
	background-color: #FFF;
	height: 70px;
	padding: 35px 0;
}

#logonl, #logofr, #logoen{
	float: left;
	padding-left: 25px;
	margin: 0;
}

#logonl a{
	display: block;
	width: 307px;
	height: 70px;
	background-image: url("../images/h/logo_baseline_nl_307x70.png");
}

#logofr a{
	display: block;
	width: 307px;
	height: 70px;
	background-image: url("../images/h/logo_baseline_fr_307x70.png");
}

#logoen a{
	display: block;
	width: 314px;
	height: 70px;
	background-image: url("../images/h/logo_baseline_en_314x70.png");
}

#logonl a:focus, #logofr a:focus, #logoen a:focus, #logonl h1 a:focus, #logofr h1 a:focus, #logoen h1 a:focus{
	outline-color: #000;
	outline-style: solid;
}

#searchwdidget{
	float: right;
	margin: 40px 0 0 0;
	font-size: 12px;
}

#searchwdidget input.inputSubmit{
	width: 80px;
}

#mainnav{
	margin-bottom: 15px;
	clear: both;
}

#mainnav ul{
	border-top: 3px solid #00cccc;	
	height: 30px;
	margin: 0px;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#dedede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#dedede 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#dedede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
}

#mainnav li{
	float: left;
	list-style: none;
	margin: 0;
	height: 30px;
}

#mainnav li a{
	float: left;	
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	padding: 9px 21px 8px 22px;
	font-family: sans-serif;
}

.nl ul{
	padding-left: 65px;	
}

.fr ul{
	padding-left: 55px;	
}

/* selected state */
#mainnav li.selected a{
	background-color: #00cccc;	
}

/* hover state */
#mainnav li a:hover, #mainnav li a:focus{
	color: #003F3F;	
	background-color: #A4FFFF;
}

.breadcrumb{
	margin: 0px 0px 20px 2px;
}

.breadcrumb p{
	font-size: 12px;
}

.breadcrumb a{
	margin: 0 4px;
}

#homesections section{
	float: left;
	width: 435px;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 20px 30px;
}

#homesections section h2{
	margin: 5px 0 15px 0;
}

  /* Gijs 03/05/2012 */
#defaultsections .firstsection{
	background-color: #fff;
	margin: 20px 10px 20px 0;
	padding: 15px 30px;
	float: right;
	width: 700px;
}

#homesections section div a, #homesections section div a:focus{
	text-decoration: none;
	border: 0px;
}

#homesections #widgetTestimonials{
	height: 240px; !important
}

#homesections #widgetTrainings{
	height: 260px; !important
}

#widgetTestimonials blockquote{
	background-color: #FFF;
	background-image: none;
	display: block;
	float: none;
	width: 390px;
	height: 80px;
	padding: 33px 25px;
	margin: 0px;
}

.widgettestimonialsintroduction p{
	font-style: italic;
	padding: 10px 20px;
	background-image: url("../images/quote_bg.png");
	width: 390px;
	height: 80px;
}

#widgetLabeled .block{
	width: 450px;
	float: left; 
	margin-top: 10px;
}

#widgetLabeled div a span{
	float: left;
	width: 320px;
}

#widgetLabeled .img{
	width: 120px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

#homesections #widgetLabeled,#homesections  #widgetCertified{
	height: 260px;
}

#defaultsectionsnomenu .firstsection{
	background-color: #fff;
	margin: 20px 10px 20px 10px;
	padding: 20px;
}

#defaultsections section li{
	padding: 3px;
}

#subnav {
	float: left;
	border-left: 3px solid #00cccc;
	width: 210px;
	margin: 70px 0 20px 0;
}

#subnav ul{
	text-align: left;
	width: 210px;
	margin: 0;
	padding: 0;
}

#subnav li{
	list-style: none;
}

#subnav li a{
	margin: 0;
	padding: 7px 0 7px 10px;
	display: block;
	border: 0px;
	line-height: 17px;
}

#subnav li a:focus{
	color: #000;
}

/* normal state */

/* hover and focus state */
#subnav li.selected a{
	background-color: #D0D0D0;	
}

/* hover and focus state */
#subnav li a:hover, #subnav li a:focus{
	background-color: #A4FFFF;
}

/* NESTED */
#subnav li ul{
	background-color: #DFDFDF;
}

#subnav li ul li a, #subnav .selected ul a{
	padding: 7px 25px;
	background-color: transparent;
	border-bottom: 0px;
}

/* nested selected */
#subnav li ul li.selected a{
	background-color: #C2C2C2;
}

/* nested hover and focus state */
#subnav li ul li a:hover, #subnav li ul li a:focus{
	background-color: #A4FFFF;
}


#subnav li ul li.selected a{
	border-bottom: 1px solid #999;
	background-position: right center;
	background-repeat: no-repeat;
}

/* NESTED NESTED */
#subnav .selected ul .selected ul a{
	margin-left: 40px;
	padding-left: 0px;
	text-decoration: none;
	color: #000;
	background-image: none;
}

#subnav .selected ul .selected ul li a{
	background-color: transparent;
}

#subnav .selected ul .selected ul .selected, #subnav .selected ul .selected ul li:hover, #subnav .selected ul .selected ul li:focus{
	background-color: #A4FFFF;
	color: #000;
}

#subnav .selected ul .selected ul .selected a, #subnav .selected ul .selected ul li:hover a, #subnav .selected ul .selected ul li a:focus{
	color: #000;
	border-bottom: 1px solid #000;
}

#subnav .selected ul .selected ul .selected{
	background-image: url("../images/nested_nested_selected.png");
	background-position: left center;
	background-repeat: no-repeat;
}

#subnav .selected ul .selected ul .selected a{
	color: #000;	
	border-bottom: 1px solid #000;
}

#skiplinkwrapper{
	float: left;
	width: 140px;
}

#skiplink:focus {
    position: static;
    left: auto;
    float: left;
    font-size: 14px;
    text-decoration: none;
    background-color: #000;
    color: #FFF;
    padding: 4px 7px 6px 7px;
    border-radius: 5px;
}

/*
 * HEADINGS Gijs 03/05/2012
*/
 #defaultsections h1 {
	color: #333;	
  	line-height: 1.3;
}

#defaultsections h2 {
	color: #333;
}

#defaultsections h3 {
	color: #444;
  	line-height: 1.3;
}

#defaultsections h4 {
  color: #555;	
  margin-bottom: 0.25em;
}

#defaultsections li, #homesections li, #defaultsectionsnomenu li{
  line-height: 1.5em;
  padding: 3px;	
}
#blogRecentCommentsWidget h3 {
  padding-left: 5px;	
}
.content a, .content a:visited {
  color: #282828;
	text-decoration: none;
	border: 0px;
	border-bottom: 1px solid #00cccc;
}
.content a:hover {
  color: #000;	
	border-bottom: 1px solid #000;	
}
.content a:focus {
	color: #FFF;	
	background-color: #00cccc;	
	border-bottom: 1px solid #000;
}
.content a:hover, a:active {
  outline: 0;
}
.content a img{
	border: 0px;
	text-decoration: none;
}

blockquote{
	font-style: italic;	
	padding: 10px 20px;
	background-image: url("../images/testimonial_even.png");	
	width: 390px;
	background-position: top right;
	background-repeat: no-repeat;	
	background-color: #f1f1f1;	
	margin-left: 110px;
}

blockquote p{
	font-style: italic;	
}

.taal{
	margin-left: 20px;
	width: 450px;
}

/*
 * FORMS
*/
label{
	padding: 4px 0;
}

form li{
	list-style: none;
}

.inputList p{
	margin-bottom: 8px;
}

.content label{
	display: block;
	padding-left: 2px;
}

input.inputText, input.inputPassword, input.inputSearch, input.inputDate, input.inputSubmit {
    width: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #888;
	padding: 5px;
	font-size: 12px;
	
}

input.inputTextError{
	border: 1px solid #d00c00;
}

.errorArea input, .errorArea textarea{
	border: 1px solid #d00c00;
}

.content .message{
	padding: 12px 12px 12px 12px;
	border: 1px solid #D0D0D0;
	margin-bottom: 10px;
	color: #000;
	background-color: #e4e3e4;
	
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

.content .success{
	background: url("http://anysurfer.be/frontend/themes/320boilerplate/core/layout/images/pre_ok.png") #e4e3e4 no-repeat right center;
}


.content .error{
	background: url("http://anysurfer.be/frontend/themes/320boilerplate/core/layout/images/pre_nok.png") #e4e3e4 no-repeat right center;
	
}

.content .error p, .content .success p{
	padding: 0;
	margin: 0;
}

.formError{
	display: block;
	font-style: italic;
	margin: 2px 0 0 0px;
	color: #d00c00;
}

.content .errorArea label, .content .errorArea p{
	color: #d00c00;
	font-weight: bold;
}

form abbr{
	margin-left: 2px;	
}

textarea {
	width: 439px;	
	height: 213px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #888;
	padding:5px;	
}

.content input:focus, .content textarea:focus, #qWidget:focus {
	border:1px solid #00CCCC;
	background-color: #FCFCFC;
}

input.inputSubmit {
	font-weight: bold;
	color: #FFF;
	min-width: 75px;
    background: #009292; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cccc', endColorstr='#009292'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#00cccc), to(#009292)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #00cccc,  #009292); /* for firefox 3.6+ */	
	background: -o-linear-gradient(top,  #00cccc 0%,#009292 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00cccc 0%,#009292 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00cccc 0%,#009292 100%); /* W3C */	
}

input.inputSubmit:hover, input.inputSubmit:focus {
    background: #009292; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009292', endColorstr='#00cccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#009292), to(#00cccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #009292,  #00cccc); /* for firefox 3.6+ */	
	background: -o-linear-gradient(top,  #009292 0%,#00cccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009292 0%,#00cccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009292 0%,#00cccc 100%); /* W3C */	
}

form#search .inputText{
	width: 100px;
}

#contentwrapper form#search .inputText{
	width: 250px;
}

.homemailchimp{
	width: 400px;
}

.homemailchimp form{
	margin-top: 25px;
}

.homemailchimp label{
	position: absolute;
}

.homemailchimp .inputText{
	width: 175px;
	margin-left: 120px;
}

.homemailchimp .inputSubmit{
	margin-left: 120px;
}

/*
	TESTIMONIALS
*/
#testimonialsoverview blockquote{
	margin: 30px 20px;
	border: 1px solid #FFF;
	background-image: none;
	background-color: transparent;
	width: auto;
}

#testimonialsoverview h2{
	position: absolute;
	margin: 0;
	padding: 0;
}

#testimonialsoverview h2 a{
	border: 0px;
}

#testimonialsoverview h2 img{
	margin: 0;
	padding: 0;
	border: 2px solid #d7d8d3;
}

#testimonialsoverview .testimonialsintro{
	width: 450px;
	height: 85px;
	padding: 15px 30px 30px 30px;
	margin: 24px 0 0 110px;
	background-image: url("../images/testimonial_odd.png");
	background-position: top right;
	background-repeat: no-repeat;
}

#testimonialsoverview .testimonialsintro p{
	font-style: italic;
	font-size: 14px;
}

#testimonialsoverview .odd{
	background-image: url("../images/testimonial_even.png");
	background-color: #f1f1f1;
}

#testimonialsoverview blockquote .testimonialslink{
	margin: 10px 0 5px 125px;
	font-style: normal;
}

/*
	CHECKLIST
*/
#checlistul{
	margin: 0 25px; 
	padding: 0; 
	list-style: none;
}

#checlistul a{
	border: 0px;
}

.checlistheading{
	background-color: #666666;
	padding: 7px 10px 5px 10px;
	color: #FFF;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.checlistheading{
	display: block;
	background-color: #666666;
	padding: 7px 10px 5px 10px;
	color: #FFF;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*
	PAGINATION
*/
.pagination {
	margin-top: 20px;
}

.pagination li {
	float: left;
	margin-right: 4px;
	font-size: 12px;
	list-style: none;
}

.pagination ul{
	width: 600px;
	margin: 0 0 0 20px;
}

.pagination ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pagination li a:link,
.pagination li a:visited,
.pagination li span {
	float: left;
	display: block;
	padding: 5px 8px;
	background: #FFF;
	background: rgba(255,255,255,0.25);
	text-align: center;
	color: #3A3A3A;
	display: block;
	background: #DDD;
	border: 1px solid #BFBFBF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
	border-color: #888;
	background: #F09C1B;
}

.pagination li span {
	background: none;
	border-color: transparent;
	color: #666;
}

.pagination li.currentPage span{
	/* @inc .navButtonSelected */
	background: #00CCCC;
	color: #000;
	font-weight: bold;
	padding: 4px 8px 3px 8px;
}

.pagination li.previousPage *,
.pagination li.nextPage * {
	padding-left: 6px;
	padding-right: 6px;
}

.pagination li a {
	font-size: 12px;
}

/* BENCHMARK */
.benchmarknavigation ul{
	width: 650px;
	margin: 0px 0 25px 0;
	padding: 5px 0;
	height: 23px;
    background: #F1F1F1; /* for non-css3 browsers */    
	background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#DFDFDF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #F1F1F1,  #DFDFDF); /* for firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#DFDFDF'); /* for IE */
	background: -o-linear-gradient(top,  #F1F1F1 0%,#DFDFDF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #F1F1F1 0%,#DFDFDF 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #F1F1F1 0%,#DFDFDF 100%); /* W3C */
}

.benchmarknavigation ul li{
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0;
	float: left;
}

.benchmarknavigation ul li a{	
	border: 0px;
}

.benchmarknavigation ul .prev a{
	border: 0px;	
	background-image: url("../images/benchmark_prev.png");	
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 25px;
}

.benchmarknavigation ul .prev a:hover, .benchmarknavigation ul .prev a:focus{
	background-image: url("../images/benchmark_prev_inv.png");
}

.benchmarknavigation ul .main a{
	border: 0px;	
	padding: 5px 0 5px 0;
}

.benchmarknavigation ul .next a{
	border: 0px;	
	background-image: url("../images/benchmark_next.png");	
	background-repeat: no-repeat;
	background-position: right center;
	padding: 5px 25px 5px 5px;
}

.benchmarknavigation ul .next a:hover, .benchmarknavigation ul .next a:focus{
	background-image: url("../images/benchmark_next_inv.png");	
}

.benchmarknavigation ul li a:focus, .benchmarknavigation ul li a:hover{
	border: 0px;
	background-color: #00CCCC;
}

#benchleft{
	float: left; 
	width: 650px;
}

.pre_ok_page:before{
	content: url("../images/pre_ok.png");
	position: absolute;
	margin: -30px 0 0 620px;	
}

.pre_ok:before{
	content: url("../images/pre_ok.png");
	position: absolute;
	margin: -30px 0 0 570px;	
}

.pre_nok_page:before{	
	content: url("../images/pre_nok.png");
	position: absolute;
	margin: -30px 0 0 620px;
}

.pre_nok:before{	
	content: url("../images/pre_nok.png");
	position: absolute;
	margin: -30px 0 0 570px;
}

pre{
    background: none repeat scroll 0 0 #F5F2F0;
	padding: 15px 20px;
	margin: 30px 0 20px 0;
}

#benchleft .screenshot{
	background-image: url("../images/screenshot.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}

#benchleft .testityourself{
	background-image: url("../images/testityourself.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}

#benchright{
	float: right;
	width: 275px;
}

#benchright p{
	padding: 0 0 0 33px;
}

#benchright ul{
	margin-right: 10px;
}

#benchright h3{
	border-right: 3px solid #00CCCC;
	padding: 5px 10px 5px 33px;
    background: #F1F1F1; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#DFDFDF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#DFDFDF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #F1F1F1,  #DFDFDF); /* for firefox 3.6+ */
	background: -o-linear-gradient(top,  #F1F1F1 0%,#DFDFDF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #F1F1F1 0%,#DFDFDF 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #F1F1F1 0%,#DFDFDF 100%); /* W3C */
}

/* CONTACT */
.contactleft{
	float: left;
	width: 400px;
}

.contactright{
	float: right;
	width: 400px;
}

.contactmap{
	clear: both;
}

/* QUICKSCAN */
#quickscan img{
	padding: 5px;
	border: 1px solid #555;
}

/* FORKTABLE */
#forktable{
	border-bottom: 2px solid #00CCCC;
}

#forktable caption{
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 3px solid #00CCCC;
	padding: 10px 0;
}

#forktable a{
	border: 0px;
}

#forktable th{
	text-transform: uppercase;
	border-bottom: 2px solid #00CCCC;
	text-align: left;
}

#forktable th{
	padding-left: 25px;
	padding-right: 10px;
}

#forktable th a{
	font-weight: bold;
	color: #333;
}

#forktable tbody tr{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;	
}

#forktable tbody tr:nth-child(odd){
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 3px solid #EFEFEF;
	border-right: 3px solid #EFEFEF;	
	background-color: #EFEFEF;
}

#forktable tbody tr:hover{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 3px solid #00CCCC;
	border-right: 3px solid #00CCCC;
	background-color: #D0D0D0;
	color: #282828;
}

#forktable tr:hover a, #forktable tr:hover td{
	color: #282828;
}

#forktable tbody tr a{
	padding: 10px 10px 10px 25px;
	display: block;
	width: 450px;
}

#forktable tbody tr a{
	background-image: url("../images/tr_left.png");
	background-position: left center;
	background-repeat: no-repeat;
}

#forktable tbody tr a:focus{
	background-image: url("../images/tr_left_hover.png");
}

#forktable tbody tr td{
	padding: 0;
}

.tableleft td{
	text-align: left;
}

.tableleft .date{
	text-align: center;
}

/* SITEMAP  */
.sitemapparentli{
	
}

