/*----------algemeen----------*/
* html #content #left, * html #content #right{
	_azimuth:expression(
		this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "img/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);
}
*{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
body, div, img, h1, h2, ul, li, form, input{
	margin:0;
	padding:0;
	border:0 solid;
}
body{
	text-align:center;
	font-size:13px;
	color:#006D5E;
}
div{
	margin:0 auto;
}
h1{
	margin-top:15px;
	font-size:16px;
	text-decoration:none;
}
a{
	color:#006D5E;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
}
ul{
	margin-left:16px;
	list-style-type:square;
}
ul li{
	padding-bottom:4px;
}
em{
	color:#888;
}
.lijn{
	margin:10px 0;
	border-bottom:#006D5E 1px solid;
}

/*----------floating----------*/
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}

/*----------rss----------*/
.rss_items{
	padding:10px 0;
	border-bottom:#006D5E 1px solid;
}
.rss_items img.left{
	width:75px;
}
.rss_items div.left{
	padding-left:10px;
}
.rss_items div.left h1{
	margin:0;
}

/*----------layout----------*/
#holder{
	width:900px;
}
#header{
	height:75px;
}
#header .right{
	text-align:right;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
}
#header #language{
	margin-bottom:25px;
}
#menu{
	width:900px;
	height:22px;
	text-align:left;
	background-color:#006D5E;
	font-size:12px;
}
#menu div{
	width:150px;
}
#menu td{
	padding:2px 5px;
	vertical-align:middle;
}
#menu li{
	visibility:hidden;
}
#main{
	background:url(img/bg_main.gif) 0 200px no-repeat;
}
#banner{
	background-repeat:no-repeat;
}
#banner #flashcontent div{
	background-color:#FFF;
}
#banner2{
	height:200px;
	overflow:hidden;
}
#content{
	padding:10px 0px;
}
#content #left{
	text-align:left;
	vertical-align:top;
	padding:10px;
	padding-top:0px;
	border:#006D5E 1px solid;
	background:url(img/bg_content.png);
}
#content #center{
	width:10px;
}
#content #right{
	width:250px;
	text-align:left;
	vertical-align:top;
	padding:10px;
	padding-top:0px;
	border:#006D5E 1px solid;
	background:url(img/bg_content.png);
}
#content #h1left{
	width:19px;
	height:37px;
	text-align:center;
	vertical-align:bottom;
	color:#FFFFFF;
	font-size:20px;
	background-color:#006D5E;
}
#content #h1right{
	padding-left:2px;
	vertical-align:bottom;
	font-size:20px;
	color:#000000;
	font-style:italic;
	font-weight:bold;

}
#footer{
	width:895px;
	height:18px;
	text-align:right;
	padding-top:1px;
	padding-right:5px;
	color:#FFF;
	background-color:#006D5E;
	font-size:12px;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

/*----------form----------*/
input{
	font-weight:normal;
}
input.text{
	width:200px;
	padding:1px;
	border:#006D5E 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
p#loginTxt{line-height:20px;}
a.button{display:inline-block;text-align:center;text-decoration:none;}
a.button,input.button{
	background-color:#006D5E;
	border-width:0px;
	color:#FFF;
	cursor:pointer;
}
a.button:hover,input.button:hover{
	background-color:#268376;
}

/*----------form-top----------*/
#header input.text{
	width:100px;
	height:14px;
	padding-left:2px;
	font-size:11px;
}
#header a.button,#header input.button{
	margin-bottom:1px;
	width:18px;
	height:18px;
	padding-left:2px;
	vertical-align:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:17px;
}
