/*** HEADER ***/
#header {
	position: relative;
	width: 890px;
	height: 95px;
	margin: 0px auto 30px auto;
}
#headerLogoSchadenet {
	position: absolute;
	top: 30px;
	left: 0px;
	display: block;
	width: 80px;
	height: 65px;
	background: url('/img/schadenet.gif') bottom left no-repeat;
	border: 0px;
}
#headerLogoVanStraaten {
	position: absolute;
	top: 30px;
	left: 620px;
	display: block;
	width: 232px;
	height: 65px;
	background: url('/img/vanstraaten.gif') bottom left no-repeat;
	border: 0px;
}
#headerBannerVestigingen {
	position: absolute;
	top: 30px;
	left: 65px;
	width: 120px;
	height: 65px;
	background: url('/img/vestigingen.gif') bottom left no-repeat;
	border: 0px;
}
/*** MENU ***/
#menu {
	height: 28px;
	background: url('/img/menubg.gif') bottom left repeat-x;
	clear: both;
}
#menuItems {
	width: 890px;
	margin: 0px auto 0px auto;
	padding-left: 0px;	
	padding-top: 4px;
}
#menuItems a {
    float:left;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
    height: 18px;
    float: left;
    padding: 3px 8px 0px 8px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
#menuItems a:hover, #menuItems a.active {
    background-color: white;
    padding: 3px 8px 0px 8px;
}
.menuDropdown {
	background-color: #ffd102;
	padding: 3px 0px;
	z-index: 100;
	position: absolute;
	top: 21px;
	left: 0px;
}
.popper {
	display: block;
	float: left;
	position: relative;
	z-index: 100;
}
#menuItems div.menuDropdown a {
	margin-right: 0px;
}
#menuItems div.menuDropdown a:hover {
	background-color: #fff;
}
#menuSubItems {
	margin: 0px 0px 20px 0px;
}
#menuSubItems a {
	margin-right: 15px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#menuSubItems a:hover, #menuSubItems a.active, #menuSubItems a.isSelected {
	text-decoration: underline;
	
}
/*** LAYOUT ***/
#main {
	width: 570px;
	float: left;
	margin-right: 30px;
	margin-top:15px;
	margin-bottom: 20px;
}
#main2 {
	width: 590px;
	float: left;
	margin-top:15px;
	margin-right: 10px;
}
#main3 {
	width: 902px;
	float: left;
	margin-top:15px;
}
#sidebar {
	position: relative;
	margin-top:15px;
	width: 290px;
	float: left;
}
/*** FOOTER ***/
#footer {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 40px;
	background: url('/img/footerbg.gif') bottom left repeat-x;
}
#footerText {
	width: 890px;
	margin: 0px auto 0px auto;
	line-height: 35px;
	font-size: 10px;
	color: #999999;
	text-align: center;
}

