/*
* {
	border: 1px solid;
}
*/

a:link			{  color: #27010e; text-decoration: underline;}
a:visited		{  color: #27010e; text-decoration: underline;}
a:active		{  color: #27010e; text-decoration: underline;}
a:hover			{  color: #27010e; text-decoration: none;}

body {
	margin: 0px;	
	background-position: center;
	background-color: #ffffff;
}
	
body, input, textarea, select, tabel, button, table {
	font-family: Verdana;
	font-size: 10px;
	color: #27010e;
}

img {
	border: 0 none;
}

#container {
	margin: auto;
	width: 900px;
	text-align: left;
}

/* Header -------------------------------------------- */

#logo {
	float: left;
	width: 207px;
	height: 115px;
	
	background: url(../images/logo.jpg) no-repeat;
}

#header {
	float: right;
	width: 693px;	
	height: 115px;
}
	#header_flash {
		position:absolute;
	}

/* menu ---------------------------------------------- */

#navigatie {
	clear: both;
	width: 900px;
	height: 45px;
	background-color: #bad5e8;
}

#navigatie_tekst {
	float: right;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
}

#menu {
	clear: both;
	width: 900px;
	text-align: center;
}
	#spacer {
		float: left;
		width: 208px;
	}

	#home a, #aanbod a, #bedrijfsaanbod a, #koopwoningen a, #inschrijven a, #beheer a, #route a, #links a {
		float: left;
		width: 85px;
		padding-top: 4px;
		padding-bottom: 4px;
		background-color: #27010e;
		color: #ffffff;
		text-decoration: none;
	}
		
	#home:hover a, #aanbod:hover a, #bedrijfsaanbod:hover a, #koopwoningen:hover a, #inschrijven:hover a, #beheer:hover a, #route:hover a, #links:hover a {		
		background-color: #ffffff;
		color: #27010e;
		text-decoration: none;
	}
	
	#home_selected a, #aanbod_selected a, #bedrijfsaanbod_selected a, #koopwoningen_selected a, #inschrijven_selected a, #beheer_selected a, #route_selected a, #links_selected a {		
		float: left;
		width: 85px;
		padding-top: 4px;
		padding-bottom: 4px;
		background-color: #ffffff;
		color: #27010e;
		text-decoration: none;
	}


/* linkse colom -------------------------------------- */

#links_info {
	float: left;
	width: 207px;
}

	#nieuwsberichten {
		margin-top: 5px;
		background-color: #bad5e8;
		color: #27010e;
		padding: 15px;	
	}
	
	#adresgegevens {
		margin-top: 5px;
		background-color: #27010e;
		color: #FFFFFF;
		padding: 15px;	
	}
	
		#adresgegevens a:link {
			color: #FFFFFF;
			text-decoration: underline;	
		}
		
		#adresgegevens a:visited{
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#adresgegevens a:hover{
			color: #FFFFFF;
			text-decoration: none;
		}
			
		#adresgegevens a:active{
			color: #FFFFFF;
			text-decoration: none;
		}
			
	#foto {
		margin-top: 5px;
		margin-bottom: 5px;	
	}

	
/* Content ------------------------------------------- */

#content {
	float: right;
	width: 693px;
	width: 663px !important;
	padding: 15px;
}

/* Footer -------------------------------------------- */

#footer {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background-color: #27010e;
	padding: 10px;
	height: 28px;
}
#footer a {
	color: #FFF;
	text-decoration:none;	
}


/*   css oud ------------------------*/

.content_red{
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFFF;
	background-image: url(/images/bgred.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}

.content_grey{
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
	color: #525252;
	background-image: url(/images/bggrey.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
.content_grey a:link{
	color: #27010e;
	text-decoration: underline;
	}
.content_grey a:visited{
	color: #27010e;
	text-decoration: underline;
	}
.content_grey a:hover{
	color: #27010e;
	text-decoration: none;
	}
.content_grey a:active{
	color: #27010e;
	text-decoration: none;
	}
	
.content_news{
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFFF;
	}
.content_news a:link{
	color: #27010e;
	text-decoration: underline;
	}
.content_news a:visited{
	color: #27010e;
	text-decoration: underline;
	}
.content_news a:hover{
	color: #27010e;
	text-decoration: none;
	}
.content_news a:active{
	color: #27010e;
	text-decoration: none;
	}
	
.title{
	font-family: Tahoma, Verdana,Arial;
	font-size: 18px;
	font-weight: bolder;
	color: #27010e;
	}
.content_main{
	font-family: Tahoma, Verdana,Arial;
	font-size: 11px;
	color: #27010e;
	}
.content_main a:link{
	color: #27010e;
	text-decoration: underline;
	}
.content_main a:visited{
	color: #27010e;
	text-decoration: underline;
	}
.content_main a:hover{
	color: #27010e;
	text-decoration: none;
	}
.content_main a:active{
	color: #27010e;
	text-decoration: none;
	}

