/* --------------------------------------------------------------

    layout.css
    * Sets up the framework of the site

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    main sections

-------------------------------------------------------------- */


html {
    background: #fff;
    color: #000;
    overflow-y: scroll;
    }
body {
    min-width: 974px;
    line-height: 1.7;
    font-family: 'Droid Sans', 'Myriad Pro', Verdana, Helvetica, Arial, sans-serif;
    padding: 0;
    }

body.body-small{
	font-size: 11px;
}

body.body-medium{
	font-size: 12px;
}

body.body-large{
	font-size: 13px;
}

body.body-small #fontsize {
    background: transparent url("../images/btn_textsize_1.png") no-repeat scroll 0 0;
}

body.body-medium #fontsize {
    background: transparent url("../images/btn_textsize_2.png") no-repeat scroll 0 0;
}

body.body-large #fontsize {
    background: transparent url("../images/btn_textsize_3.png") no-repeat scroll 0 0;
}

#header {
    background: url(../images/bg_blue_shadow_inset.png) repeat-x;
    height: 337px;
    position: relative;
}   


.inner-block {
    position: relative;
    margin: 0 auto;
    width: 974px;
    text-align: left;
    }

#container {
    position: relative;
    background: #fff;
    overflow: hidden;
    }

#content {
    }

#content h1 {letter-spacing: -1px;}

.csc-firstHeader {line-height: 1.2em}

#contentwrap {
    background: url(../images/bg_content-2.png) left bottom repeat-x;
    padding-bottom: 80px;  
}

#article-sidebar-wrapper {
    float: right;
    width: 822px;
    }

#article {
    float: left;
    width: 424px;
    overflow: hidden;
    }

#sidebar {
    float: right;
    width: 310px;
    margin: 0;
    background: url(../images/bg_sidebar.png) right top no-repeat;
    }

#sidebar h1 {
	line-height: 2.5em;
	
}

#nav {
    float: left;
    padding-left: 1px;
    width: 151px;
    overflow: hidden;
    }

#footer {
    border-top: 1px solid #ccc;
    background: url(../images/bg_footer.png) left bottom repeat-x;
    padding: 40px 0;
}


#legal {
    background: #003767 url(../images/bg_blue_shadow_inset.png) left top repeat-x;
    border-top: 1px solid white;
    height: 28px;
    padding-top: 10px;
    color: white;
}


/* --------------------------------------------------------------

    section details

-------------------------------------------------------------- */



.top-menu {
    padding: 10px 0 0 0;
    height: 28px;
	position: relative;
}

.top-menu a {
    color: white;
    margin-right: 20px;
}

#corporate-link{
	display:block;
	float: left;
}

#top-menu{
	display:block;
	float: right;
	margin-right: 90px;
}

#fontsize{
	display:block;
	width: 80px;
	position: absolute;
	top: 5px;
	right: 0px;
}

#main-menu {
    height: 55px;
}

#main-menu ul {
    text-align: right;
    position: relative;
    width: 100%;
    height: 55px;
    margin: 0;
    padding: 0;
}

#main-menu ul li { 
    display: inline-block;
    height: 51px;
    padding-left: 10px;
}

#main-menu ul li a {
    display: inline-block;
    padding-top: 13px;
    color: black;
}

#main-menu ul li#logo {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 240px;
    height: 31px;
    padding: 0;
    }

#main-menu ul li#logo a {padding: 0;}


#calltoaction-sticky {
    width: 260px;
    height: 220px;    
    position: absolute;
    right: 10px;
    top: 87px;
    background: url(../images/bg_sticky.png) center center no-repeat;
    font-family: 'Walter Turncoat';
    font-size: 12px; 
}

#calltoaction-sticky h1 {font-size: 22px;     color: #42596b; margin: 0.2em 0 0.5em 0em; text-align: center;}
#calltoaction-sticky h3 {font-size: 19px;     color: #42596b; margin: 1em 0 0em 1.7em; font-weight: normal;}
#calltoaction-sticky a {color: #42596b; text-decoration: none}
#calltoaction-sticky a:hover {color: black; text-shadow: 0 0 4px #42596b }
#calltoaction-sticky a.mail { padding-left: 20px; font-size: 16px;}

