@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #CCC;
	font: normal 1em calibri, Verdana, Arial, Helvetica, sans-serif;
}
#container {
	background: url(../images/container_bg2.gif) repeat-y;
	padding-left: 10px;
	width: 1000px;
	margin: 0 auto;
	padding-right: 10px;
	overflow: hidden;
}
/* =================================== header =========================================*/
#header {
	display: inline;
	float: none;
	width: 1000px;
	height: 200px;
}
#header #top_left {
	background: url(../images/top_bg.gif) repeat-x;
	width: 750px;
	height: 200px;
	display: inline;
	float: left;
}
#header #top_right {
	background: url(../images/top_image.gif);
	width: 250px;
	height: 200px;
	display: inline;
	float: right;
}
#header #top_left #top_logo {
	display: inline;
	float: left;
	margin: 17px 0px 0px 100px;
}
#top_logo p {
	font-size: 1.2em;
	font-style: italic;
	color: #FFF;
	text-align: left;
	padding: 5px;
}
/* =================================== menu =========================================*/
#menu {
	background: url(../images/tilte_bg.gif) repeat-x;
	overflow: hidden;
	display: inline;
	float: left;
	width: 970px;
	height: 35px;
	border: solid 1px;
	border-color: #000;
	padding: 5px 10px 0px 20px
}
#menu_left {
	display: inline;
	float: left;
}
#menu_right {
	display: inline;
	float: right;
}
#menu h2 {
	font: 1.8em Calibri, Arial, Helvetica, sans-serif;
	color: #CCC;
	padding-right: 10px;
	margin-top: -5px;
}
/* =================================== content =========================================*/
#content {
	background: url(../images/content_bg.gif) right repeat-y;
	/*background: #78878D;*/
	display: inline;
	float: left;
	width: 990px;
	padding-right: 10px;
}
#content_bg {
	background-color: #78878D;
	display:inline;
	float: left;
	width: 100%;
	height: 100%;
}
/* ================== links ======================*/
#content_left {
	width: 278px;
	background-color: #78878D;
	display: inline;
	float: left;
	border-right: #666 solid 2px;
}
#content_left_menu ul {
	list-style: none;
}
#content_left_menu li {
	background: url(../images/list_right.gif) right no-repeat;
	height: 30px;
	padding: 10px 0px 0px 20px;
	border-top: #949fa2 solid 2px;
	border-bottom: #535e62 solid 2px;
}
#content_left_menu li:hover {
	background: url(../images/menu-bg.gif) repeat-y;
	height: 30px;
	padding: 10px 0px 0px 40px;
	border-top: #949fa2 solid 2px;
	border-bottom: #535e62 solid 2px;
}
#content_left_menu li a {
	background: url(../images/list_icon.gif) left no-repeat;
	padding-left: 27px;
	text-decoration: none;
	font: 0.9em bolder;
	color: #FFF;
	text-transform: uppercase;
}
#content_left li a:hover {
	color: #000;
}
#content_left_image {
	background: url(../images/menu_image.gif) repeat-y;
	height: 270px;
}
#content_left_image ul {
	margin-top: 20px;
	list-style: none;
}
#content_left_image li {
	padding-left: 20px;
	font-size: 1.2em;
	color: #fff;
}
#content_left_image a {
	text-decoration: none;
	color: #FFF;
}
/* ================== rechts ======================*/
#content_right {
	background-color: #FFF;
	width: 690px;
	display: inline;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#content_right h1 {
	font: 3em Arial, Helvetica, sans-serif;
	color: #069;
	padding: 5px;
}
#content_right h3 {
	font: 1.5em Arial, Helvetica, sans-serif;
	color: #069;
	margin-right: 20px;
	padding: 5px;
	border-bottom: #069 solid 1px;
}
#content_right h4 {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px;
	border-bottom: #000 solid 1px;
}
#content_right p {
	font: 1em Calibri, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 5px 0px 5px 0px;
}
#content_right h6 {
	border-top: #97003D solid 1px;
	color: #97003D;
	text-align: right;
	margin-right: 20px;
	padding: 5px;
}
#content_right ul {
	padding-bottom: 10px;
}
#content_right li {
	font-size: 1.3em;
	padding-top: 5px;
	color: #003366;
	list-style: inside disc;
}
#content_right li li{
	font-size: 0.8em;
	padding-top: 1px;
	margin-left: 15px;
	color: #666;
	list-style: inside circle;
}
#content_right a {
	padding-top: 5px;
	color: #0066FF;
	text-decoration: none;
}
#kalender {
}
#kalender p {
	border-top: #999 solid 1px;
	font-size: 0.8em;
}
#kalender h5 {
	width: 100px;
	color: #06F;
	font-size: 1.5em;
	text-align: left;
}
/* =================================== footer =========================================*/
#footer {
	background-color: #313131;
	display: inline;
	float: left;
	width: 1000px;
}
#footer_menu {
	margin-left: 280px;
	border-bottom: #999 solid 1px;
	padding: 10px 0px 10px 0px;
	width: 700px;
	display: inline;
	float: left;
}
#footer_menu ul {
	list-style: none;
}
#footer_menu li {
	display: inline;
	color: #FFF;
}
#footer_menu a {
	text-decoration: none;
	color: #FFF;
	padding: 0px 5px 0px 5px
}
#footer_menu a:hover {
	background-color: #CCC;
	text-decoration: none;
	color: #000;
	padding: 0px 5px 0px 5px
}
#footer_logo {
	margin-left: 20px;
	margin-bottom: 20px;
	width: 125px;
	height: 52px;
	background: url(../images/footer_logo.gif) no-repeat;
	display: inline;
	float: left;
}
#footer_cr {
	display: inline;
	float: right;
}
#footer_cr h6 {
	padding: 0px 20px 5px 0px;
	font-size: 1em;
	text-align: right;
	color: #FFF;
}
#footer_cr p {
	padding-right: 20px;
}
#footer_cr a {
	text-decoration: none;
}
/* =================================== classes =========================================*/
.verplicht {
	color: #F00;
	font: 1.5em bold;
}
.datum {
	padding-top: 5px;
	vertical-align: top;
	border-top: #999 solid 1px;
}

