body {
	font-family: verdana;
	font-size: 10px;
	margin:0px;
	padding:0px 0px 20px 0px;
	width:100%;
}
#tMain {
	width:100%;
	padding:0px;
	margin:0px;
}
#rPrintHeader {
	display:none;
}
#header {
 	/* background-image: url(/skins/blue/images/header_bg_C.jpg); */
	background-repeat: no-repeat;
	background-position: top;
	height:140px;
	width:980px;
	float:left;
 }
#header-animation {
	float:left;
	width:960px;
	text-align:right;
	z-index:1;
	padding-right:20px; 
	*width:980px;
}
#logo {
	margin:-140px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	height:88px;
	float:left;
	z-index:3;
	*margin:-140px 0px 0px 10px;
}
#menu {
	margin:-53px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	height:53px;
	float:left;
	z-index:2;
	*margin:-53px 0px 0px 10px;
	
}
#menu ul {
	display: inline;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
#menu li {
	display: inline;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
 	color:white;
	font-weight:normal;
	margin-right:23px;
	line-height:32px;
	float:left;
}
#menu a {
	color:white;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
	float:left;
}
#menu a.selected, #menu a:hover  {
	float:left;
	color:white;
	text-decoration:none;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
#menu a.home {
	color:#ffffff;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
#menu a.home:hover {
	color:#D7C7BD;
}

#breadcrumb {
	margin:-19px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	height:14px;
	float:left;
	z-index:2;
	*margin:-20px 0px 0px 10px;
}
#breadcrumb ul {
	display: inline;
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#breadcrumb li {
	display: inline;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
 	color:white;
	font-weight:normal;
	line-height:12px;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
#breadcrumb a {
	color:white;
	text-decoration:none;
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
}
#breadcrumb a:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

#tContent_center {
	padding: 21px 0px 0px 20px;
	float: left;
	background-image: url(../images/bg/content_bg.jpg);
	background-repeat: repeat-x;
	width:100%;
	* width:auto;
	min-height:400px;
}
#tContentRow_left {
	background-image: url(../images/bg/content_bg.jpg);
	background-repeat: repeat-x;
}
#tContentRow_center {
	padding: 16px 0px 15px 20px;
	float: left;
	background-image: url(../images/bg/content_bg.jpg);
	background-repeat: repeat-x;
	width:100%;
	* width:auto;
	min-height:180px;
}
#tContentRow_right {
	background-image: url(../images/bg/content_bg.jpg);
	background-repeat: repeat-x;
}
#tContentRow2_center {
	padding: 15px 0px 0px 20px;
	float: left;
	width:100%;
	* width:auto;
	/* min-height:200px; */
}
#tSlider_left {
	background-repeat: repeat-x;
	background-position:20px;
	height:60px;
}
#tSlider_center {
	background-repeat: no-repeat;
	background-position:center;
	height:60px;
}
#tSlider_right {
	background-repeat: repeat-x;
	background-position:center;
	height:60px;
}

#tDisclaimer_left {

	background-image: url(/images/bg/metabar_left_bg.gif);
	background-repeat:repeat-x;
	height:20px;
}
#tDisclaimer {
	background-image: url(/images/bg/metabar_bg.jpg);
	background-repeat: no-repeat;
	height:20px;
}
#adobeSilver {
	float:right;
	margin-top:-10px;
} 

#disclaimer {
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	float:left;
	*margin-left:10px;
	
}
#disclaimer ul {
	display: inline;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
#disclaimer li {
	display: inline;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
 	color:white;
	font-weight:normal;
	margin-right:23px;
	float:left;
	line-height:20px;
}
#disclaimer a {
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	float:left;
	color: #625652;
}
#disclaimer a.selected, #disclaimer a:hover  {
	float:left;
	color:black;
	text-decoration:none;
}

/*  */
#contentMain {
	float: left;
}
#content_left {
	float: left;
	margin:0px;
	width:220px;
}
#content_center {
	float: left;
	margin:0px;
	width:460px;
	*width:482px;
	border-left:2px solid #e3e7e5;
	margin-left:9px;
	padding-left:9px;
	border-right:2px solid #e3e7e5;
	padding-right:9px;
	margin-right:9px;
	min-height:366px;
	*height:366px;
}
#content_right {
	float: left;
	margin:0px;
	width:220px;
}
#content_hor_divider {
	float:left;
	width:460px;
	height:20px;
	background-repeat: no-repeat;
	margin-top:10px;
}
#vert_divider {
	float: left;
	margin:0px 9px 0px 9px;
	background-color:#e3e7e5;
	width:2px;
	height:390px;
	min-height:390px;
}
.hor_divider_blanc {
	float: left;
	width:200px;
	height:10px;
}
#searchformLayer {
	position:absolute;
	width:220px;
	height:100px;
	top: 139px;
	z-index:5;
	visibility:hidden;
}
#searchresultsLayer {
	position:absolute;
 	width: 710px;
	height:200px;
	top: 139px;
	z-index:6;
	display:none; 
}
#contactformLayer {
	position:absolute;
	width:220px;
	top: 139px;
	z-index:6;
	visibility:hidden;
}
#languageSelectLayer {
	width:500px;
	height:100px;
	top: 250px;
	z-index:99;
	position: absolute;
	margin: 0 auto;
}

/* shadow effects */
.blur{
	background: transparent url(/images/bg/shadow1.png);
	color: inherit;
	margin-left: 2px;
	margin-top: 3px;
}
.shadow {
	position: relative;
	bottom: 2px;
	right: 2px;
}
.content{
	position: relative;
	bottom: 1px;
	right: 1px;
	left: 1px;
}
.shadow{
	background: transparent url(/images/bg/shadow1.png);
	color: inherit;
}
/* curtains */
#curtainsForWindows {
	width:100%;
	height:100px;
	position: absolute;
	top:140px;
	left:0px;
	z-index:98;
	display:none;
	cursor:wait;
	text-align:center;
}

#curtain {
	position: absolute;
	top:0px;
	left:0px;
	background-color:#eeeeee;
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
	width:100%;
	height:100%;
	text-align: center;
}
#loader {
	margin: auto;
	width:200px;
	padding:20px;
	border:1px solid #909090;
	position:relative;
	top:250px;
	background-color:white;
}
/* Forms */
#form {
	clear:left;
	font-size:11px;
}
#formSubmit {
	width:440px;
	/* display:none; */
}
#form_title {
	clear:left;
	font-size:12px;
	font-weight:bold;
}
.form_body {
	font-size:11px;
	line-height:16px;
	margin:12px 0px 12px 0px;
}
.form_body_error {
	color:red;
}
div.form_row {
	clear:left;
	margin-bottom:5px;
}
div.form_var, div.form_var_error {
	width:120px;
	float:left;
	font-size:11px;
}
div.form_val {
	float:none;
	margin-bottom:2px;
	font-size:11px;
	text-align:left;
	margin-left:120px;
}
div.form_var_contact,div.form_val_contact,div.form_var_contact_error {
	float:left;
	font-size:11px;
	color:#666666;
	float:none;
}
div.form_var_error,div.form_var_contact_error {
	color:red;
}
div.form_val_contact {
	float:none;
	margin-bottom:2px;
	font-size:11px;
	text-align:left;
}

div.opsomming {
	list-style: inside;
}
div.opsomming a 
{
	display: list-item;
	margin-bottom: 4px;
	font-weight: bold;
}

