@charset "UTF-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

html { overflow-y: scroll; }

body
{ 
	font: 162.5%;
	margin: 0px 0px 0px 0px;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	list-style:none;
	background-image:url('../images/pageBG.png');
	background-repeat:repeat; 

}

li {margin-left:0px;}

#webgalleryPlacement{
	width:400px;
	height:400px;
	background-color:red;
	
}
img
{
	border: none;
}

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both;}

.blue {color:#33ccff;}
.blueLink {
	text-decoration: underline;
	cursor: pointer;
	color:#33ccff;
}

.newsUpdate {margin-left:40px;
	font-size:1px;}
.newsUpdate a {color:red;}

#controlSlide {padding-top:20px;
	float:right;}
	
#pageWrap
{
	z-index:1;
	margin: 0 auto;
	width: 1000px;
	height:100%;
	color:white;
}

#header
{
	width:1000px;
	height:85px;
	background-color: #FFFFFF;
/*background-image:url('../images/headerBG.png');*/
	background-repeat:repeat-x;
}

#black {
	height: 15px;
	background-color: #1c1c1c;
}

#logo 
{
	float:left;
	padding: 12px;
	position:absolute;
}
#logos {
	background-image:url(../images/logosBg.png);
	width:329px;
	height:40px;
	float:right;
	padding-right:0px;
	padding-top:0px;
	margin-top: 4px;
}
#logosPosition{

	float:right;
	padding-right: 30px;
}

#contact
{
	float:right;
	/*position:absolute;*/
	margin-top: 0px;
}

#contact p,a
{
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-size:18px;
	text-decoration:none;
	/*color:#707070;*/
	/*font-weight:bold;*/
	margin-right:20px;
}

#newsBar
{
	width:128px;
	height:119px;
	/*
	background-image:url('../images/newsStroke.png');
	*/
	float:left;	
}

#mainTitle
{
	width:772px;
	margin-top:80px;
	margin-bottom:20px;
	text-align:left;
	float:right;
	z-index:0;
}
#mainTitle h1
{
	color:#FFFFFF;
	font-family:Georgia,"Nimbus Roman No9 L",serif;
	font-size:36px;
}
#mainTitle h2
{
	color:gray;
	font-family:Georgia,"Nimbus Roman No9 L",serif;
	font-size:24px;
}
#menuJquery
{
	z-index:2;
}

#mainMenu
{
	width:1000px;
	height:443px;
	position: relative;
	background-color:#000000;
	background-image:url('../images/background-menu.png');
	background-repeat:repeat-x;
}

#mainContent
{
	width:1000px;
	min-height:400px;
	background-color:#ffffff;
	/*background-color:#a6a6a6;
	background-image:url('../images/mainContentBG.png');*/
	background-repeat:repeat-x;
	color:#000;
	font-family:Georgia,"Nimbus Roman No9 L",serif;
	overflow: hidden;
		
}

#mainContentText
{ 	/*float:left;*/
	min-height:100px;
	margin-left:150px;
	margin-right:40px;
	margin-top:50px;
	margin-bottom:50px;
	font-size:18px;
	color:#767676 ;
	border-left:solid 1px #33ccff;
	padding-left:10px;
	/*overflow: hidden;*/
}
#mainContentText h3
{
	font-size:24px;
	color:#6b6b6b;
}


#footer
{
	width:1000px;
	height:30px;
	background-color:#4d4d4d;
	text-align:center;
	padding-top:10px;
	font-size:12px;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	
	
}
#footer a,p
{
	text-decoration:none;
	color: #ffffff;
	font-weight:normal;
	font-size:12px;
}
	
#footer p, #mainTitle h1 {
	margin: 0 0 5px 0px;
}

#footer table {
	width: 100%;
}
	
	
span.contactLink {
	cursor: pointer;
	text-decoration: underline;
	/*color: gray;*/
	color:#33ccff;
}

.noscript span.contactLink {
	cursor: auto;
	text-decoration: none;
	color: inherit;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	zoom: 1;
}

.noscript div.contact {
	display: none;
}

.noscript div.noscriptContact {
	padding-top: 9px;
	padding-right:28px;
	font-size: 85%;
}

.noscript span.noscriptWarning {
	font-size: 74%;
}

.noscript span.scriptOnly {
	display: none;
}

#youtubePlayer {
	margin-left:20px;
	
}

.opgeleverdText {
	font-size: 0.8em;
}

.spacer {
	height:10px;
}

.offerteDiv {
	text-align: center;
	border: 2px dotted #09F;
	background-color: #CFE7FF;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
	color: #145391;
	text-decoration: underline;
}

.noscript .offerteDiv {
	display: none;
}

.underlined {
	text-decoration: underline;
}
