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

html, body {
	margin : 0px;
	padding : 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	
}
.textinput {
	width : 200px;	
}
body {
	background: #fff url(img/bg.jpg) repeat-y 0 0;	
}

img {
	border: 0px;
}

.content_wrapper {
	padding-left : 7px;
	padding-top : 12px;
}
a {
	color : #000;	
}
/*
	HEADER
*/
.header {
	background-image:url(img/header_line.jpg);
	background-repeat:repeat-x;
	height:238px;
	width:100%;
	top:0px;
	left:0px;
	position:relative;
	z-index:90;
}
.header_logo {
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	height:238px;
	width:716px;
	z-index:100;
}
.header_banner {
	z-index:115;
	width:623px;
	height:600px;
	position:absolute;
	left:623px;
	top:55px;
}
.header_menu {
	z-index:116;
	width:350px;
	height:20px;
	position:absolute;
	left:717px;
	top:23px;
}
.header_menu_item {
	height:20px;
	padding-left:10px;
	padding-right:55px;
	padding-top:2px;
	padding-bottom:4px;
	background-color:#b8daee;
}
.header_menu_item_inactive {
	height:20px;
	width: 55px;
	margin-left:4px;
	padding-right:100px;
	padding-top:3px;
	padding-bottom:4px;
	background-color:#eff6fb;
}
.header_menu_item_link{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;	
}
.header_menu_item_link:hover {
	text-decoration:underline;
}

/*
	CONTENT CONTAINER
*/
.content {
	/*height : 100%;*/
	width: 1000px;
	position:absolute;
	top:238px;
	z-index:110;
}
.content_title {
	color : #003b79;
	font-size:16px;
	padding-left: 10px;
	font-weight:bold;
}
.content_alinea {
	padding-left : 22px;
}
.content_info{
	margin-bottom:20px;	
	height : 45px;
	display: inline
}
/*
	MENU
*/
.menu {
	height:100%;
	width:220px;
	float:left;
}
.menu_item {
	padding-bottom:3px;
}
.menu_link {
	spadding-left:35px;
	font-size:12px;
	color : #9e0054;
	text-decoration:none;
	font-weight:bold;
}
.menu_link:hover {
	text-decoration:underline;	
}
.menu_footer {
	color:#008ac9;
	text-align:center;
	width:200px;
}

/*
	CENTER CONTENT
*/
.center_wrapper {
	height:100%;
	width:485px;
	float:left;
	/*padding-right : 25px;*/
}
.center_content{
	width:470px;
	text-align:left;
	padding-right:15px;
	/*padding-top:5px;*/
}
/*
	RIGHT CONTENT
*/
.right_wrapper {
	height:100%;
	width:290px;
	float:left;
	text-align:left;	
}
.right_content{
	width:270px;
	text-align:left;
	padding-left:25px;
	/*padding-top:5px;*/
}
.info_item {
	width:55px;
	height:13px;
	
	color:#FFF;
	background-image:url(img/info_bg.jpg);
	background-repeat:no-repeat;
	background-color:#86a20b;
	padding-left:25px;
	padding-top:2px;
	padding-bottom:4px;
	font-size:12px;
	font-weight:bold;
}
#info_content {
	color:#86a20b;
}
#info_content a {
	color:#86a20b;
}

.news_item {
	width:55px;
	height:13px;
	
	color:#FFF;
	background-image:url(img/news_bg.jpg);
	background-repeat:no-repeat;
	background-color:#008ac9;
	padding-left:25px;
	padding-top:2px;
	padding-bottom:4px;
	font-size:12px;
	font-weight:bold;
	float : left;
}

#news_nav {
	width:205px;
	height:19px;
	padding-top:2px;
	padding-bottom:4px;
	float : right;
}
#news_nav a {
	color:#008ac9;
	text-decoration:none;
}
#news_nav a:hover {
	text-decoration:underline;
}
.news_link_active {
	color:#008ac9;
	text-decoration:none;
}
.news_link_active:hover{
	text-decoration:underline;
}
.news_link_other {
	color:#aed5e9;
	text-decoration:none;	
}
.news_link_other:hover{
	text-decoration:underline;
}
.news_title {
	color : #003b79;
	font-size:14px;
	font-weight:bold;
}

.partner_item {
	width:65px;
	height:13px;
	
	color:#FFF;
	background-image:url(img/news_bg.jpg);
	background-repeat:no-repeat;
	background-color:#008ac9;
	padding-left:25px;
	padding-top:2px;
	padding-bottom:4px;
	font-size:12px;
	font-weight:bold;
	float : left;
}

#muziek {
	position:absolute;
	left:1000px;
	top:15px;
}
