
html,body { 
	font-size: 11px; 
	color: #000000;
	font-family: "trebuchet MS", Verdana, Helvetica, sans-serif;
	border: solid 0px black;
	margin:0px;
	cursor:default;
}

.language{
	clear:both;
	padding:4px;
}
.language_knop{
	float:left;
	padding-right:5px;
}

form {
	margin:0px;
}

ul {
	padding-left: 15px;
	margin: 0px;
}

a {
	color:#AD7C34;
	text-decoration:underline;
}
a:link {
	color:#AD7C34;
	text-decoration:underline;
}
a:visited {
  	color:#AD7C34;
	text-decoration:underline;
}
a:hover {
	color: #800000;
	text-decoration:underline;
}
a:active {
	color: #800000;
	text-decoration:underline;
}


td {
	font-size: 11px;
	border:0;
}

img{
	border:0px;
}


/* input fields */
input{
	font-size:10px;
	border:1px solid #C2C2C2;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}
.input{
	font-size:10px;
	border:1px solid #C2C2C2;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}
.input.text{
	width:300px;
	padding-left:3px;
	border:1px solid #C2C2C2;
}
.input.textarea{
	width:300px;
	padding-left:3px;
	border:1px solid #C2C2C2;
}
select{
	border:1px solid #C2C2C2;
	padding-left:1px;
	font-size:10px;
}
.input.file{
	border:1px solid #C2C2C2;
}
.input.radio{
	border:0;
}
.input.checkbox{
	border:0;
}
.input.image{
	border:0;
	width:auto;
	cursor:pointer;
}
.input.button{
	cursor:pointer;
	border:1px solid #C2C2C2;
}

/* ##### NEWS ---------------------------------- */
.news_table{
	/*width:100%;*/
	width:500px;
}
.news_td1{
	text-align:right;
	vertical-align:top;
	width:130px;
	white-space:nowrap;
	padding-bottom:40px;
	padding-right:20px;
}
.news_td2{
	text-align:left;
	vertical-align:top;
	padding-bottom:40px;
}
.news_td3{
	text-align:right;
	vertical-align:top;
	width:20px;
	padding-bottom:40px;
}
.news_date{
	text-align:right;
	font-size:12px;
}
.news_bron{
	font-size:12px;
	font-weight:bold;
}
.news_title, .news_title2{
	font-size:1.2em;
	color:#3c0600;
	font-weight: bold;
	text-decoration:none;
	padding-bottom:10px;
}


.news_title2{
	padding-bottom:20px;
	font-weight: normal;
}
.news_text{
	line-height:150%;
	font-size:12px;
}
.news_img{
}
/* ##### NEWS LINK STYLE ------------------------------------------------------------------- */
.news a {
	color:#AD7C34;
	text-decoration: underline;
}
.news a:active {
	color:#AD7C34;
	text-decoration: underline;
}
.news a:visited {
	color:#AD7C34;
	text-decoration: underline;
}
.news a:hover {
	color:#3c0600;
	text-decoration: underline;
}

.news_title a, .news_title2 a {
	color:#3c0600;
	text-decoration: none;
	font-weight: normal;
}
.news_title a:active, .news_title2 a:active {
	color:#3c0600;
	text-decoration: none;
}
.news_title a:visited, .news_title2 a:visited {
	color:#3c0600;
	text-decoration: none;
}
.news_title a:hover, .news_title2 a:hover {
	color:#3c0600;
	text-decoration: underline;
}


.menu{
	padding-left:30px;
	color:#AD7C34;
	background-color:#FFF;
	line-height:190%;
	font-size:11px;
	font-weight:bold;
}
.menu_date{
	color:#845A04;
	font-weight:bold;
}
hr.menu{
	width:100%;
	border:none;
	border-bottom:1px solid #EFDECC;
	height:0;
	margin-bottom:30px;
}
.menu_title{
	color:#3c0600;
	font-weight:bold;
	font-size:12px;
}
.menu_item{
	color:#AD7C34;
	background-color:#FFF;
}
.menu_item a{ 
	padding-left:10px; padding-right:10px; padding-top:1px; padding-bottom:1px;
	color:#AD7C34; text-decoration:none; 
}
.menu_item a:link{color:#AD7C34; }
.menu_item a:visited{color:#AD7C34; }
.menu_item a:active{color:#AD7C34; }
.menu_item a:hover{color:#FFF; background-color:#C2AB7F; }

.menu_item_active{
	color:#FFF;
	background-color:#C2AB7F;
}
.menu_item_active a{ 
	padding-left:10px; padding-right:10px; padding-top:1px; padding-bottom:1px; 
	color:#FFF; background-color:#C2AB7F; text-decoration:none; 
}
.menu_item_active a:link{color:#FFF; }
.menu_item_active a:visited{color:#FFF; }
.menu_item_active a:active{color:#FFF; }
.menu_item_active a:hover{color:#FFF; background-color:#C2AB7F; }
