/*
  Theme Name: Naamkunde
  Author: Matthijs-Brouwer
*/

@media screen {


body, html { 
	background-color: #5f9ea0;
	background-color: #003333;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif; 
	margin-right: 0px; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px;
	padding: 0px;
}


div.logo { 
	height: 124px;
	height: 70px;
 	width: 100%; 
	color: #f0fff0;
	font-size: 50px; 
	overflow: hidden;
	background-color: #003333;
	border-bottom: 5px solid #387c44;
}

div.omlogo {
	border-bottom: 5px solid #8bb381;
}

div.logo div { 
	margin-top: 4px; 
	margin-left: 15px;
	z-index: 5;
}

span.firstl {
	color: #ff9900;
}


	
a { 
	color: #cc6600;
	text-decoration: none; 
}

a.externelink { 
	color: #cc8800;
	text-decoration: none; 
}


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


a.externelink:hover { 
	color: #cc8800;
	text-decoration: underline; 
}

div#hoofd { 
	background-color: #f0fff0;
}

div#hoofd2 { 
	padding: 20px;
	background-color: white;
	margin-left: 175px;
	margin-right: 25%;
	height: auto;
	min-height: 1000px;
	border-right: 1px dotted silver;
	border-left: 1px solid silver;
}

div.nieuws {
	padding: 15px;
	padding-top: 20px;
	position: absolute;
	left: 75%;
	top: 82px;
}

div.zij { 
	position: absolute; 
	top: 82px; 
	left: 0px; 
	height: 100%; 
	width: 170px; 
	z-index: 5; 
	color: white; 
}

div.nav { 
	margin-right: 5px; 
	margin-left: 10px; 
	margin-top: 15px; 
}


div.navknop {
	border-style: solid;
	border-width: 1px;
	border-color: #5f9ea0;
}

div.nav a { 
	display: block; 
	font-size: 12px; 
	padding: 5px; 
	color: #333399; 
	font-weight: bold;
	background-color: white;
	border-right-style: solid; 
	border-right-color: #ccffcc; 
	border-right-width: 15px; 
}


div.nav a:hover { 
	display: block; 
	font-size: 12px;
	text-decoration: none; 
	padding: 5px; 
	color: #333399;
	border-right-style: solid; 
	border-right-color: #6699cc; 
	border-right-width: 15px; 
	background-color: #ccffcc; 
}


div.nav a.actief, div.nav a:active { 
	display: block; 
	font-size: 12px; 
	font-weight: bold; 
	padding: 5px; 
	color: #333399;
	color: silver;
	border-right-style: solid; 
	border-right-color: #6699cc; 
	border-right-width: 15px; 
	background-color: #ccffcc;
}

.lijntje { 
	display: block; 
	font-size: 50px; 
	height: 4px; 
	overflow: hidden;
	margin-left: 7px;
	color: #f0fff0;
	border-left-style: solid;
	border-left-width: 5px; 
	border-left-color: #cc6600;
}


h1, h2, h3 { 
	font-size: normal; 
}

h1 { 
	margin-top: 0px; 
	margin-bottom: 20px; 
	color: #5f9ea0; 
	font-size: 1.3em;
	color: firebrick;
}

p, dt, dd, li, th, td, label { 
	font-size: small; 
	text-align: left;
	line-height: 150%;
}


thead {
	color: gray;
}

table {
	border-spacing: 0.5em;
}

div.vn10k table {
	border-spacing: 0.2em;
	font-size: 50%;
}

div.vn10k form {
	margin-top: 1em;
}	


p { 
	margin-top: 6px;
}

div#hoofd2 h2 { 
	font-size: 1em; 
	line-height: 100%; 
	margin-top: 20px; 
	margin-bottom: 10px; 
	border-left-style: solid;
	border-left-color: #6699cc; 
	border-left-width: 0.8em; 
	padding-left: 0.5em;
	color: maroon;
	color: firebrick;
}

div#hoofd2 h3 { 
	font-size: 0.9em; 
	font-weight: bold; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	color: maroon;
	color: firebrick;
	border-left-style: solid;
	border-left-color: #6699cc;
	border-left-color: white;
	border-left-width: 0.3em; 
	padding-left: 0.3em;
	border-left-width: 1em; 
	padding-left: 0.5em;
	
}

.leader {
	font-size: small;
	line-height: 150%;
	font-weight: bold;
	color: #505050;
}



div.nieuws h2 {
	font-size: 1em; 
	line-height: 100%; 
	margin-top: 0px; 
	display: block;
	font-weight: bold;
	padding: 0.3em;
	color: #003333;
	border-top: 2px solid rgb(88,120,0);
	border-bottom: 2px solid rgb(88,120,0);
}

div.nieuws h3 {
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	color: #003333;
}

div.nieuws p {
	font-size: 70%;
}


div.nieuws a.actief, div.nieuws a:active, a#active_menu { 
	color: silver;
}


div#homemenu li:first-child a {
	color: silver;
}


ul#mainlevel {
	list-style: none;
	margin: 0px;
	margin-top: 1em;
	padding: 0px;
	margin-left: 1.5em;

}

ul#mainlevel li {
	list-style: disc;
}

ul#mainlevel li ul {
	list-style: none;
	margin: 0px;
	margin-left: 1em;
	padding: 0px;
}


ul#mainlevel li ul li {
	list-style: circle;
}


p.nieuwsinfo {
	font-size: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: black;
	padding-top: 2px;
}

div.footer {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 175px;
	color: white;
}


div.footer a {
	color: white;
	font-weight: bold;
}

div.footer a:hover {
	color: #f0fff0;

}

dt { 
	font-weight: bold; color: navy;
}

dd { 
	margin-bottom: 3px;
}

.kleiner {
	font-size: 80%;
}

p.newsactive, div.nieuws h3.newsactive {
	color: gray;
}

.newsactive a {
	color: gray;
}


div.datum {
	text-align: left;
	color: #999999;
	font-size: 70%;
	margin-bottom: 1em;
}


a.blue {
	color: #333399;
}


div.image {
	border-top: solid 1px navy;
	border-bottom: solid 1px navy;
	padding: 0px;
	margin-bottom: 10px;
}

div.image p {
	color: #505050;
	font-size: 70%;
}

div.image img {
	float: left;
	margin-right: 10px;
}

div.ruler {
	height: 2px;;
	clear: both;
	overflow: hidden;
}

div.ruler hr {
	visibility: hidden;
	height: 1px;
}

} /* Einde @media screen */

@media print {

div.zij {
	display: none;
}

div#homemenu {
	display: none;
}

div.logo {
	display: none;
}

div.footer {
	display: none;
}

} /* Einde @media print */