body.algemeen {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x; 
	background-position: center 0px;
	background-color: #ececec;
	font-family: trebuchet ms, arial;
	font-size: 12px;
	color: #393b32;
	margin: 0;
}

body.inframe {
	font-family: trebuchet ms, arial;
	font-size: 12px;
	color: #393b32;
	margin: 0;
}

img {
	border: 0;
}

a {
	color: #727272;
}

p {
	margin: 0;
}


FORM {
	margin: 0;
}

INPUT, SELECT, OPTION, TEXTAREA {
	font-family: Arial;
	font-size: 8pt;
	border: 1px solid #333;
	background-color: #eee;
	margin-bottom: 2px;	
}

HR {
	border: 0;
	height: 1px;
	color: #aaa;
	background-color: #aaa;
}

#container {
	width: 800px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 162px;
	background-image: url(images/header.jpg);
	position: relative;
}

#menu {
	height: 30px;
	background-image: url(images/menu.jpg);
	vertical-align: middle;
}

#menu A {
	font-size: 15px;
	font-weight: bold;
	margin-left: 20px;
	text-decoration: none;
	color: #ffffff;
	vertical-align: middle;
	text-transform: lowercase;
	line-height: 30px;
}

#menu A:hover {
	color: #ec7a68;
}

#content {
	background-image: url(images/content.jpg);
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

#left {
	width: 645px;
	vertical-align: top;
	padding-right: 10px;
}

#right {
	width: 213px;
	vertical-align: top;
}

.block {
	width: 213px;
	border: 2px solid #ec7a68;
	margin-top: 5px;
	margin-bottom: 10px;
}

.block .b_header {
	height: 30px;
	background-color: #ec7a68;
	color: #eee;
	font-size: 16px;
	font-weight: bold;
	padding-left: 3px;
	line-height: 30px;
	position: relative;	
}

.b_header A {
	color: #eee;
	text-decoration: none;
}

.block .b_content {
	color: #2c3436;
	padding: 3px;
	background-color: #ffffff;
}

.b_content A {
	color: #2c3436;
}

#bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	height: 286px;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 35px;
	color: #888;
}

#bread {
	font-size: 10px;
	margin-top: -4px;
	margin-bottom: 5px;
	color: #727272;
}

#bread A {
	text-decoration: none;
}

.page_header {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.icon_link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.icon_link IMG {
	border: 0;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-top: 2px;
}

.im_code {
	width: 350px;
	height: 36px;
	border: 1px solid #000;
	padding: 4px;
	overflow: scroll;
}

#page_content {
	text-align: justify;
}

#page_content IMG {
	padding-right: 5px;
}

.news_header {
	font-size: 14px;
	font-weight: bold;
}

.news_date {
	font-size: 10px;
	color: #727272;
	margin-bottom: 10px;
}

.news_item {
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 15px;
	border-bottom: 1px dashed #393b32; 
}

