/* 

WEBKLEUREN EINIG.nl

??:	#FFFFFF

*/


@charset "UTF-8";

/* pagina uitlijning BEGIN */

html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-285px;				/* Let op margin-bottom is de helft van de height bij #centered */
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:570px;									/* Let op height is het dubbele van de margin-bottom bij #floater */
	width: 100%;
	margin:0 auto;
	background-image: url('../static_images/blokken.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #FFFFFF;
}
 
#bottom {
	position:absolute;
	bottom:0; right:0;
}

/* pagina uitlijning EINDE */

/* pagina verdeling BEGIN */

#main {
	height: 455px;
	width: 880px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* pagina verdeling EINDE */

/* pagina onderdelen BEGIN */

#logo {
	height:43px;
	width: 330px;
	background-image: url('');
	background-repeat: no-repeat;
}

/* pagina onderdelen EINDE */

/* navigatie Begin */

#navigatieTOP {
	float: right;
	text-align: right;
	text-transform: uppercase;
	color: #2E338D;
	font-size: 12px;
}

#navigatieTOP ul{
	width: 400px;
	padding: 0;
	margin: -15px;
	white-space: no-wrap;
}

#navigatieTOP ul li{
	display: inline;
}

#navigatieTOP ul li a{
	padding-left: 8px;
	padding-right: 8px;
	color: #2E338D;
	text-decoration: none;
}

#navigatieTOP ul li a:hover{
	color: #E92387;
}

#navigatieBOTTOM {
	float: right;
	text-align: right;
	text-transform: uppercase;
	color: #2E338D;
	font-size: 12px;
}

#navigatieBOTTOM ul{
	width: 400px;
	padding: 0;
	margin: 0;
	white-space: no-wrap;
}

#navigatieBOTTOM ul li{
	display: inline;
}

#navigatieBOTTOM ul li a{
	padding-left: 8px;
	padding-right: 8px;
	color: #2E338D;
	text-decoration: none;
}

#navigatieBOTTOM ul li a:hover{
color: #E92387;
}

/* navigatie EINDE */

/* content BEGIN */

h1 {
	font-size: 14px;
	color: #000000;
	text-decoration: bold;
	text-align: center
}

.plattetekst {
	font-size: 12px;
	color: #000000;
}

.plattetekstBOLD {
	font-size: 12px;
	color: #000000;
	text-decoration: bold;
}

.adres {
	color: #000000;
	text-transform: uppercase;
}

.telefoon {
	color: #00000;
}

.email {
	color: #000000;
	text-transform: uppercase;
}

.email a {
	color: #000000;
}

.email a:hover {
	color: #000000;
}

/* content EINDE */