/*	-------------------------------------------------------------
	INTERCITYMNGT.NL - HANDWRITTEN CSS BY TIM BEGLINGER @ 27/01/2009
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	background: #fff;
	color: #221f1f;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 21px; 
}

h1 {
	border-bottom: 1px solid #e1e1e1;
	font: 18px Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 20px;
	padding-bottom: 5px;
}

h2 {
	color: #034da2;
	font: 14px Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 15px;
}

span.verhuurd {
	background: #034591;
	color: #fff;
	display: inline;
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	padding: 5px 8px;
}

* {margin: 0; padding: 0;}

a {color: #89b9f0;text-decoration: none;}

a:hover {text-decoration: underline;}

hr {border: 0; height: 0; border-bottom: 1px solid #e1e1e1; margin: 10px 0;}

.links {float: left;}

.rechts {float: right;}

.fout {background-color: #CC4444;}

.goed {background-color: #44CC44;}

.checkit {background-color: #E0E5EF;}

#container {width: 960px; margin: 0 auto;}
 
 
 
 
 
/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header {
	background: url(images/header2.jpg) no-repeat;
	float: left;
	height: 198px;
	position: relative;
	width: 960px;
}

#menu {
	float: right;
	height: 40px;
	width: 680px;
}

#menuHolder {margin-top: 83px;}

ul#menuLijst, ul.subMenuLijst {margin-left: 0; padding-left: 0; white-space: nowrap;}

#menuLijst li, .subMenuLijst li {display: inline; list-style-type: none;}

#menuLijst a, .subMenuLijst a {color: #fff; padding: 10px 8px; line-height: 20px; display:block; float: left; text-decoration: none; }

#menuLijst a:hover {background: #000;}

ul.subMenuLijst a {background: #000; filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80; border-top: 1px solid #222;}

.subMenuLijst a:hover {background: #000; filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;}

#subMenuTeHuur {
	display: none;
	position: absolute;
	top: 123px;
	right: 250px;
	width: auto;
}

#subMenuOverons {
	display: none;
	position: absolute;
	top: 123px;
	right: 500px;
	width: auto;
}

#subMenuContact {
	display: none;
	position: absolute;
	top: 123px;
	right: 0px;
	width: auto;
}



/*	-------------------------------------------------------------
	BANNER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#banner {
	background: url(images/banner.jpg) repeat-x;
	color: #fff;
	float: left;
	height: 162px;
	line-height: 25px;
	width: 960px;
}

#bannerHolder {padding: 27px;}

#banner img {border: 0;}    




/*	-------------------------------------------------------------
	Aanbod in 3D
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#dLinks {
	float: left;
	height: 1700px;
	width: 790px;
}                                  
                                      
#dRechts {
	background: #034da2;
	float: right;
	height: 1700px;
	width: 160px;
}  

	#dRechts p {
		color: #fff;
		font-size: 11px;
		padding: 10px;
	}                                  
      



/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content {
	float: left; 
	margin: 40px 0;
	width: 960px;
}

#content  img {padding: 1px; border: 1px solid #ebf3fc;}

#contentLinks {
	float: left;
	width: 470px; 
}

#contentRechts {
	float: right;
	width: 470px;
}

#contentRechts p {float: left; margin-top: 10px; width: 470px;}

#contentRechts img {margin-bottom: 10px;}

div.berichtFooter {
	border-top: 1px solid #e1e1e1;
	clear: both;
	float: left;
	margin-top: 8px;
	padding-top: 4px;
	width: 470px;
}

#pagina p {padding-bottom: 20px;}

#pagina h2 {padding-top: 20px;}

#pagina ul {padding-bottom: 20px;}

#pagina ul {list-style-type: none;}

#contentMaps {
	float: left;
	margin-top: 40px;
	width: 960px;
}                               




/*	-------------------------------------------------------------
	NIEUWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
div.nieuws {
	float: left;
	margin-bottom: 20px;
	width: 470px;
}

div.nieuws img {margin-right: 10px;	width: 112px;}

div.nieuws .links {color: #999;}

div.nieuwsbericht {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
         
div.nieuwsbericht img {margin-left: 10px;}                             




/*	-------------------------------------------------------------
	OBJECTEN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
table#objectenTabel {
	border: 0;
	width: 100%;
}

#objectenTabel td {
	border-bottom: 1px solid #e1e1e1;
	padding: 2px 0;
}

#objectenFoto, #objectenInfo, #objectenMaps {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#objectenMaps #module_09_map {
	width: 470px;
}




/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer {
	background: url(images/footer.jpg) no-repeat;
	float: left;
	height: 20px;
	width: 960px;
}





/*	-------------------------------------------------------------
	FORMULIEREN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#formTable1, #formTable2 {
	text-align: left;
}

#formTable1 th, #formTable2 th {
	width: 80px;
}

#formTable1 input.txt, #formTable1 textarea.txt  {
	border: 1px solid #e1e1e1;
	padding: 5px 10px;
	width: 350px;
}

#formTable2 input.txt {
	border: 1px solid #e1e1e1;
	padding: 5px 10px;
	width: 325px;
}

#formTable2 textarea.txt {
	border: 1px solid #e1e1e1;
	padding: 5px 10px;
	height: 100px;
	width: 855px;
}

div.bekijkin3d {
	clear:both;
	height:50px;
}

div.bekijkin3d a {
	background-color:#034DA2;
	padding:10px;
	float:left;
	color:#fff;
}
	
	
	/*	-------------------------------------------------------------
	PROJECTEN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.project-container{
	margin:20px 0;}
	
.project-box-1{
	width:470px;
	margin:0px 0 10px 0;
	float:left;
	text-align:center;}
	
.project-box-2{
	width:470px;
	margin:0px 0 10px 20px;
	float:left;
	text-align:center;}

h4{
	background:#efefef;
	padding:2px 0;
	width:460px;
	margin:0 0 0 5px;}

a.project{
	width:107px;
	height:107px;
	background:#efefef;
	display:block;
	cursor:pointer;
	float:left;
	margin:5px;}
	
a.project div{
	width:101px;
	height:101px;
	overflow:hidden;
	float:left;
	margin:2px 0 0 2px;
	border:0px solid #fff;
	text-align:center;}
	
	
/*	-------------------------------------------------------------
	GOOGLEMAP
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
#googlemap{
	width:470px;
	float:left;}
