@media screen { 

body, td, input, textarea, select {
	font-family: Verdana, Univers, Arial, sans-serif;
	font-size: 8pt;
}

body {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background: #FFF;
	scrollbar-base-color: #C6C7C6; 
	scrollbar-face-color: #848284; 
	scrollbar-track-color: #C6C7C6; 
	scrollbar-arrow-color: #C6C7C6;
	scrollbar-highlight-color: #848284; 
	scrollbar-3dlight-color: #C6C7C6; 
	scrollbar-shadow-color: #C6C7C6;
	scrollbar-darkshadow-color: #C6C7C6; 
	overflow: auto;
}

H1, H2, H3, H4 {
	font-family: Arial, Verdana, Univers, sans-serif;
	color: #962131;
	font-weight: bold;
	margin-top: 3px;
}

H1 {font-size: 18pt;line-height:20pt}
H2 {font-size: 14pt;line-height:16pt}
H3 {font-size: 12pt;line-height:14pt}
H4 {font-size: 10pt;line-height:12pt}

P {margin-top: 0px}

A {
	color: #0871AD;
	text-decoration : none;
}

A:hover {color: #FF0000}

/*UL {
	list-style-image: url(grafisch/b.gif);
	margin: 0px;
	padding-left: 15px;
}

LI {
	background-image: url(grafisch/menuitem_bg.gif);
	background-repeat: no-repeat;
}*/

UL {
	list-style-image: url(grafisch/b2.gif);
	margin: 0px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 0px;
}

LI {
	border-top : 2px dotted #d4d4d4;
	padding: 0px 0px 2px 0px;
}

UL A {color: #000}

.menuitem {height:20px}

#kolom1 {
	position: relative;
	top: 0px;
	left: 10px;
}

#kolom2 {
	position: absolute;
	top: 0px;
	left: 527px;
}

#routebalk, #homebalk {
	height: 27px;   /* 51-24px */
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: 600;
	padding-top: 24px;
	overflow: hidden;
	color: #B2BE89;
}

#routebalk a, #homebalk a {color: #B2BE89}
#routebalk a:hover, #homebalk a:hover {color: #F00}

#routebalk {
	width: 351px;   /* 496-145px */
	padding-left: 145px;
	background-image: url(grafisch/top_l.gif);
}

#homebalk {
	width: 184px;   /* 204-20px */
	background-image: url(grafisch/top_r.gif);
	text-align: right;
}

#ctitel {
	width: 496px;
	height: 23px;  /* 28-5px */
	width: 484px;
	padding-top: 5px;
	padding-left: 12px;
	font-size: 12pt;
	vertical-align: middle;
	overflow: hidden;
}

#hoofdmenu {
	background-image: url(grafisch/hmenu_1.gif);
	background-repeat: no-repeat;
	width: 196px;   /* 209-3 */
	height: 121px;  /* 148-27 */
	padding: 27px 0px 0px 3px;
	overflow: hidden;
}

.hMenuItem a {
	padding-left: 5px;
	font-size: 15px;
	color: #000
}

.hMenuItem a:hover {color: #fff}

#frameCcontainer, #frameDcontainer, #frameEcontainer {
	background-repeat: repeat-y;
	padding: 0px;
}

#frameCcontainer {
	background-image: url(grafisch/framec_bg.gif);
	width: 496px;
}

#frameDcontainer {
	background-image: url(grafisch/framed_bg.gif);
	width: 204px;
}

#frameEcontainer {
	background-image: url(grafisch/framee_bg.gif);
	width: 204px;
}

#frameB, #frameC {
	padding: 0px 20px 1px 10px;
	line-height:13pt;
	width: 450px;
	overflow: hidden
}

#frameD {padding: 0px 5px 0px 10px}

#frameE {padding: 0px 5px 0px 10px}

#frameD, #frameE {
	width: 183px;
	overflow: hidden
}

.route {
	font-size: 10px;
	color: #606060;
}

#cTitel {
	font-family: Arial, Univers, Verdana, sans-serif;
	padding-left: 10px;
	font-size: 18pt;
	font-weight: bold;
}

}

@media print	{
.content	{widows: 3; orphans: 2;}
.noprint	{display: none; page-break-after: avoid;}
.table		{page-break-inside: avoid; background-color: #C0C0C0;}

body,td,a,	{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
	margin: 1cm 0cm 0cm 0cm   /*Top Right Bottom Left*/
	}
}