/****************************************************************************/
/*** GENERAL ***/
.block {
	background: url('/img/blockbg.gif') bottom left repeat-x;
	border: 1px solid #e7e7e7;
 	float: left;
 	padding: 20px;
}
.block2 {
	background: url('/img/blockbg.gif') bottom left repeat-x;
	border-bottom: 1px solid #e7e7e7;
 	border-left: 1px solid #e7e7e7;
 	border-right: 1px solid #e7e7e7;
 	float: left;
 	padding: 20px;
}
a.linkReadOn {
	font-weight: bold;
	text-decoration: none;
	padding-right: 9px;
}
a.whiteReadOn {
	color: #fff;
	background: url('/img/link_readon_white.gif') right 5px no-repeat;
}
a.blueReadOn {	
	color: #002b54;
	background: url('/img/link_readon_blue.gif') right 5px no-repeat;
}
.litext {
	color: #000;	
}
.rightImage {
	position: relative;
	width: 290px;
	height: 240px;
	display: block;
	background: url('/img/right_image.gif') 0px 0px no-repeat;
}
.rightImage div {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 270px;
	height: 220px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#blockCalc {
	position: relative;
	display: block;
	margin-bottom: 24px;
	top: 6px;
	left: -10px;
	height: 136px;
	width: 300px;
	background: url('/img/schadecalculator.gif') 0px 0px no-repeat;	
}
#blockCalcText  {
	width: 248px;
	height: 52px;
	line-height: 16px;
	padding: 54px 20px 0px 32px;
}
#blockCalcLinkOuter {
	padding-left: 32px;
}
#blockCalcLink {
	width: 136px;
	height: 20px;
	display: block;
	cursor: pointer;
	background: url('/img/bereken.gif') 0px 0px no-repeat;
}
.yellowBlock {
	border: 1px solid #FFE01A;
    margin-bottom: 20px;
    width: 590px;
}
.yellowContent {
	background-color: #FDDB01;
    background: url('/img/blockyellowbg.gif') repeat-x;
    border: 1px solid white;
    overflow: hidden;
    padding: 20px;
}
.yellowContent h2 {
	color: #000;
	margin-bottom: 0px;
}
.yellowContent b {
	color: #000;
	font-weight: bold;
}
.yellowContent span {
	font-weight: bold;
}
.styled-select {
	width: 240px;
   	height: 18px;
   	overflow: hidden;
   	background: url(/img/select.gif) no-repeat right #fff;
}
.styled-select select{
	background: transparent;
    width: 268px;
    padding: 2px;
    height: 18px;
    border: 1px solid #ccc;
}
/*** CONTENTPAGE  ***/
#content {
	margin: 0px auto auto auto;
	width: 902px;
}
#contentDivider {
	margin-bottom: 25px;
	height: 3px;
	width: 569px;
	background: url('/img/divider.gif') bottom left no-repeat;
}
#contentTitle { 
	margin-bottom: 18px;
	font-size: 25px;
	font-weight: bold;
	color: #002b54;
}
#contentText {
	margin-bottom: 68px;
}
#contentText ul li {
	padding-left: 12px;
	background: url('/img/bullet.gif') center left no-repeat;
}


