* { padding: 0; margin: 0; }
body {
	background: url(gfx/bg.jpg) #ccc repeat-x fixed;
	margin:0;
	padding:0 0 60px 0;
}
body, table, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

#content{
	width:960px;
	margin:0 auto;
}
#header {
	background:url(gfx/bgheader.jpg) no-repeat;
	height:125px;
}
#homebutton{
	position: fixed;
	width:250px;
	height:102px;
	margin-left: -120px;
}
#kleurbalk{
	height: 15px;
	width: 950px;
	margin: 0 auto;
	position: relative;
	top:79px;
}
.kleurbalk-makelaars{
	background-color: #cc0000;
}
.kleurbalk-verzekeren{
	background-color: #32765d;
}
.kleurbalk-hypotheken{
	background-color: #f7e700;
}
.kleurbalk-pensioenzorg{
	background-color: #32765d;
}
.kleurbalk-accountancy{
	background-color: #ffffff;
}

#panel {
	position: relative;
	top:63px;
	left:175px;
	height: 31px;
	width:240px;
	display: none;
}

#main {
	background:url(gfx/bgmain.png) repeat-y;
	min-height:375px;
}
#maintop {
	background:url(gfx/bgmaintop.png) repeat-y;
	height:29px;
}
#mainbottom{
	background:url(gfx/bgmainbottom.png) repeat-y;
	height:27px;
}
#maincontent{
	margin:0px 18px 0px 21px;
}
#linkerkolom{
	float:left;
	width:210px;
	
}
#rechterkolom{
	float:right;
	width:700px;
}
.galleryfoto{
	border: 1px solid #666;
	width: 300px;
	float: right;
	margin-left: 12px;
}
.galleryfotoentry{
	margin: 10px 0px 10px 0px;
}
.entry {
	border-bottom: 2px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.meer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
.subnavkop{
	text-decoration: none;
}
p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding-bottom:8px;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:6px;
}
h1 a,h2 a {
	text-decoration: none;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-bottom:6px;
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
	color: #21316b;
}
#subtitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	margin-bottom:6px;
	color: #999;
}
.clearfloat{
	clear:both;
	height:0px;
	font-size:0px;
}

ul {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	list-style:inside;
	list-style-type:square;
	margin-bottom:8px;
}
li {
	margin-bottom:4px;
}
a:link {
	color: #21316C;
}
a:visited {
	color: #21316C;
}
a:hover {
	color: #CC0000;
}
#footercontent{
	width:960px;
	margin:0 auto;
	text-align:center;
}
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:60px;
  background:url(gfx/bgfooter.jpg) repeat-x;
 }
 @media screen{
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }

/* GLOBALHEADER */
#globalheader { 
	width: 700px; 
	height: 25px; 
	margin: 0 auto; 
	position: relative; 
	z-index: 9998; 
	top:75px;
	padding-left: 20px;
}


/* subnavigatie*/
#navcontainer { width: 200px; }
#navcontainer ul {
	list-style-type: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	border-top: 1px solid #eee;
}
#navcontainer li{
	margin-bottom:0px;
}
#navcontainer a{
	display: block;
	padding: 6px;
	width: 190px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
#navcontainer a:link, #navcontainer a:visited, #navlist a:visited{
	color: #21316b;
	text-decoration: none;
}
#navcontainer a:hover{
	background-color: #21316b;
	color: #fff;
}