/* Standard Fonts and Margins */
#container {
	left: 50%;
	margin-left: -500px;
	position: absolute;
	width: 1000px;
	height: auto !important; /* voor moderne browsers */
  	height: 100%; /* voor IE */
}
body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5;
	color: #364B4C;
}
td,tr,table {
	font-family: Verdana;
	font-size: 12px;
	color: #364B4C;
	line-height: 1.5;
}
a, a:visited {
	color: #364B4C;
	text-decoration: underline;
}
a:hover {
	color: #C03441;
	text-decoration: underline;
}
input, textarea, select, submit {
	font-family: Verdana;
	font-size: 11px;
	color: #364B4C;
	border: thin solid #C03441;
	border: 1px solid #C03441;
}
/* Other Fonts */
.title, .Title {
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	color: #C03441;
}
.highlight {
	font-weight: bold;
	color: #FF0000;
}

/* Divs */
#content {
	padding-left: 230px;
	padding-right: 30px;
	padding-top: 50px;
	padding-bottom: 20px;
	height: 342px;
	width: 408px;
	overflow: auto;
}
#content_occ {
	padding-left: 210px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	height: 382px;
	width: 788px;
	overflow: auto;
}
/* CMS */
.front {
	font-size: x-small;
	color: #FFFFFF;
}
a.front, a:visited.front {
	color: #FFFFFF;
}
a:hover.front {
	color: #FF9900;
}
#front {
	position: absolute;
	z-index: 14;
	top: 5px;
	right: 5px;
	background: url(img/cms/front_bg.png);
	background-repeat: no-repeat;
	width: 133px;
	height: 181px;
	color: #FFFFFF;
	font-color: #FFFFFF;
	font-size: xx-small;
	font-family: Lucida Sans Unicode, Lucida Sans, Verdana;
}
/* DROPDOWN */ 