/*

donker paars: #2d002e
licht paars: #512452
tekst: #431644

*/

* { margin: 0px; padding: 0px; outline-style: none; }

html, body {
height: 100%;
  background-color: #181919;
  padding: 0px;
  margin: 0px;
}

#spacer {
    width: 100%;
    background-color: #6a6a6a;
    height: 50%;
    margin: 0px 0px -264px 0px;
} 

#site {
	position: relative;
	margin: 0px; 
    height: 528px;
	width: 100%;
	padding: 0px;
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #2C2B2C;
    overflow: hidden;
    background: url(pics/back.gif) top left repeat-x; 
}

/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#header_container {
  width: 100%;
  height: 80px;
  margin: 0px auto;    
}

#header {
	width: 990px;
	height: 80px;
  margin: 0px auto;
}

#header .logo{
	float: left;
  width: 154px;
  height: 80px;
}

#header .logo a img {
  float: left;
  width: 154px;
  height: 80px;
	border: none;
}

/* ------------------------------------------------------------------------- Navigation */ 
#navigation_container{
	position: relative;
	float: right;
  width: 836px;
  height: 80px; 
}

#navigation{
  width: auto;
}

#navigation ul {
	float: right;
	width: auto;
	margin: 0px 20px 0px 15px;
	list-style-type: none;
 	display: inline;
}

#navigation ul li{
	float: left;
  width: auto;
	margin: 34px 10px 0px 0px;
}

#navigation li a:link, #navigation li a:visited {
	float: left;
	width: auto;
	color: white;
	text-decoration: none;
  font-size: 18px;
  line-height: 46px;
  padding: 0px 6px;
}

#navigation li a:hover, #navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover {
	float: left;
	width: auto;
	color: #62a621;
	background-color: #FFFFFF;
}

#navigation li .rounded_corner {
	float: left;
  width: 10px;
  height: 46px;
  visibility: hidden;
}

#navigation li.current .rounded_corner {
  float: left;
  width: 10px;
  height: 46px;
  visibility: visible;
}

#navigation .rounded_corner.left {
	background: url(pics/nav_left_hover.png) left no-repeat;
}

#navigation .rounded_corner.right {
	background: url(pics/nav_right_hover.png) right no-repeat;
}

#navigation li.current .rounded_corner.left {
	background: url(pics/nav_left.png) left no-repeat;
}

#navigation li.current .rounded_corner.right {
	background: url(pics/nav_right.png) right no-repeat;
}

/* ------------------------------------------------------------------------- Content */ 

#content_container {
	width: 100%;
  min-height: 392px;
  height: auto !important;
  height: 392px;
}

#content_container .top {
	margin: 0px auto;
	padding: 0px;
  height: 7px;
	width: 990px;
	line-height: 0px;
	font-size: 0px;
	background: url(pics/content_top.png) top center no-repeat;
}


#content  {
  width: 990px;
  min-height: 392px;
  height: auto !important;
  height: 392px;
  margin: 0px auto;
  background-color: #FFFFFF;
}

#content.home {
  line-height: 0px;
  font-size: 0px;
  background: none;
}

#content #subnavigation {
	float: left;
	width: 154px;
    height: 390px; 
    overflow: hidden;
    position: relative;
}

#content #subnavigation .logos{
    position: absolute;
    bottom: 3px;
    left: 17px;
}

#content #subnavigation .logos img{
    margin: 0px 0px 0px 0px;
}

#content #subnavigation .logos img.last{
    margin: 21px 0px 0px 0px;
}

#content #subnavigation ul {
	margin: 41px 0px 0px 2px;
	list-style: none;
}

#content #subnavigation ul li {
	padding: 3px 0px;
	font-weight: bold;                                                                                             
	width: 100px;
	line-height: 18px;
}

#content #subnavigation ul li a:link, #content #subnavigation ul li a:visited {
	text-decoration: none;
	border: none;
}

#content #subnavigation ul li a:hover, #content #subnavigation ul li.current a:link, #content #subnavigation ul li.current a:visited, #content #subnavigation ul li.current a:hover {
	text-decoration: underline;
}

#content #content_sub {
	float: right;
	width: 836px;
	min-height: 390px;
	height: auto !important;
	height: 390px;
}

#content #content_sub p {
	margin-bottom: 9px;
}

#content #content_sub .column_left {
	float: left;
	width: 480px;
    margin-right: 11px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 10px;
	line-height: 18px;
	display: inline;
}

#content #content_sub .column_big{
    width: 821px;
        min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-top: 10px;
    position: relative;
}

#content #content_sub .column_big ul#merken li{
    list-style-type: none;
    float: left;
    margin: 2px;
    width: 155px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    line-height: 80px;
}

#content #content_sub .column_big ul#merken li img{
    margin: 0px;   
}

#content #content_sub .column_right {
    padding: 24px 0px 0px 0px;
	float: left;
	width: 340px;
    position:relative;
}

#content #content_sub .column_right .imageSlider{
    overflow:hidden;
    width:330px;
    float: left;
    height: 362px;
    position: relative;
}

#content #content_sub .column_right .imageSlider img{

}

#content #content_sub .column_big .no-scroll-container .block{
    width: 195px;
    float: left;
    margin: 0px 5px 0px 0px;
}
#content #content_sub .column_left .scroll-container{
    height: 230px;
    overflow: auto;
    margin-top: 3px;
    padding: 10px;
}

