@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: "myriad pro", verdana;
	font-size: 13px;
}

a {
	color: e10000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: "myriad pro", verdana;
	font-size: 16px;
	color: #e10000;
}

h2 {
	font-family: "myriad pro", verdana;
	font-size: 14px;
	color: #626262;
}

img {
	border: none;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.container_top {
	width: 100%;	
	background-color: #ededed;
	line-height: 18px;
}

.container_footer {
	width: 100%;
	background-color: #fff;
	background: url('../images/container_footer_bg.jpg') top left repeat-x;
	height: 112px;
	line-height: 18px;
}

.content_top {
	width: 989px;
	margin: auto;
	/*min-height: 700px;
	height: 700px; !important
	height: 700px;*/
	background: url('../images/content_bg.jpg') top left repeat-y;
}

.content_footer {
	width: 960px;
	margin: auto;
	height: 60px;
	background: url('../images/content_footer_bg.jpg') top left repeat-x;
}

.content_footer a {
	color: #FFFFFF;
}

.content_footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding: 20px 0px 0px 30px;
}

.content_footer li {
	float: left;
	padding: 0px 20px 0px 20px;
	color: #FFFFFF;
	font-weight: normal;
}

.toplogos {
	width: 959px;
	height: 50px;
}

.header {
	width: 959px;
	height: 292px;
	margin: 0px 14px 0px 14px;
	padding: 0px 0px 0px 11px;
}

.menu {
	position: absolute;
	margin-top: 247px;
	width: 936px;
	height: 33px;
	background: url('../images/menu_bg.png');
}

.menu a {
	color: #FFFFFF;
}

.menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.menu ul {
	list-style: none;
	text-transform: uppercase;
	/*font-weight: bold;*/
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

.menu li {
	float: left;
	height: 33px;
	line-height: 33px;
	border-right: solid 2px #FFF;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	cursor: pointer;
}

.menu li:hover {
	background: url('../images/menu_hover.png');
}

.menu .selected {
	background: url('../images/menu_hover.png');
}

.submenu {
	text-transform: uppercase;
	margin: 25px 0px 0px 4px;
}

.submenu ul {
	list-style: none;
	color: #626262;
	margin: 0px;
	padding: 0px;
}

.submenu a {
	text-decoration: none;
	color: #626262;
}

.submenu a:hover {
	text-decoration: underline;
}

.submenu li {
	width: 250px;
	padding: 5px 0px 5px 0px;
	border-top: dotted 1px #999999;
}

.submenu .selected {
	font-weight: bold;
}

/*CONTENT AREA*/

.c_area{
	width: 969px;
	padding: 10px 25px 10px 25px;
}

.c_big_l {
	float: left;
	width: 661px;
	padding: 0px 10px 0px 0px;
}

.c_big_r {
	float: left;
	width: 641px;
	padding: 0px 20px 0px 10px;
}

.c_small_r {
	float: left;
	width: 258px;
	padding: 0px 0px 0px 10px;
}

.c_small_l {
	float: left;
	width: 258px;
	padding: 0px 10px 0px 0px;
}

.date {
	color: #666666;
	font-size: 10px;
	padding-bottom: 10px;
}

.nieuws_item {
	width: 661px;
	border-bottom: dotted 1px #999999;
	padding: 0px 0px 10px 0px;
}

.nieuws_item p {
	padding: 0px;
	margin: 0px;
}

.nieuws_item a {
	color: #e10000;
}

.nieuws_titel {
	width: 661px;
	height: 40px;
}

.nieuws_img {
	float: left;
	width: 120px;
	padding-right: 10px;
}

.nieuws_content {
	float: left;
	width: 531px;
}

.news_box {
	width: 258px;
	margin-bottom: 10px;
}

.news_box a {
	color: #626262;
}

.news_box:hover a {
	color: #626262;
}

.news_box h1 {
	color: #626262;
	
}

.news_box ul {
	list-style: square;
	color: e10000;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.news_box li {
	color: #e10000;
	width: 233px;
	border-bottom: dotted 1px #626262;
	padding-bottom: 5px;
	margin-top: 5px;
}

.themeimg {
	width: 256px;
	height: 254px;
	background: url('../images/themeimg_bg.jpg') top left no-repeat;
	margin-top: 15px;
}

.themeimg img {
	margin: 4px 0px 0px 4px;
}

.album {
	float: left;
	width: 160px;
}

.album_titel {
	height: 40px;
}

/*TOOLS*/
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
}