/*
-----------------------------------------------
Schouten Insurance International
Author:   Reinier van Velzen for Kontrast Interactive
Version:  1.0 may 2007
----------------------------------------------- 
*/

/*****************************************************
* Global
*****************************************************/

body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../img/bck_01.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	line-height: 1.6em;
}



/*****************************************************
* Structure
*****************************************************/

.wrap {
	height: 100%;
	width: 100%;
}
.header {
	height: 110px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
}
.menu {
	height: 24px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #357DA9;
	font-size: 10px;
}
.container {
	height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bck_container.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
.leftcol {
	height: 100%;
	width: 190px;
	float: left;
	background-color: #DBE7EE;
}
.rightcol {
	height: 100%;
	width: 190px;
	float: left;
	background-color: #000;
}
.content {
	height: 100%;
	width: 580px;
	float: left;
	text-align: left;
}

.inleiding {
	width: 540px;
	margin: 20px 20px 20px 20px;
}
.template_container {
	height: 100%;
	width: 580px;
	float: left;
	text-align: center;
}
.template_inhoud {	
	width: 90%;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;

}
.footer {
	height: 25px;
	width: 960px;
	background-color: #333333;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #357DA9;
	clear: both;
	font-size: 10px;
}
.clear {
	height: 1px;
	width: 960px;
	clear: both;
}

table.nieuws
{
		border-style: none; 
		border-spacing: 0px; 
		border-collapse: collapse;
}

/*****************************************************
* header
*****************************************************/

/*****************************************************
* menu
*****************************************************/
.chromestyle{
	width: 100%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 4px 0;
	background: url(../img/menubg.gif) center center repeat-x;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.chromestyle ul li{
	display: inline;
	color: #FFFFFF;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: url(../img/menubg-over.gif) center center repeat-x;
color: #000000;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #FFFFCC;
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#FFFF99,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	border-top: 1px solid #FFFF99;
	border-right: 1px solid #FFFF99;
	border-bottom: 0 solid #FFFF99;
	border-left: 1px solid #FFFF99;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFF99; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFF99;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
}


/*****************************************************
* leftcol
*****************************************************/

/*****************************************************
* content
*****************************************************/

/*****************************************************
* rightcol
*****************************************************/

/*****************************************************
* footer
*****************************************************/

.adspacer{
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}
.adcontainer{
	width: 860px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 180px;
	border-right: 1px solid #333300;
	border-left: 1px solid #333300;
}
.ad{
	width: 185px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 40px;
	border: 1px solid #A0CB4B;
	padding: 0px;
	margin-bottom: 10px;
	height: 160px;
	float: left;
}
.ad2{
	width: 185px;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #A0CB4B;
	padding: 0px;
	margin-bottom: 10px;
	height: 160px;
	float: left;
}

/*****************************************************
* clear
*****************************************************/

.altnav{
	width:960px;
	font-size: 1em;
	letter-spacing: 0.08em;
	line-height: 10px;
}
.altnav ul{
	margin:0;
	padding:10px 0px 0px 40px;
	list-style:none;
}
.altnav li{
	display:inline;
	margin-right:5px;
	padding:0;
	color: #FFFFFF;
}
.altnav a{
	text-decoration:none;
	color: #FFFFFF;
}

.altnav a:hover{
	color: #FFFFFF;
	font-weight: bold;
}

/*****************************************************
* Alt Nav Footer
******************************************************


/*****************************************************
* Tabs
*****************************************************/
	
	

/*****************************************************
* Typography
*****************************************************/

p {

	}
	
	.intro {
	font-size: 1.2em;
	color:#357DA9;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
	line-height: 2em;
	font-weight: bolder;
	}
	
	.formsubhead {
	font-size: 12px;
	color:#357DA9;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 2em;
	font-weight: bolder;
	}
	
	.nieuws {
	font-size: 12px;
	color:#000;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	line-height: 2.0em;
	}
	
h1 {
	font-weight:bold;
	font-size: 14px;
	color:#357DA9;	
	line-height: 1.6em;
	font-variant: small-caps;
}

h1.home {
	font-variant: normal;
}

div.homebox {
	border: 1px solid #357DA9;
	background-color: #F5FAFC;
	margin-bottom: 7px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 2px;

}

div.homebox h1 {
	margin: 0px;

}

div.homebox p {
	margin: 0px;

}


h2 {
	font-weight:bold;
	margin: 10px 0;
	color: #357DA9;
	font-size: 16px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.subheader {
	font-weight:bold;
	margin: 10px 0;
	color: #357DA9;
	font-size: 1.6em;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

h3 {
	font-weight:bolder;
	font-size: 14px;
	color:#7F7F7F;
	margin-top: 0px;
	margin-bottom: 10px;
	font-variant: small-caps;
	
}

.nieuwstitel {
	font-weight:bolder;
	font-size: 14px;
	color:#7F7F7F;
	letter-spacing: -.05em;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-variant: small-caps;
	line-height: 2.0em;
}

h4 {
	font-size: 1.1em;
	color:#999999;
}
h5 {
	font-weight:Lighter;
	color: #D7D7D7;
	font-size: 4.4em;
	letter-spacing: -0.15em;
	margin-bottom: 20px;
	margin-bottom: 40px;
}
h6 {
	color: #A0CB4B;
	text-decoration: none;
	font-size: 10px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #357DA9;	
}

.introtekst
{
	font-weight:bold;
	color: #357DA9;
	font-size: 12px;
}

/*****************************************************
* Lists
*****************************************************/

.content ul
{
	list-style-type: none;
	padding: 0;
	margin-left: 20px;
	line-height: 2em;
	font-size: 12px;
}

/*.content li
{
background-image: url(../img/page_down.gif);
background-repeat: no-repeat;
background-position: 0 .1em;
padding-left: 2.4em;
}*/

.content li a
{
background-image: url(../img/page_down.gif);
background-repeat: no-repeat;
background-position: 0;
padding-left: 2.4em;
}

.content li a:hover
{
background-image: url(../img/page_down_o.gif);
background-repeat: no-repeat;
background-position: 0;
padding-left: 2.4em;
}

/*****************************************************
* Linking
*****************************************************/

a {
	color: #357DA9;
}
a:hover{
	color: #357DA9;	
	text-decoration: underline;
}

/*****************************************************
* Images
*****************************************************/
img
{
	border: none;
	display: block;
}


 .floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #357DA9;
padding: 2px;
}

/*****************************************************
* Forms
*****************************************************/

.input_border
{
		border: 1px solid #9FBED3;
}

.button
{
		border: 1px solid #9FBED3;
		background-color: #fff;
		font-weight: normal;
		
		
}


 table.directions 
 {
		background-color:#EEEEEE;
		font-family: Arial, Verdana;
		font-size: 12px;
		color: red;
}


/* Main Banner **************************/