﻿body
{
    margin:0;
    padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    }
/*start menu*/
#indexmenu
{
    width:960px;
    margin:0 auto;
}
#indexmenu li
{
    display:inline;
    height:129px;
    width:263px;
}	
#indexmenu .wonen a
{
    background-image:url(/images/button_wonen.gif);
    background-position:0 0;
    background-repeat:no-repeat;
    float:left;
    height:130px;
    width:263px;
}
#indexmenu .wonen a:hover 
{
    background-position:0 -130px;
}
#indexmenu .bog a
{
    background-image:url(/images/button_bedrijfshuisvesting.gif);
    background-position:0 0;
    background-repeat:no-repeat;
    float:left;
    height:130px;
    width:263px;
}
#indexmenu .bog a:hover 
{
    background-position:0 -130px;
}
#indexmenu .nieuwbouw a
{
    background-image:url(/images/button_nieuwbouw.gif);
    background-position:0 0;
    background-repeat:no-repeat;
    float:left;
    height:130px;
    width:263px;
}
#indexmenu .nieuwbouw a:hover 
{
    background-position:0 -130px;
}
#indexmenu .financieel a
{
    background-image:url(/images/button_hypotheek.gif);
    background-position:0 0;
    background-repeat:no-repeat;
    float:left;
    height:130px;
    width:263px;
}
#indexmenu .financieel a:hover 
{
    background-position:0 -130px;
}
#indexmenu .zoekservice a
{
    background-image:url(/images/button_zoekservice.gif);
    background-position:0 0;
    background-repeat:no-repeat;
    float:left;
    height:130px;
    width:263px;
}
#indexmenu .zoekservice a:hover 
{
    background-position:0 -130px;
}
#indexmenu .contact a
{
    background-image:url(/images/button_contact.gif);
    background-position:0 0;
    background-repeat:no-repeat;
    float:left;
    height:130px;
    width:263px;
}
#indexmenu .contact a:hover 
{
    background-position:0 -130px;
}
#indexmenu li a
{
    border:none;
    margin:5px;
}
/* Einde Menu*/

/*Header*/
#header 
{
    color:Black;
    height:157px;
    margin:0 auto;
    width:960px;
}
.logo
{
    height:135px;
    width:504px;
    float:left;
    }
.sfeerbeeld
    {
    height:135px;
    width:415px;
    float:left;
        }
img
{
    border:none;
    float:left;
    }
#headermenu
{
    float:right;
    margin-right:30px;
    }
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;}
a:hover {
	color: #CC0000;
	text-decoration: underline;}
a:active {
	color: #333333;
	text-decoration: underline;
}
/* footer*/
#ondertitel
{
    font-size:60%;
    font-weight:bold;
    text-align:right;
}
#footer
{
    clear:both;
    font-size:10px;
    margin:0 auto;
    padding-top:50px;
    text-align:center;
    width:960px;
    }
#footer a
{ 
    color:#25343F;
    }
.poweredby
{
    display:inline;
    margin-left:19px;
    }
/*Default pagina*/
#defaultheader
{
    margin:0 auto;
    padding:25px 0;
    width: 655px; 
    height: 84px;
    }
#defaultfooter
{
    clear:both;
    font-size:80%;
    padding-top:10px;
    text-align:center;
    width:655px;
    }
#defaultindexmenu
{
    width:725px;
    margin:0 auto;
}
#defaultindexmenu li
{
    display:inline;
    height:129px;
    width:263px;
}	
#defaultindexmenu li a
{
    border:none;
    margin-top:5px;
}
#defaultindexmenu .apeldoorn a
{
    background-image:url(/images/button_apeldoorn.gif);
    background-position:0 0;
    background-repeat:no-repeat;
    float:left;
    height:130px;
    width:263px;
}
#defaultindexmenu .apeldoorn a:hover 
{
    background-position:0 -130px;
}
#defaultindexmenu .amersfoort a
{
    background-image:url(/images/amersfoort.jpg);
    background-position:0 0;
    background-repeat:no-repeat;
    float:left;
    height:130px;
    width:263px;
}
#defaultindexmenu .amersfoort a:hover 
{
    background-position:0 -130px;
}
.twitterlink a{
	background-image:url("/images/follow_bird-c.png");
	height:100px;
	position:fixed;
	right:0;
	top:35px;
	width:36px;
	z-index:1;
	}
.facebooklink a{
	background-image:url("/images/facebook.png");
	height:100px;
	position:fixed;
	right:0;
	top:135px;
	width:36px;
	z-index:1;
	}
