/* -------------------- SITE --------c------------ */

.screenDisable {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	}

.printDisable {
	}

body { }


html, body, #sidecentreringTabel {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0px;
	background-color: #61737f;	
	}

#sidecentreringCelle {
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	height: 96%;
	}

#sidecentrering {
	position: relative;
	margin: auto;
	width: 990px;
	min-height: 560px;
	text-align: left;
	background-color: #ffffff;
	}

#custInfo {
	margin: 0px;
	padding: 10px 0 10px 90px;
	border-top: 1px solid black;
	text-align: center;
	background-image: url(/images/backcust.jpg);
	background-repeat: repeat-y;
font-size: 10px;
	}

#custInfo a { text-decoration: none; color: red;}
#custInfo a:link {color: red;}
#custInfo a:visited { color: red;}
#custInfo a:hover { text-decoration: underline; color: red; }
#custInfo a:active {}

#techCMS {
	height: 8px;
	padding-left: 2px;
	text-align: left;
	font-size: 10px;
	color: silver;
	}

#techCMS a:link { color: red; text-decoration: none }
#techCMS a:visited { color: red}
#techCMS a:active { color: red}
#techCMS a:hover { text-decoration: underline }

/* -------------------- MODULE : i_menu.asp -------------------- */

#menu2 {
	position: absolute;
	z-index: 50;
	top: 100px;
	left: 20px;
	width: 125px;
	}

/* -------------------- MODULE : i_printfriendly.asp -------------------- */

#printfriendly {
	position: absolute;
	z-index: 100;
	top: 100px;
	left: 780px;
	width: 17px;
	height: 16px;
	}

/* -------------------- MODULE : i_search.asp -------------------- */

#panel_search {
	position: absolute;
	z-index: 100;
	top: 80px;
	left: 700px;}

.seaf_input {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	border: 0px;
	width: 150px;
	height:18px;
	background-color: white;
	padding: 0;
	margin:0;
	position:absolute;
	top:0px;
	}
.seaf_button {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	border: 0px;
	color: black;
	background-color: #f0f0f0;
	cursor: pointer;
	height: 18px;
	width: 30px;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	position: absolute;
	left: 150px;
	}

.sear_Words,
.sear_Text,
.sear_Head0,
.sear_Head1 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: black;
	}

.sear_Words {
	color: #505050;
	}

.sear_Text,
.sear_Text A,
.sear_Text A:link,
.sear_Text A:active,
.sear_Text A:visited {
	color: #505050;
	}

.sear_Text A:hover {
	text-decoration: underline;
	}

.sear_Head0 {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #808080;
	}

.sear_Head1 {
	font-size: 14px;
	margin-bottom: 1em;
	}

.sear_Error {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	color: black;
	}

/* -------------------- MODULE : i_contact3.asp -------------------- */

.ctf_legendText, .ctf_legendEmail, .ctf_legendMemo, .ctf_legendMemo2, .ctf_legendShow, .ctf_legendSelect, .ctf_legendRadio {
	margin: 0;
	text-align: left;
	vertical-align: top;
	}

.ctf_legendCheckbox {
	text-align: left;
	}

.ctf_fieldText, .ctf_fieldEmail, .ctf_fieldMemo, .ctf_fieldMemo2 {
	margin: 0;
	width: 250px;
	}

.ctf_fieldCheckbox, .ctf_fieldSelect, .ctf_fieldRadio {}

.ctf_fieldMemo, .ctf_fieldMemo2 {
	height: 50px;
	}

.ctf_textButton {}

.ctf_legendShow2{
	text-align: left;
	}

.ctf_legendCheckbox a, 
.ctf_legendCheckbox a:link, 
.ctf_legendCheckbox a:visited,
.ctf_legendCheckbox a:hover,
.ctf_legendCheckbox a:active { 
	text-decoration: none;
	}

/* -------------------- CUSTOM PANELS -------------------- */

/*	Elements that are positioned on an absolute position.
	This is often logo, menu and printfriendly and other stuff that goes into the top of the page.
	You can't position things absolutely that's supposed to appear below the elements that follows the page flow (see section below).
*/









/*	Elements that follows and expands the normal page flow.
	This is typically text1 and custinfo.
*/

#resize {
	padding-top: 50px;
	padding-left: 10px;
	background-image: url(/images/backg.jpg);
	background-repeat: repeat-y;
	}





#text1 {
	z-index: 300;
	width: 600px;
	min-height: 480px;
	padding-top: 80px;
	padding-left: 200px;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #DDDDDD;
	scrollbar-arrow-color: #080E1A;
	scrollbar-track-color: #F8F8F8;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #080E1A;
	scrollbar-darkshadow-Color: #080E1A;
	background-color: transperent;
	}

#text1 a { color: blue; text-decoration: none }
#text1 a:link {}
#text1 a:visited {}
#text1 a:hover { text-decoration: underline }
#text1 a:active {}


#top	{
	position: absolute;
	z-index: 80;
	padding-top: 0px;
	padding-left: 0px;
	background-image: url(/images/top.jpg);
	width:  990px;
	height: 60px;
	}


#logo	{
	position: absolute;
	z-index: 100;
	padding-top: 5px;
	padding-left: 0px;
	background-image: url(/images/logo.png);
	width:  137px;
	height: 56px;
	}

#panel	{
	position: absolute;
	z-index: 60;
	padding-top: 60px;
	padding-left: 0px;
	background-image: url(/images/panel.jpg);
	width:  990px;
	height: 20px;
	}

