@media screen { 

/*algemeen*/
body, td, input, select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333
}

body {
	background-color: #2E3127;
	margin: 10px 10px 20px 10px;
}

p {margin: 0px 0px 12px 0px; padding: 0px}
td {vertical-align: top}
img {border: 0px}
form {margin: 0px; padding: 0px}

h1, h2, h3, h4 {margin: 0px; padding: 0px; line-height: 120%}
h1, h2 {font-family: Georgia, Times, Times New Roman, serif}
h1 {line-height: 130%; color: #900}

a {color: #900; text-decoration: none}
a:hover {color:#000; text-decoration: underline}

/*cols*/
td.kolom1, td.kolom2 {
	background-color: #000;
	padding: 0px 0px 40px 0px;
	width: 160px;
}
td.kolom2 {text-align:right}
td.kolom3 {
	padding: 0px 30px 30px 0px;
	background-color: #fff;
}


/*kolom 1*/
div.hoofdmenu {
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #2E3127;
}

div.hoofdmenu div {
	padding: 2px 0px 2px 0px;
	text-align: right;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #888
}

div.hoofdmenu a, div.hoofdmenu a:hover {color: #888; text-decoration: none}

.actiefmenuitem a, .actiefmenuitem a:hover {color: #eee!important}

div.zoek {
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #2E3127;
}
div.zoek div {
	padding: 2px 0px 10px 0px;
	text-align: right;
}
input.zoektekst {
	font-size: 10px;
	color: #444;
}
input.zoekbutton {
	margin: 2px;
	font-size: 9px;
	font-weight: bold;
	color: #666;
	background-color: #eee;
	cursor: hand
}

#frameT {
	margin: 10px 0px 10px 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: 0px solid #2E3127;
	text-align: right;
	font-weight: bold;
	color: #eee;
}

#frameT a, .styleswitch a {color: #888; text-decoration: none;}
#frameT a:hover, .styleswitch a:hover {color: #eee; text-decoration: underline;}


/*kolom 2*/
div.logo {
	margin: 0px;
	width: 160px;
	height: 160px;
	background-color: #eee
}

div.stanlogo {
	padding: 100px 2px 0px 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #666;
	text-align: center;
}

div.stanlogo div.stan {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 46px;
	font-weight: bold;
	line-height: 85%;
	color: #900
}

div.menu {
	margin: 10px 0px 12px 0px;
	width: 80%;
	float: right
}
div.nav2kop, div.nav2 {
	padding: 2px 10px 2px 2px;
	border-bottom: 1px solid #000;
	font-size: 9px;
	color: #eee;
	/* white-space: nowrap */
}
div.nav2kop {
	padding: 2px 10px 2px 0px;
	border-bottom: 1px solid #2E3127;
}

div.menu a, div.menu a:hover {color: #888; text-decoration: none;}

div.styleswitch {
	margin: 0px 0px 10px 0px;
	width: 80%;
	border-top: 1px solid #2E3127;
	float: right
}

.style1 {font-size: 9px}
.style2 {font-size: 11px}
.style3 {font-size: 13px}

/*kolom 3*/
div.paginatitel {
	padding: 6px 0px 6px 30px;
	font-family: Georgia, Times, Times New Roman, serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 4px;
	border-bottom: 2px solid #eee;
	font-variant: small-caps;
}

table.content {margin: 10px 0px 0px 30px}

#frameB, #frameC {line-height: 130%}

/*bottom*/
td.bottomleft {
	padding: 5px 5px 5px 5px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #000;
	color: #888;
	vertical-align: bottom;
}
td.bottomleft a{color: #666; font-weight: bold; text-decoration: underline}
td.bottomleft a:hover {color: #eee; font-weight: bold; text-decoration: none}

td.bottomright {
	padding: 0px 10px 5px 0px;
	background-color: #fff;
	text-align: right;
	vertical-align: bottom;
}
div.bottom {border-top: 1px solid #000}
div.bottom a {color: #666}
}

@media print	{
.noprint, .kolom1, .kolom2, .bottomleft, .bottomright {display: none; page-break-after: avoid;}
.doprint {display: block}

body {
	margin: 1cm 0cm 0.5cm 1cm;
	padding: 0px
}

body, td, a {
	/* font-family : "Times New Roman", Times, serif; */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt!important;
	color: #000000;
	background-color: #ffffff;
}
h1, h2 {font-family: Georgia, Times, Times New Roman, serif}
h1 {font-size: 16pt!important}
h2, h3 {font-size: 14pt!important}
h4 {font-size: 12pt!important}

table {page-break-inside: avoid}
td {vertical-align: top}

#oranjekolom {width:150px; padding-left:20px}

}