#banner {
	height: 205px;
	overflow: hidden;
}

#breadcrumbs {
    height: 41px; 
    padding-top: 10px;
    font-size: 11px;
    }

#carousel {
	position: relative;
}

.carroussel-item {
	position: relative;
	width: 650px;
	height: 300px;
}
.carroussel-item h1 {position: absolute;}

.carroussel-item .carroussel-item-description {
    width: 150px;
    position: absolute;
	top: 50px;
	padding-top: 10px;
	height: 240px;
	width: 200px;
	z-index: 20;
	background: rgba(255,255,255,0.5);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff)";
    
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff);
	}

.carroussel-item .carroussel-item-description p {
	color: #333;
	padding: 0 0 10px;
}

.caroussel-item a.button {
	margin: 0 auto;
}

.carroussel-item img {
	position: absolute;
	right: 0;
	top: 50px;
	}


#carouselnav{
	display: block;
	position: absolute;
	left: 570px;
	top: 10px;
	z-index: 500;
}
   
#carouselnav a.activeSlide {
    background: url("../images/btn_pager.png") left top no-repeat;
}

#carouselnav a {
    background: url("../images/btn_pager.png") left bottom no-repeat;
    display: block;
    float: left;
    height: 12px;
    margin-right: 5px;
    text-indent: -9999px;
    width: 16px;
}

a.button {
    display: block;
    position: relative;
    width: 150px;
    height: 30px;
    border-width: 1px;
    border-style:solid;
    border-color: #1e8fc4 #115983 #0a3a5e #115983;
    background: #1e8fc4 url(../images/bg_button.png) left bottom repeat-x;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none !important;
}

a.button:hover {
    text-decoration: none;    
    background: #1e8fc4; 
    -moz-box-shadow:0 0 5px #90C8E3;
   -webkit-box-shadow: 0 0 5px #90C8E3;
    box-shadow: 0 0 5px #90C8E3
    }

a.button span {
    position: absolute;
    top: 0;
    border-top: 1px solid #90C8E3;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0 -1px #0d384e;
    padding: 7px 0 0 0;
    width: 100%;
    }

a.button:hover span {
    text-shadow: 0 0 5px white;
    border-top: 1px solid #b3dff3;
}



#sidebar h1 {
    text-align: center;
	margin-bottom: 0;
}  

ol#specials {padding: 0; margin: 0px;  list-style: none;}
ol#specials li {min-height: 60px; border-bottom: 1px solid white;}
ol#specials li a {min-height: 50px; padding: 10px; color: #376696; display: block;}
ol#specials li a:hover {text-decoration: none; background: white; background: rgba(255,255,255,0.5); color: #294c6f}
ol#specials li a img {float: left; border: 1px solid #376696; margin-right: 10px;}
ol#specials li a span {letter-spacing:-0.5px}
ol#specials li a span.reis-titel {display: block; float: left;}
ol#specials li a span.reis-prijs {float: right; width: 15em; text-align: right}
ol#specials li a strong {font-size: 200%; letter-spacing: -1.5px;}
ol#specials li a strong span.small {font-size: small; font-weight: normal;}
ol#specials li a strong sup {font-size:12px}

.offer_link,
.sidebar-block {
	padding: 10px;
	}

#legal a {color: white; text-indent: 1em;}  

#legal #copyright {
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    }

.column-1 {
    width: 300px;
    padding-right: 10px;
    margin-right: 10px;
    float: left;
    min-height: 250px;
    position: relative;
    }
 .singleview-1 {
 	display: table-cell;
 	}
  .singleview-2 {
 	display: table-cell;
 	width:50%;
 	}
       
.column-2 {
    width: 650px;
    float: left;
    min-height: 250px;
    }

#ill-touringcar {
    position: absolute; 
    top: -110px;
	left: 50px
}

#logo-kema {position: absolute; top: 88px; left: 60px;}
#logo-iso {position: absolute; top: 88px; right: 120px}
#logo-knv {position: absolute; top: 81px; left: 205px;}

