/** stylesheet voor noordoost.nl 2.0  ***/


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

html, body, table {
	font-family: Helvetica, arial;
	font-size: 12px;
}

blockquote {
	border: 1px solid gray;
	font-style: italic;
	margin: 4px;
	padding: 5px;
}


td {
	vertical-align: top;	
}

td.rechts {
	text-align: right;
}

div#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #E6EBFC;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/* HEADER VELD */
div#header {
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	padding: 20px 0 10px 0;
	background-color: #758CE2;
	color: white;
}

div#menu {
	background-color: #B3C0F0;  
	text-align: center;
}

div#menu ul {
	margin: 0;
	padding: 5px;
}

div#menu li {
	display: inline;
	padding: 8px;
}

div#menu a {
	text-decoration: none;
	color: #020A77;
	padding: 0 5px;

}

div#menu a:hover {
	background-color: #758CE2; 
	color: white;
}

/* CONTENT VELD */

div#zijkant {
	float: left;
	width: 140px;
	display: inline;
	padding: 5px;
}


div#zijkant div.blok1 {
	padding: 5px;
	width: 110px;
/*	height: 100px; */
	background-color: #FCBBBB;
	border-color: 1px solid green;
	text-align: center;
	margin-bottom: 10px;
}

div#content {
	float: left;
	width: 615px;
	display: inline;
	padding: 20px 5px;
}

div#browsecontent, div#beheercontent {
	width: 780px;
	text-align: center;
}

div#browsecontent img {
	margin: 5px;
	border: 1px solid black;
}

div#beheercontent table {
	margin-top: 30px;
	border-collapse: collapse;
	border: 1px solid black;
}

div#beheercontent th {
	width: 150px;
	vertical-align: top;
	background-color: #758CE2;
	color: white;
	padding: 2px 5px;
	border: 1px solid black;
}

div#beheercontent td {
	border-left: 1px solid black;
	padding: 1px 10px; 
}

div#imagecontent {
	width: 780px;
	text-align: left;
}

div#imagecontent img {
	margin: 10px 15px 10px 10px;
	border: 1px solid black;
	float: left;
	display: inline;
}

div#bestel {
	clear: both;
	background-color: #B3C0F0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px;
	margin-top: 10px;
}

div#bestel input {
	border: 1px solid black;
	margin: 0 10px 0 0;
}


div#textcontent {
	width: 740px;
	padding: 20px;
}

/* foto bij mouse-over in b.asp*/
div#foto {
	display: none;
	position: absolute;
	padding: 5px;
	background-color: #020246;
	font-size: 9px;
	border: 1px solid black;
	color: white;
	font-size: 12px;
/*	opacity: 0.2;
	filter: alpha(opacity=20); */
}

ul.hoofdklasse {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.hoofdklasse li {
	display: inline;
	float: left;
	padding: 4px;
	margin: 3px;
	border: 1px solid gray;
	background-color: #B3C0F0;
	font-weight: bold;
}

ul.subklasse {
	margin: 5px;
	padding: 0;
	width: 175px;
	height: 160px;
}


ul.subklasse li {
	display: inline;
	padding: 0 8px 2px 0;
	margin: 0;
	border: 0;
	font-weight: normal;
}


div#content a, div#textcontent a, div#blok2 a {
	text-decoration: underline;
	color: black;
/*	border-bottom: 1px dotted #333; */
}

div#content a:hover, div#textcontent a:hover, div#blok2 a:hover {
	text-decoration: none;
	background-color: white;
/*	border-bottom: 1px solid black; */
}


div#imagecontent a {
	text-decoration: underline;
	color: black;
/*	border-bottom: 1px dotted #aaa;  */
}

/*
div#imagecontent a:hover {
	background-color: #EEE;
	border-bottom: 1px solid black; 
}
*/

div#nieuwsbrief {
	display: block;
	clear: both;
	width: 275px;
	float: left;
}

div#adresgegevens {
	margin-left: 50px;
	float: left;
	display: inline;
	width: 275px;
}

a.submenu {
	text-decoration: none;
	color: #020A77;
	padding: 0 4px;
}

a.submenu:hover {
	background-color: #758CE2; 
	color: white;
}



table.form {
	background-color: #B3C0F0;
	border: 1px solid #444;
}

table.form td {
	padding: 0 5px;
}

/* FOOTER VELD */
div#footer {
	clear: both;
	background-color: red;
	color: white;
	text-align: center;
	margin-bottom: 75px;
}

