@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, img {
	margin:0;
	padding:0;
	border:0;
}														/*the page structure*/
body {
	font-family: Tahoma, Arial, sans-serif;
	background-image: url(../images/bg.gif);
	background-attachment:fixed;
	text-align: center;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .container selector */
	color: #000000;
}
.mainContainer {
	margin:0px auto;
	width:880px;
	padding: 8px 10px;
}
.container {
	background: #FFFFFF;
	font-size:0.7em;
	width:840px;
	text-align:left;
	padding:20px 20px 0 20px;
}
.header {
	width:840px;
	height:100px;
}
.topimage {
	position:relative;
}
.sidebar1 {
	float: left;
	width: 200px;
}
.sidebar2 {
	float: right;
	width: 200px;
}
.middleContent {
	width:auto;
	margin-left:200px;
	padding-left:.8em;
}
.fotogallery {
	width:auto;
	margin-left:200px;
	padding:2em .7em 0em 1.9em;
}
.wideContent {
	width:auto;
}
.pandenContent {
	margin-left:200px;
	margin-right:200px;
	text-align:center;
}														/*css styles*/
.logo {													/*the header styles*/
	float:left;
}
.topmenu {
	float:right;
	font-size:1.6em;
	letter-spacing:-.02em;
	position: relative;
	top:45%;
	line-height:2em;
	padding-bottom:26px;
}
.topmenu ul li {
	list-style-type:none;
	display:inline;
	text-decoration:none;
}
.topmenu ul li a {
	text-decoration:none;
	color:#24426D;
	padding:3px 5px 27px 5px;
}
.topmenu ul li a:hover {
	background-color:#24426D;
	text-decoration:none;
	color:#FFFFFF;
}
.topmenu ul li a:active {
	background-color:#660000;
	text-decoration:none;
	color:#FFFFFF;
}											/*the left sidebar1 styles*/
.leftmenu ul {
	width:90%;
	font-size:1.1em;
	font-weight:bold;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.leftmenu ul li {
	line-height:22px;
	height:24px;
	background-image:url(../images/leftmenu_bg2.jpg);
	background-repeat:no-repeat;
}
.leftmenu ul a {
	color:#FFFFFF;
	text-decoration:none;
	padding-bottom:7px;
	padding-right:40px;
	padding-left:1.4em;
	padding-top:4px;
}
.leftmenu ul li:hover {
	background-image: url(../images/leftmenu_bghover.jpg);
	background-repeat:no-repeat;
}
.leftmenu a:hover {
	color:#24426D;
	text-decoration:none;
}
.magazine {
	padding-top:40px;
}														/*the fonts hierarchy*/
h1 {
	font-size:1.25em;
	font-weight:bold;
	color:#24426D;
	padding-top:1em;
}
h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#24426D;
	padding-top:0.7em;
	padding-bottom:0.15em;
}
p {
	padding-top:.95em;
}
a {
	color:#660000;
	text-decoration:underline;
}
a:hover {
	color:#660000;
	text-decoration:none;
}												/*the content*/
.spectext {										/*the content - index page*/
	width:140px;
	background-color:#acc2e3;
	float:right;
	margin-left:1em;
	padding:0.5em 0.5em 1.5em 1em;
}
.photo {										/*the content - Historische panden page with a big and small photos*/
	margin-top:1.3em;
	padding: 1.2em 0em 2em 0em;
	background:url(../images/bg_foto.jpg);
	background-repeat:no-repeat;
}
.smallphoto {
	width:400px;
	padding:15px;
	float:left;
}
.smallphoto img {
	border:none;
}												/*the content - Overzicht miniaturen and verkooppunten pages */
.thumbnail, .verkooppunten {
	border:groove 2px #EBEBEB;
	padding:10px;
	float: left;
	width:auto;
	margin:8px 16px 8px 0px;
}												/*the footer*/
.footer {
	margin-top:1em;
	font-size:1em;
	float:right;
	width:auto;
	height:100%;
	margin-bottom:1.5em;
}												/* Miscellaneous classes for reuse */
.clearfloat {
	clear:both;
	height:0;
	line-height:0px;
	font-size:0px;
}
.rfloat {
	float:right;
	margin-left:1em;
}
