/* general */
html, body, td {
	padding: 0;
	/* Estrangelo Edessa */
	font-family: Tahoma, "Tahoma";
	color: black;
	font-size: 13px;
	/* line-height: 130%; */
	line-height: 130%;
}

body {
	text-align: center;
	margin: 0 auto;
}

/* generiek */
.clear {
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	font-size: 1px;
}
.error {
	color: red;
}

a {
	color: black;
	text-decoration: underline;
	outline: none;
}
img {
	border: 0;
}

a:hover {
	color: #D9630B;
}

h1, h2, h3 {
	font-weight: bold;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 5px 0 8px 0;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 13px;
	color: #FF6600;
}

/* pagina opmaak */
div#main {
	margin: 35px auto 8px auto;
	width: 900px;
	text-align: left;
	border: 1px solid black;
}


/* enkel voor de homepages */
div#mainwithimage { /* voor de homepage, border zit om het plaatje! */
	margin: 35px auto 8px auto;
	width: 900px;
	height: 608px;
	border: 1px solid black;
	text-align: left;
	background-repeat: no-repeat;
}

div#overlay {
	margin-left: 210px; 
	font-size: 14px; 
	color: black; 
	line-height: 110%;
	
}

div#overlay.subhome {
	margin: 20px 30px 10px 280px;
	padding: 10px;
	width: 570px;
	background-image: url('../img/overlay.png');
}



div.header {
	height: 230px;
	position: relative;
	z-index:999999;
}

div#logo {
	background-image: url('../img/brandaris-sessies-logo.png');
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 258px;
	height: 103px;
}

div.menupos {
	position: absolute;
	bottom: 10px;
	
	width: 900px;
	padding-top: 3px;
}
div#benmenu {
	background-color: white;
	z-index: 10;
	height: 27px;
}
div#menu {
	z-index: 999;
} 


div.inhoud {
	padding-bottom: 10px;
}

div.links {
	width: 230px;
	margin: 10px;
	float: left;
}

div.tekst {
	float: right;
	margin: 10px;
	width: 620px;
}
div.innertekst {
	width: 600px;
}
#foot {
	width: 900px;
	margin: 4px auto;
	vertical-align: bottom;
	text-align: center;
	color: #A0A0A0;
}
#foot img {
	position: absolute;
	bottom: 0;
}


/* menu */
ul#nav {
	width: 100%;
}

ul#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 999;
}

ul#nav a {
	display: block;
	/* padding-right: 25px; */
	padding: 2px 20px 3px 10px;
	font-size: 20px;
	text-decoration: none;
	/* width: 10em; */
}

ul#nav li { /* all list items */
	float: left;
	/* width: 10em; */
	/* width needed or else Opera goes nuts */
}

ul#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	border: 1px dashed #888888;
	width: 200px;
	padding: 4px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

ul#nav li ul li a {
	font-size: 16px;
	padding: 5px;
}

ul#nav li ul li {
	width: 200px;
}

ul#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* forms */
.formtable td {
	padding: 2px;
}
.formtable input, .formtable textarea {
	width: 300px;
	font-size: 11px;
}