#content #content_sub .column_big .no-scroll-container{
    height: 335px;
    overflow: hidden;
    background-color: #E6F1DB;
    margin-top: 4px;
    padding: 10px;
    position: relative;
}

#content #content_sub .column_big .pagination{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 20px;
    text-align: right;
    color: #62a621;
    font-weight: bold;
    padding-right: 10px;
}

#content #content_sub .column_big .no-scroll-container .pagination .next{
    width: auto;
    float: right;
    margin-right: 5px;
}

#content #content_sub .column_big .no-scroll-container .pagination .prev{
    width: auto;
    float: left;
    margin-left: 10px;
}

#content #content_sub .column_big .pagination a:link, #content #content_sub .column_big .pagination a:visited{
    color: #62a621;
    font-weight: normal;
}

#content #content_sub .column_big .numbers .pagnr{
    width: 200px; 
    text-align: right;
    float: right;
}

#content #content_sub .column_left h1{
    margin-bottom: 5px;
    margin-left: 10px;
}

#content #content_sub .column_big h1{
    margin-bottom: 4px;
    margin-left: 10px;
}

#content #content_sub .column_big .scroll-container.big{
    height: 335px;
    overflow: auto;
    background-color: #E6F1DB;
    margin-top: 4px;
    padding: 10px;
}

#content #content_sub .column_left .image-bar ul li{
    list-style-type: none;
}

#content #content_sub .column_left .image-bar ul li img{
    width: 98px;
    height: 98px;
    margin: 0px;
    border: 1px solid #cccccc;
}

#content #content_sub .column_left .image-bar{
    height: 100px;
    overflow:hidden;
    width: 480px;
    margin-top: 3px;
}

ul#mycarousel{
   margin: 0px !important;
}

#content #content_sub .column_right a { width: 255px; overflow: hidden; }
#content #content_sub .column_right a img { float: left; }
a img, img a { border: none; }

h1, td h1 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #62a621;}
h2, td h2 {font: 17px arial, verdana, sans-serif; font-weight: bold; color: #62a621; margin-bottom: 7px;}
h3, td h3 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: #62a621; margin-bottom: 7px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #62a621; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #62a621; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #62a621; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: underline; color: #000 ;}
#content a:hover { color: #000; }

table {margin: 5px 0px;}
td {
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
    padding: 5px;
}

td a:link, td a:visited{
    color: #000;
}

#content img { margin: 10px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }

p { margin-bottom: 9px;}

#content ul { margin: 10px 0px 10px 0px; list-style-type: disc;}
#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 0px;}

#content_container .bottom {
	margin: 0px auto;
  height: 7px;
	width: 990px;
	line-height: 0px;
	font-size: 0px;
	background: url(pics/content_bottom.png) center no-repeat;
}

.file { min-height: 30px; height: auto !important; height: 30px; clear: left; } 
.file img { padding: 0px 5px; float: left; }
.file span.info { position: relative; top: 7px; }

/* ------------------------------------------------------------------------- Footer */ 
#footer_container {
	width: 100%;
}

#footer{
	width: 990px;
  height: 37px;
  margin: 0px auto;
  color: #717070;
  padding-top: 5px;
}

#footer img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

#footer img.vixia {
    width: auto;
    height: auto;
    float: left;
}

#footer .footer_left {
	float: left;
	width: 600px;
	height: 37px;
	padding-left: 17px;
    line-height: 37px;
}

#footer .footer_left .footer_text {
	float: left;
	width: auto;
	height: 37px;
    line-height: 37px;
}

#footer .footer_left .center{
    float: right;
    color: #62a621; 
}

#footer .footer_right {
	float: right;
	height: 37px;
	width: 320px;
	padding-right: 17px;
	text-align: right;
}

#footer .footer_right .footer_text {
	float: right;
	width: auto;
	height: 27px;
	padding-top: 10px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #fff;
}

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

#map{
    height: 317px;
    margin-top: 10px;
}

#copyright
{
    display: none !important;
}

#logocontrol
{
    left: 0px !important;
    bottom: -33px !important;
        
}

#logocontrol a:link, #logocontrol a:visited{
    border: none;
    text-decoration: none;
}

.googleCopyrightsTerms
{
    color: #fff;
    font-family: Arial,Sans-Serif;
    font-size: 11px;
    text-align: right;
    width: 410px;
    
}

.googleCopyrightsTerms a:link, .googleCopyrightsTerms a:visited{
    border: none;
    text-decoration: none;
    color: #fff;
}


#site_map{
    margin:0px auto;
    width: 600px;
    color: #fff;
}

input.routeFrom{
    border: 1px solid #000;
    font: 12px arial, verdana, sans-serif;
    padding: 2px;
    line-height: 16px;
    height: 15px;
    }

input.submit{
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-weight: normal;
    padding: 1px;
    line-height: 12px;
    font: 12px arial, verdana, sans-serif;
    cursor: pointer;
    
}

#directions td a:link, #directions td a:visited{
    color: #fff !important;
}



br.clear {
	height: 0px;
	font: 0px arial, verdana, sans-serif;
	line-height: 0px;
	clear: both;
}
