@CHARSET "ISO-8859-1";

html, body {
	height : 100%;
}

body {
	background : #FFF url('../img/body_bg.jpg') no-repeat fixed 50% 0;
	color : #000;
	font-family : Verdana,sans-serif;
	margin : 0;
	padding : 0;
	text-align : center;
}

#container {
	height : 680px;
	margin : 0 auto;
	position : relative;
	text-align : left;
	width : 1024px;
	overflow : hidden;
}

#logo {
	position : absolute;
	top : 0px;
	right : 0px;
}

#left {
	float : left;
	display : block;
	width : 562px;
	height : 100%;
}

#right {
	float : left;
	display : block;
	width : 462px;
	height : 100%;
}

#loaderdiv {
	width: 0px;
	height: 0px;
	display: none;
	background-image: url('../img/home_hover.png');
	background-image: url('../img/gemeenten_hover.png');
	background-image: url('../img/steunpunten_hover.png');
	background-image: url('../img/contact_hover.png');
	background-image: url('../img/menu_expand_bg_hover.png');
}
	
						/* Pagina-opbouw-End */
						/* Menu */
#menu {
	height : 498px;
	padding-top : 95px;
	padding-left : 30px;
}

#menu a{
	margin-bottom :3px;
	height : 56px;
	width : 303px;
}

#menu a.homenav {background-image:url('../img/home.png');display : block;}
#menu a.homenav:hover, .homenavcurrent {background-image:url('../img/home_hover.png');display : block;}
#menu a.gemeenten {background-image:url('../img/gemeenten.png');display : block;}
#menu a.gemeenten:hover, .gemeentencurrent {background-image:url('../img/gemeenten_hover.png');display : block;}
#menu a.steunpunten {background-image:url('../img/steunpunten.png');display : block;}
#menu a.steunpunten:hover, .steunpuntencurrent {background-image:url('../img/steunpunten_hover.png');display : block;}
#menu a.contact {background-image:url('../img/contact.png');display : block;}
#menu a.contact:hover, .contactcurrent {background-image:url('../img/contact_hover.png');display : block;}

ul.expand {
	position : absolute;
	top : 68px;
	left : 398px;
	display : none;
	overflow : hidden;
	list-style : none;
	width : 172px;
}

ul.expand li {
	background-image : url('../img/menu_expand_bg.png');
	height : 21px;
	margin-bottom : 3px;
	padding-left : 5px;
	font-size : 12px;
	font-weight : bold;
	line-height : 21px;
}

ul.expand li:hover {
	background-image : url('../img/menu_expand_bg_hover.png');
}

ul.expand li.current {
	background-image : url('../img/menu_expand_bg_hover.png');
}

.menulogos {
	margin-top : 50px;
	margin-left : 25px;
}
					/* Menu-End */
					/* Text */
h1 {
	font-size : 18px;
	font-weight : bold;
	margin-bottom : 22px;
}

h2 {
	font-size : 14px;
	font-weight : bold;
	margin-bottom : 22px;
}

p {
	font-size : 14px;
	line-height : 1.5;
}

label {
	font-size : 14px;
	float : left;
}

input {
	float : right;
	display : block;
}

#contactsubmit {
	clear : both;
}




textarea { float:right;}

a:link, a:visited, a:active {
	color : black;
	text-decoration : underline;
}

a:hover {
	color : #ff002f;
	text-decoration : underline;
}

.expand a {
	text-decoration : none;
	display : block;
	width : 172px;
}

.expand li.current a {
	color : #ff002f;
}

					/* Pagina-specifieke margins voor tekstblok (p) */
.home {
	margin-top : 305px;
	margin-left : 141px;
	width : 370px;
}

.contacttext {
	margin-top : 280px;
	margin-left : 141px;
	width : 370px;
}

.samenwerking, .regie {
	margin-top : 220px;
	margin-left : 141px;
	width : 370px;
}
					/* Text-End */
img {
	border : 0;
}
