/**
Green: 7ec600
Black: 000
White: fff
Grey: 484848
**/

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #000;
}

a:hover {
	color: #367bdd;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	background-color: #fff;
	text-align: center;
}
	
#container {
	position: relative;
	background-color: #FFFFFF;
	display: block;
	margin: 0 auto;
	padding: 0px;
	width: 720px;
	text-align: left;
}

#header {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 180px;
}

body.batenburg #header {
	background-image: url(../images/fotoBatenburg.jpg);	
}

body.wonen #header {
	background-image: url(../images/fotoWonen.jpg);	
}

body.familie #header{
	background-image: url(../images/fotoFamilie.jpg);	
}

body.ondernemen #header{
	background-image: url(../images/fotoOndernemen.jpg);	
}

h1 {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 6px 0px 0px 8px;
	height: 24px;
}

body.batenburg h1 {
	background-image: url(../images/logoBatenburgBig.gif);
}

body.wonen h1 {
	background-image: url(../images/logoWonenBig.gif);
}

body.familie  h1 {
	background-image: url(../images/logoFamilieBig.gif);
}

body.ondernemen h1 {
	background-image: url(../images/logoOndernemenBig.gif);
}

h1 span {
	display: none;
}

h2 {
	position: absolute;
	top: 281px;
	left: 30px;
	font-weight: normal;
	font-size: 1.5em;
}

h2 em {
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 1em;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 1em;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 1em;
}

p {
	padding-bottom: 1em;
}

body.batenburg h2 em {
	color: #7ec600;
}

body.wonen  h2 em {
	color: #c61c00;
}

body.familie h2 em {
	color: #f5be01;
}

body.ondernemen h2 em {
	color: #1f51a6;
}

ul#nav {
	display: block;
	padding: 0;
	margin: 8px 8px 0px 8px;
}

#nav li {
	display: inline;
}

#nav li:before {
	content: "\0020 \003A \0020";
	color: #000;
	font-weight: bold;
}

#nav li.first:before {
	content: "";
}

#nav li a:link, #nav li a:visited , #nav li.here{
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}

#nav li a:hover {
	padding-bottom: 2px;
}

body.batenburg  #nav li a:hover {
	border-bottom: 3px solid #7ec600;
}

body.wonen  #nav li a:hover {
	border-bottom: 3px solid #c61c00;
}

body.familie  #nav li a:hover {
	border-bottom: 3px solid #f5be01;
}

body.ondernemen  #nav li a:hover {
	border-bottom: 3px solid #2152a7;
}

#nav li.here {
	color: #707070;
}

ul#subnav {
	float: left;
	padding: 0;
	margin: 112px 0px 40px 0px;
	width:  185px;
	list-style: none;
	text-align: right;
	line-height: 2em; 
}

#subnav li a:link, #subnav li a:visited, #subnav li.here {
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
	padding-right: 10px;
	padding-left: 15px;
}

#subnav li a:hover {
	padding-right: 7px;
}

body.batenburg #subnav li a:hover {
	border-right: 3px solid #7ec600;
}

body.wonen #subnav li a:hover {
	border-right: 3px solid #c61c00;
}

body.familie #subnav li a:hover {
	border-right: 3px solid #f5be01;
}

body.ondernemen #subnav li a:hover {
	border-right: 3px solid #2152a7;
}

#subnav li.here {
	font-weight: bold;
	background-color: #D9D9D9;
}

#content {
	width: 410px;
	margin-top: 90px;
	margin-left: 215px;
}
	

#content p, #content li, #homecontent p, #homecontent li {
	color: #484848;
	line-height: 1.5em;
}

#content ul, #content ol {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 1em;
}

#footer {
	clear: both;
	margin-top: 35px;
	padding: 20px 0px 15px 0px;
	color: #484848;
	text-align: center;
	font-size: 0.8em;
	display: block;
}

body.batenburg  #footer {
	color: #fff;
	background-color: #7ec600;
}

body.wonen  #footer {
	color: #fff;
	background-color: #c61c00;
}

body.familie  #footer {
	color: #000;
	background-color: #f5be01;
}

body.ondernemen  #footer {
	color: #fff;
	background-color: #2152a7;
}

/**  Google Maps **/
table.directions {
	width: 400px;
}

#googlemaps {
	display: block;
	padding-top: 20px;
}

#map_canvas {
	width: 400px;
	height: 350px;
}

#directions {
	width: 400px;
}

#googlemaps #submit {
	margin-top: 15px;
}

/** error **/
#content p.error {
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #000;
	border: 1px solid #ff0000;
	padding: 3px 3px 3px 30px;
	margin-bottom: 1em;
}

/** form **/
fieldset {
	color: #484848;
	line-height: 1.5em;
	margin-bottom: 15px;
	border: 1px solid #D9D9D9;
	padding: 5px;
}

fieldset legend {
	font-weight: bold;
}

form#contact label {
	font-size: 1em;
	color: #484848;	
	font-weight: normal;
}
	
form#contact table th {
	text-align: left;
}

form#contact input.field{
	width: 200px;
}

form#contact .areafield {
	width: 350px;
}

/** home links **/
div#homecontent {
	width: 410px;
	margin: 30px 30px 0px 250px;
}

div#homeaddress {
	margin: 15px 30px 0px 250px;
}

div#homelinks {
	float: left;
	background-color: #fff;
	margin-left: 28px; 
	margin-top: 20px;
	margin-bottom: 40px;
	background-image: url(../images/background_homelinks_.gif);
	background-position: top center;
	background-repeat: repeat-y;
	border-bottom: 1px solid #E8E8E8;
}

div.home_links {
	width: 220px;
	float: left;
	margin: 0 1px 0 0;
}

div.home_links.first {
	width: 220px;
	margin: 0 1px 0 1px;
}

div.home_links h2 {
	position: relative;
	top: 0px;
	left: 0px;
	font-weight: normal;
	font-size: 1.5em;
	padding: 2px 0 2px 0;
	margin: 0;
	text-align: center;
	background-color: #DADADA;
}

div.home_links.wonen h2 {
	background-color: #E8E8E8;
}

div.home_links li a:link, div.home_links li a:visited {
	font-size: 1.1em;
}

div.home_links ul {
	padding: 0 0 0 20px;
	list-style: none;
}

div.home_links li {
	padding-bottom: 4px;
}

/* Files */
ul#filelinks {
	list-style: none;
	padding: 20px 0px 20px 24px;
	margin: 0;
}

ul#filelinks li {
	margin-bottom: 8px;
	padding-left: 24px;
}

.icon_pdf {
	background-image: url(../images/icon_pdf.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}

.inputerror, .error {
	border: 1px solid #f00;
	background-color: #fdd;
}

.hide {
	display: none;
}
