@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*ALGEMENEN-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

html, body {
	padding:0px;
	margin:0px;
}
body {
	font-family: arial,helvetica,sans-serif;
	font-size: 0.8em;
	color:#231f20;
}
body.popup { background-color:white; background-image:none;}
/*-------------------------------------------------------------------------------------*/
/*HOOFDONDERDELEN-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#containerOuter{
}


#containerOuter #introLanguage{
	margin: 38px auto 0 auto;
	width: 826px;

}

#containerOuter #introMessage{
	margin: 0px auto 0 auto;
	width: 826px;

}

#container {
	margin: 38px auto 0 auto;
	width: 896px;
}

#container #middle {
	min-height:200px;
	height: auto !important;
	height: 200px;
	margin: 22px 0px 0px 0px;
}

/*-------------------------------------------------------------------------------------*/
/*PARTS HEADER-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #headerWrapper{
}
#container #headerWrapper #headerTop {
	width: 872px;
	height: 250px;
	margin: 0 auto 3px auto;
	position: relative;
}
#container #headerWrapper #headerBottom{
	width: 896px;
	height: 38px;
	/*background-image: url(/images/site/slideImages.jpg);
	background-repeat: repeat-x;*/
}
/*------------------------------------------------------*/
/*slideshow---------------------------------------------*/
/*------------------------------------------------------*/
/*** set the width and height to match your images **/

#headerTop IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#headerTop IMG.active {
    z-index:10;
}

#headerTop IMG.last-active {
    z-index:9;
}


/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE COL LEFT----------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#container #middle #colLeft{
	width: 184px;
	float: left;
	display: inline;
}


#langchoice  { height: 43px; font-family: Times;}
#langchoice a{color: #6f4639;}
#langchoice a:hover{color: #ff0000; text-decoration: underline;}
#langchoice .lang { border-right: 1px solid #231f20; padding: 0px 4px 0px 0px; cursor: pointer; }

#login, #partners  { color: #6f4639; cursor: pointer; text-transform: uppercase; font-family: Times; }
#login:hover {color: #ff0000; }
#partners:hover {color: #ff0000; text-decoration: underline; }
.logo2 { margin: 30px 0px 5px 0px; cursor: pointer; }
/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE COL RIGHT---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#container #middle #colRight{
	width: 196px;
	float: right;
	display: inline;
}

/*-------------------------------------------------------------------------------------*/
/*PARTS MIDDLE COL Middle---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#container #middle #colMiddle{
	width: 514px;
	float: left;
	display: inline;	
}
#container #middle #colMiddle #logoBlok{ cursor: pointer; }

#container #middle #colMiddle #contentWrapper{
	border-left: 1px solid #fcc29a;
	border-right: 1px solid #fcc29a;
}
#container #middle #colMiddle #contentWrapper #content {
	margin: 42px 10px 10px 10px;
}
.banner {
	margin: 7px 0px 7px 7px;
}
/*-------------------------------------------------------------------------------------*/
/*PARTS footer ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#container #footer{
	clear: both;
	width: 834px;
	border-top: 1px solid #fcc29a;
	margin: 7px 0px 0px 0px;
	padding: 7px 0px 15px 62px;
}
#footer .footerPage { float: left; display: inline;padding: 0px 9px 0px 8px;}
.border { border-left: 1px solid #c5cbd7;  }
.inactivePage { color: #c5cbd7;}
#footer .footerPage a { color: #7f7f7f; padding: 2px; }
#footer .footerPage a:hover { color: #e33c20; text-decoration: none; background-color: #edf7fe;padding: 2px; }
/*-------------------------------------------------------------------------------------*/
/*pageTools--------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#container #middle #colRight #mainPageTools {
	margin: 13px 0px 0px 0px;
	height: 30px;
}
#container #middle #colRight #mainPageTools img {display:inline; float:right;cursor:pointer; }
#container #middle #colRight #mainPageTools img#ptMail{margin:0px 11px 0px 11px;}
#sizeSelect {
    text-align: right; margin: 0px 0px 0px 0px; 
	display: inline; float: right;
}
#sizeSelect a {color: #2C337B;}
#sizeSelect a:hover { color: #0173c9; text-decoration: underline; }
#sizeSelect #sizeselectLargest{ font-size: 16px; }
#sizeSelect #sizeselectLarger{ font-size: 14px; }
#sizeSelect #sizeselectDefault{ font-size: 11px; }
/*-------------------------------------------------------------------------------------*/
/*GENERAL CONTENT----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.floatDivider{width:950px; height:1px;clear:both;overflow:hidden;}

a,a:visited {text-decoration: none; color: #2c337b;}
a:hover, a:active { text-decoration: underline; color: #0173c9;}

h1 {font-size:28px; font-weight: normal; font-family: georgia; text-transform: uppercase; padding:0px 0px 0px 0px; margin:0px 0px 9px 0px; }
h2 {font-size:18px; font-weight:normal;padding:0px 0px 0px 0px; margin:0px 0px 9px 0px; font-style: italic;font-family: georgia;}
h3 {font-size:11px;}
h4 {font-size: 11px;}
h5 {font-size:11px;}
h6 { font-weight:bold; font-size: 11px; padding:0px 0px 0px 0px; margin:0px 0px 9px 0px;}


p  {padding:0; font-size: 1em; margin: 0px; font-weight:normal;display:block;}

.date {color:#699fbf; font-weight:normal; }
.button { 
	width:75px;
	background-color:#e3ecf2;
	border:1px solid #005488;
	color:#005488;
	cursor:pointer; 
	padding:2px 3px 2px 3px;
	text-align:center;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
