
	
	/*
	CSS Include

	Name:	 	: Stylesheet0.1
	Address		: http://www.woonstadrotterdam.nl	
	Copyright	: 
	Author	 	: 
	Created	 	: 2009-05-13T16:41:19
	
	About this CSS
	...
*/

/*Global layout parameters*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	overflow:auto;
}
body {
	color: #013145;
	/*font-family:Verdana,sans-serif;*/
	font-family: verdana, arial, Sans Serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
}

html, body {
	height:100%;
}

#wrapper {
	width: 982px;
	margin: 0 auto;
	text-align: left;
    vertical-align: middle;
    position: relative;
/*	min-height:100%;
	height:auto !important;
	height:100%;*/
}

#wrapper2{
    float:  left;
    width: 782px;
    background: #fff no-repeat;
    /* background: #fff url(/design/WoonstadRotterdam/Images/golf.png) no-repeat; */
    background-position: -200px -10px;
    margin-left: 20px;
    margin-bottom: 70px;
}

a.displayall{
	display: inline-block;
	text-align: right;
	width: 100%;
	color:#0068B4;
	font-weight:bold;
	height:20px;
	padding-top:5px;
	text-align:right;
}
a.displayall:hover{
	text-decoration: underline;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Shortcuts*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
/*----------------------------------------------------------------*/
/*==================== Default webpartzones ==============
/*----------------------------------------------------------------*/
#webpartzone1{
	position: relative;
    display: block;
}

#webpartzone2{
    width: 175px;
	height:100%;
    float: left;

}
#webpartzone4, #webpartzone6, #webpartzone7{
}
#webpartzone3{
	float: left;
    width: 100%;
}
#webpartzone5{
    height: 108px;
    background: #fff;
    position: relative;

}




/*----------------------------------------------------------------*/
/*==================== webpartzone1 ====================
/*----------------------------------------------------------------*/
.ColLayoutComb_3 #webpartzone1  {

}
/*.ColLayoutComb_1235 #webpartzone1,
.ColLayoutComb_12345 #webpartzone1,
.ColLayoutComb_13 #webpartzone1
{
	display: block;
}

*/
.ColLayoutComb_1235 #webpartzone1{

}
.ColLayoutComb_1234567 #webpartzone1{
}
/*----------------------------------------------------------------*/
/*==================== webpartzone2 ====================
/*----------------------------------------------------------------*/
.ColLayoutComb_3 #webpartzone2,
.ColLayoutComb_13 #webpartzone2{		/*webpartzone2*/
	display: none;
}
.ColLayoutComb_1235 #webpartzone2,
.ColLayoutComb_12345 #webpartzone2{

}
.ColLayoutComb_1235 #webpartzone2 {

}
.ColLayoutComb_1234567 #webpartzone2{
}
/*----------------------------------------------------------------*/
/*==================== webpartzone3 ====================
/*----------------------------------------------------------------*/
.ColLayoutComb_12345 #webpartzone3 {
    width: 600px;
}
.ColLayoutComb_1234567 #webpartzone3 {	/*default content*/
	width: 200px;

}
/*----------------------------------------------------------------*/
/*==================== webpartzone4 ====================
/*----------------------------------------------------------------*/
.ColLayoutComb_3 #webpartzone4, 
.ColLayoutComb_13 #webpartzone4,
.ColLayoutComb_1235 #webpartzone4{		/*webpartzone4*/
	display: none;
}
.ColLayoutComb_12345 #webpartzone4{		/*webpartzone4*/
  float:right;
  margin:100px 6px 0;
  padding:0;
  width:165px;


}


/*----------------------------------------------------------------*/
/*==================== webpartzone5 ====================
/*----------------------------------------------------------------*/
.ColLayoutComb_12345 #webpartzone5,
.ColLayoutComb_1235 #webpartzone5{		/*footer*/

}
/*----------------------------------------------------------------*/
/*==================== webpartzone6 ====================
/*----------------------------------------------------------------*/
#webpartzone6{		/*webpartzone6*/
	display: none;
}
/*----------------------------------------------------------------*/
/*==================== webpartzone7 ====================
/*----------------------------------------------------------------*/
#webpartzone7{		/*webpartzone7*/
	display: none;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Menu's*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*Standard horizontal menu */
/*-----------------------------------------------------------*/
ul.menu li{
	list-style-type: none;
}
ul.menu.hor li{
	float: left;
	display: block;
}
ul.menu.hor li a{
	color: #000;
	display: block;
}
/*-----------------------------------------------------------*/
/*Standard vertical menu */
/*-----------------------------------------------------------*/
ul.menu.ver li{
	list-style-type: none;
}
ul.menu.ver li{
	display: block;
}
ul.menu.ver li a{
	border-right: 1px solid #FFFFFF;
	color: #000;
	display: block;
	padding: 0;
}
/*-----------------------------------------------------------*/
/*Kruimelpad */
/*-----------------------------------------------------------*/
ul#kruimelpad {
	list-style-type: none;
	margin: 0 0 10px 0;
}
ul#kruimelpad li{
	float: left;
	padding: 10px 0;
    margin-right: 5px;
}
ul#kruimelpad li a{
	color: #013145;
	text-decoration: none;
}
ul#kruimelpad li a:hover{
	text-decoration: underline;
}

/*-----------------------------------------------------------*/
/*Global content parameters*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
a img {
	border: 0 none;
}
a {
	color: #026fb9;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
}

a#logo {
	display: block;
	background: url(/Design/WoonstadRotterdamDesign2010/images/nieuwlogodesign2010.png) no-repeat;
    /* background: url(/design/WoonstadRotterdam/Images/nieuwlogo.png) no-repeat; */
    width: 175px;
    height: 250px;
    text-indent:-9999px;
    /*margin: 20px 0 0 20px;*/
}
h1 {
	margin: 10px 0;
	font-size: 1.8em;
	color: #026fb9;
	display: inline-block;
}
h1.invisible {
	margin: 0 0 10px 0;
	/*color: #DE7A00;*/
	height: 1px;
	color: #fff;
}
h2 {
	margin: 10px 0;
	font-size: 1.3em;
}
p {
	margin: 10px 0;
}
ul, ol, dl{
	margin: 11px 0 11px 40px;
}

