/*
Realisatie:

HotIT websolutions
Vincent van der Hoek
http://www.hotit.nl
*/

body{
	font-family: Arial;
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	color: #555555;
}

h1{
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #B70000;
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
}

h2{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	margin: 0px;
	margin-bottom: 5px;
}

.container{
	width: 750px;
	margin-top: 20px;
	text-align: left;
}

.links{
	float: left;
	width: 530px;
	min-height: 10px;
}

.schaduwlinks{
	width: 25px;
	background-image: url(schaduwlinks.jpg);
	background-repeat: repeat-y;
	padding-right: 35px;
}


.spacingrechts{
	width: 40px;
}

.schaduwrechts{
	width: 25px;
	background-image: url(schaduwrechts.jpg);
	background-repeat: repeat-y;
}

.schaduwlinksonder{
	width: 50px;
	height: 45px;
	background-image:url(schaduwlinksonder.jpg);
	background-repeat: no-repeat;
	float: left;
}

.schaduwonder{
	width: 775px;
	height: 45px;
	background-image:url(schaduwonder.jpg);
	background-repeat: repeat-x;
	float: left;
}

.schaduwrechtsonder{
	width: 50px;
	height: 45px;
	background-image: url(schaduwrechtsonder.jpg);
	float: right;
}

.tussenspacing{
	width: 40px;
	min-height: 10px;
	float: left;
}

.spacingonder{
	height: 80px;
	vertical-align: bottom;
	text-align: left;
	color: #BBBBBB;
	font-size: 12px;
}

.spacingonder a{
	color: #BBBBBB;
	text-decoration: none;
}

.rechts{
	float: left;
	min-height: 10px;
	width: 180px;
}

.bedrijfsbeschrijving{
	margin-top: 40px;
	width: 425px;
	font-style: italic;
	height: 80px;
}

.verticalestreep{
	height: 1px;
	min-width: 20px;
	background-color: #C4CCD9;
	margin-left: -5px;
	margin-bottom: 3px;
}

.bedrijfsbeschrijving_verticalestreep{
	width: 430px;
}

.logo{
	width: 108px;
	height: 120px;
}

.logocontainer{
	width: 108px;
	height: 120px;
	margin-bottom: 20px;
}

.contactgegevens{
	text-align: left;
}

.contactgegevens_verticalestreep{
	width: 185px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.mailadres{
	text-decoration: none;
	color: #0066CC; 
}

.mailadres:hover{
	text-decoration: underline;
}

.cases_referenties_verticalestreep{
	width: 535px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.referenties{
	margin-top: 20px;
}


/* Cases: */
.cases{
	margin-top: 19px;
	width: 520px;
	padding-right: 10px;
}
.case_container{
	height: 164px;
	width: 502px;
}
.case_foto_itself{
	background-color: #3399FF;
	width: 150px;
	height: 150px;
}
.case_foto{
	float: left;
	width: 156px;
	height: 156px;
	cursor: pointer;
}
.case_schaduw_rechts{
	float: left;
	width: 6px;
	height: 164px;
	background-image: url(images/fotoalbumschaduwrechts.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.case_schaduw_onder{
	width: 156px;
	height: 8px;
	background-image: url(images/fotoalbumschaduwonder.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.case_afbeelding{
	width: 150px;
	height: 150px;
	border: none;
}
.case_afbeelding:hover{
	opacity:0.87;
	filter:alpha(opacity=87); 
}
.case_foto_container{
	padding: 2px;
	border: 1px solid #BBBBBB;
}
.case_spacing{
	margin-right: 8px;
}

.case_text{
	text-align: justify;
	width: 490px;
}
.spacingmeerderecases{
	height: 175px;
}


/* Referenties: */
.referenties_foto{
	width: 100px;
	height: 70px;
	border: none;
}

.referenties_referentie{
	padding: 2px;
	border: 1px solid #BBBBBB;
	width: 100px;
}

.referenties_float{
	float: left;
}

.referenties_schaduwrechts{
	width: 5px;
	height: 83px;
	background-image: url(images/referentiesschaduwrechts.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.referenties_schaduwonder{
	width: 106px;
	height: 7px;
	background-image: url(images/referentiesschaduwonder.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.referenties_spacingleft{
	margin-left: 5px;
}

.referenties_spacing{
	margin-right: 9px;
	float: left;
}

.referenties_verticalspacing{
	width: 10px;
	height: 15px;
}

.referenties_knop_container{
	margin-left: 25px;
}

.referenties_knop{
	background-color: #EFEFEF;
	border: 1px solid #777777;
	font-size: 12px;
	color: #444444;
	width: 18px;
	padding: 1px;
	text-align: center;
	margin-right: 7px;
	float: left;
	
}

.referenties_conainer{
	width: 500px;
	height: 81px;
}

.pointer{
	cursor: pointer;
}

.referentie_selected{
	background-color: #C6C8C8;
}

.pointer:hover{
	background-color: #C4C8C8;
}

.terug{
	color: #993300;
	cursor: pointer;
	margin-left: 20px;
	text-decoration: none;
}
.terug:hover{
	text-decoration: underline;
}




/* Extra informatie bij mouseover: */
.extra_info_container{
	display: none;	
	position: absolute;
	color: #333333;
}		
.content_extra_info{
	position: relative;
	top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
	border: 1px solid #555555;
	z-index: 500;
}
.linkpaginas{
	text-decoration: none;
}