/*** HOME ***/
/*
#homeBlockAbout {
	display: block;
	height: 300px;
	width: 290px;
	background: url('/img/leftblue_background.gif') 0px 0px no-repeat;
}
#homeBlockAboutTop {
	padding: 17px 20px;
	height: 76px;
}
#homeBlockAboutBottom {
	padding: 0px 20px;
	height: 146px;
}
.homeBlockAboutText {
	width: 250px;
	font: 11px Verdana;
	line-height: 13px;
	color: #fff;
}
.homeBlockAboutText h3 {
	margin: 0px;
	padding: 0px 22px 0px 0px;
	font: 16px Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
#homeBlockAboutLocations {
	margin-top: 8px;
	width: 246px;
	height: 120px;
	background: url('/img/vestigingenBlock.gif') 0px 0px no-repeat;
}
#homeBlockAboutLocations div.top {
	width: 246px;
	height: 19px;
}
a.homeBlockAboutLink {
	display: inline;
	color: #fff;
	font-weight: normal;
}
#homeBlockAboutLocations div.top a {
	color: #859aad;
	height: 16px;
	display: block;
	float: left;
	padding: 3px 0px 0px 6px;
	cursor: pointer;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
}
#homeBlockAboutLocations div.top a.gouda {
	width: 43px;
}
#homeBlockAboutLocations div.top a.goudaImage {
	background-image: url('/img/vestigingenGouda.gif');
	color: #fff;
}
#homeBlockAboutLocations div.top a.waddinxveen {
	width: 84px;
}
#homeBlockAboutLocations div.top a.waddinxveenImage {
	background-image: url('/img/vestigingenWaddinxveen.gif');
	color: #fff;
}
#homeBlockAboutLocations div.top a.alphen {
	width: 88px;
}
#homeBlockAboutLocations div.top a.alphenImage {
	background-image: url('/img/vestigingenAlphen.gif');
	color: #fff;
}
#homeBlockAboutLocations div.top a:hover {
	color: #fff;
}
.homeBlockAboutAddress {
	width: 234px;
	height: 75px;
	padding: 8px 6px;
	
}
*/
#homeBlockAbout {
	display: block;
	height: 300px;
	width: 290px;
	background: url('/img/leftblue_background.gif') 0px 0px no-repeat;
}
#homeBlockAboutTop {
	padding: 22px 20px;
	height: 106px;
}
#homeBlockAboutBottom {
	padding: 12px 20px;
	height: 126px;
}
.homeBlockAboutText {
	width: 250px;
	font: 11px Verdana;
	line-height: 16px;
	color: #fff;
}
.homeBlockAboutText h3 {
	margin: 0px;
	padding: 0px 22px 9px 0px;
	font: 16px Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
#homeBlockAboutLocations {
	margin-top: 8px;
	width: 246px;
	height: 80px;
	background: url('/img/vestigingenBlock.gif') 0px 0px no-repeat;
}
#homeBlockAboutLocations div.top {
	width: 246px;
	height: 19px;
}
#homeBlockAboutLocations div.top a {
	color: #859aad;
	height: 16px;
	display: block;
	float: left;
	padding: 3px 0px 0px 6px;
	cursor: pointer;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
}
#homeBlockAboutLocations div.top a.gouda {
	width: 43px;
}
#homeBlockAboutLocations div.top a.goudaImage {
	background-image: url('/img/vestigingenGouda.gif');
	color: #fff;
}
#homeBlockAboutLocations div.top a.waddinxveen {
	width: 84px;
}
#homeBlockAboutLocations div.top a.waddinxveenImage {
	background-image: url('/img/vestigingenWaddinxveen.gif');
	color: #fff;
}
#homeBlockAboutLocations div.top a.alphen {
	width: 88px;
}
#homeBlockAboutLocations div.top a.alphenImage {
	background-image: url('/img/vestigingenAlphen.gif');
	color: #fff;
}
#homeBlockAboutLocations div.top a:hover {
	color: #fff;
}
.homeBlockAboutAddress {
	width: 234px;
	height: 39px;
	padding: 8px 6px;
}
a.homeBlockAboutLink {
	display: block;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#homeTeaser {
	position: relative;
	width: 590px;
	height: 300px;
	border: 1px solid #e7e7e7;
}
#homeTeaser div {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 586px;
	height: 296px;
}
.homeTeaserOverflow {
	width: 587px;
	height: 66px;
	display: block;
	position: absolute;
	top: 232px;
	left: 0px;
	background-color: #000;
	opacity: 0.75;
	filter:alpha(opacity=75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	-moz-opacity: 0.75;
	z-index: 100;
}
#homeTeaser a.homeTeaserOverflowText {
	width: 546px;
	height: 42px;
	display: block;
	padding: 12px 20px;
	position: absolute;
	top: 230px;
	left: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	z-index: 300;
}
#homeBlocksBottom {
	margin: 10px 0px 12px 0px;
	height: 130px;
	width: 590px;
}
#homeBlockAutoschade {
	float: left;
	position: relative;
	height: 88px;
	width: 248px;
}
#homeBlockAutoschadeTitle {
	position: absolute;
	display: block;
	background: url('/img/blockautoschadetitle.png') no-repeat;	
	top: 22px;
	left: 21px;
	height: 22px;
	width: 269px;	
}
#homeBlockAutoschadeText {
	position: relative;
	top: 36px;
	left: 0px;
	font: 11px verdana;
	line-height: 16px;
	width: 230px;
	height: 68px;
	display: block;
}
#homeBlockAutoschadeText div {
	position: absolute;
}
#homeBlockPartners {
	float: right;
	position: relative;
	height: 88px;
	width: 248px;
}
#homeBlockPartnersTitle {
	position: absolute;
	background: url('/img/blockpartnerstitle.png') no-repeat;
	display: block;
	top: 22px;
	left: 0px;
	height: 22px;
	width: 269px;	
}
.homeBlockPartnersImg {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	top: 45px;
	left: 46px;
	height: 84px;
	width: 196px;
}
.homeBlockPartnersLink {
	display: block;
	height: 66px;
	width: 248px;
}
/*** JOBSPAGE ***/
.job {
 	margin-bottom: 20px;
 	width: 550px;	
}
.jobLocation {
	font-weight: bold;
}
.jobTitle h2{
	margin-bottom: 10px;
	color: #000;
}
.jobDescription {
	margin-bottom: 20px;
}
.jobReact {
	display: block;
	height: 20px;
	width: 79px;
	background: url('/img/react.gif') bottom left no-repeat;	
}



/** CALCULATORPAGE **/

/** PARTNERSPAGE **/
#partnerContent {
	float: left;
	margin-top: 20px;
	width: 900px;
	border: 1px solid #e7e7e7;
 	padding: 20px;
}
.partnerCol1 {
	float: left;
	width: 320px	
}
.partnerCol2 {
	float: left;
	width: 330px;
	margin-top: 35px;	
}
.partnerCol3 {
	float: left;
	width: 250px	
}

