@charset "utf-8";
/* CSS Document */

html, body, div, span, ul, ol, li, object, a, p, h1, h2, h3, h4, h5, h6 {
	border:0;
	margin:0;
	padding:0;
	outline:0;
}
html{
	background-image: url(img/html-bkgr.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #B01700;
	height: 100%;
} 
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	display: table;
	background-image: url(img/body-bkgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
}

div, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 20px;
}
#container {
	width: 847px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	height: 214px;
}

#content {
	padding-bottom: 42px;
	padding-right: 46px;
	padding-top: 36px;
	min-height: 370px;
	_height: 370px;
	background-image: url(img/bottom-right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFF;
}

#innercontent {
	margin-left:254px;
}

#flashcontent {
	height: 334px;
	width: 445px;
	border: 1px solid #666;
	margin-left: 44px;
	margin-bottom: 16px;
	background-image: url(img/muranokralen.jpg);
	background-repeat: no-repeat;
}
#flashcontent2 {
	height: 90px;
	width: 512px;
	border: 1px solid #999999;    
}
#flashcontent3 {
	height: 300px;
	width: 445px;
	border: 1px solid #999999;
	margin-top: 20px;
	margin-left: 50px;
	background-image: url(NL/images/hp01.jpg);
	background-repeat: no-repeat;
}

#leftbar {
	position: absolute;
	width: 160px;
	left: 48px;
	top: 250px;
	z-index: 1;
}
#languagebar {
	position: absolute;
	left: 626px;
	top: 220px;
}
#news {
	margin-bottom: 16px;
}
#news td {
	border: 1px solid #999;
}

#footer {
	position: relative;
	height: 24px;
	width: 847px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
}

#container #rose {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(img/rose.jpg);
	background-repeat: no-repeat;
	height: 74px;
	width: 68px;
   	
}

/* MENU LEFT */

#leftbar h3 {
	letter-spacing:-1px;
	font-weight:normal;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	padding-left: 24px;
	background-image: url(img/icon-leaf.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 24px;
}

#leftbar li {
	padding: 0px;
	list-style-type: none;
	background-image: none;
}

#leftbar ul {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 16px;	
}

#leftbar ul a {
	display: block;
	height: 100%;
	padding-top: 6px;
	font-weight: bold;
	padding-left: 24px;
	line-height: 24px;
	text-decoration: none;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#leftbar ul a:hover {
	background-image: url(img/icon-square.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #D7661C;
	border-bottom-style: solid;
}

.current {
	background-image: url(img/icon-square.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid !important;
	border-bottom-color: #CCC !important;
	color: #D7661C !important;
}

#leftbar ul.sub a{
	font-weight: normal;
	color: #D7661C;
}
#leftbar .sub a:hover, #leftbar .sub a.current-n{
	color: #789A4E;
	background-image: url(img/icon-square-sub.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid !important;
	border-bottom-color: #CCC !important;
}
/* TEXT STYLES */

p {
	font-size: 11px;
	margin-bottom: 16px;
}

#footer p {
	font-size: 11px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 34px;
	margin-left: 34px;
	color: #D7661C;
}

h1 {
	letter-spacing:-1px;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #666;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
}

h2 {
	letter-spacing:-1px;
	font-weight:normal;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #999;
}
#news h2 {
	padding-left: 24px;
	background-image: url(img/icon-leaf.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 24px;
	margin-bottom: 12px;
	color: #666;
	width: 44px;
	margin-left: 86px;
}

h3 {
	font-weight:bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

ul, ol {
	margin:0;
	list-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 18px;
}
#innercontent li {
	padding-left: 18px;
	background-image: url(../img/arrow6.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-bottom: 6px;
}



/* LINK STYLES */

a, a:visited {
	text-decoration: none;
	color: #900;
	border-bottom: 1px dotted #900;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #D7661C;
	border-bottom: 1px solid #D7661C;
}

a.z, a.z:visited {
	text-decoration: none;
	color: #B75717;
	border-bottom-style: none;
	font-size: 10px;
	letter-spacing: 2px;
}

a.z:hover, a.z:active, a.z:focus {
	color: #D7661C;
}

a.foot, a.foot:visited {
	text-decoration: underline;
	color: #D7661C;
	border-bottom-style: none;
}

a.foot:hover, a.foot:active, a.foot:focus {
	text-decoration: none;
	color: #E88A4D;
}

/*	Form elements */

.texttype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 200px;
	margin-bottom: 5px;
}
.buttontype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom: 5px;
	border: 1px solid #999999;
	cursor:pointer;
	padding: 3px;
}
option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 200px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 205px;
	margin-bottom: 5px;
}

/*
	Miscellaneous
*/

ol.privacy {
	list-style-type: upper-alpha;
}

ol.privacy li{
	margin-bottom: 10px;
	
}
a.currentPage {
	color: #789A4E;
	border-bottom: 1px solid #789A4E;
}
a.currentPage:focus {
	color: #789A4E;
	border-bottom: 1px solid #789A4E;
}
a.currentPage:active {
	color: #789A4E;
	border-bottom: 1px solid #789A4E;
}
a.currentPage:visited {
	color: #789A4E;
	border-bottom: 1px solid #789A4E;
}
a.currentPage:hover {
	color: #789A4E;
	border-bottom: 1px solid #789A4E;
}
span#arrow {
	float: right;
	height: 14px;
	padding-right: 30px;
	margin-right: 20px;
	margin-top: 10px;
	background-image: url(img/clickarrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
	line-height:14px;
}
.preview_img {
	margin-bottom: 5px;
	border: 1px solid #999999;
	cursor: pointer;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{
	float:right;
	margin:4px 0 4px 10px;
	border: 1px solid #666;
}
.brdr {
	border: 1px solid #999;
}


.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
