/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/


html,body {
	height: 100%; /* HEEL BELANGRIJK! */
}
/* 	
	IE hack. IE kent geen min-height, maar gedraagt zich bij height: hetzelfde. 
	* html > bla is een hack die IE snapt en daarom ook de waarde van overneemt.
*/
* html > #container {
	height: 100%;
}


body {
	background-image:url('../afbeeldingen/achtergrond_pagina.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#f0f0f0;
}
* {
	margin:0px;
	padding:0px;
}

#container {
	min-height: 100%;
	position: relative;
	margin:0 auto;
	width:975px;
	position:relative;
	border:0px;
	border-left:1px solid #a0a0a0;
	border-right:1px solid #a0a0a0;
}






#header {
	height:215px;
	background-image:url('../afbeeldingen/koppen/willekeurig.php');
	background-position:left top;
	background-repeat:no-repeat;
}

#logo {
	position:absolute;
	margin:11px 0px 0px 10px;
}
#logo img {
	border:0px;
}

#luisterlive {
	position:absolute;
	margin:8px 0px 0px 650px;
}

#luisterlive img {
	border:0px;
}



#hoofdmenubalk {
	background-image:url('../afbeeldingen/hoofdmenubalk.gif');
	height:38px;
	line-height:38px;
	padding:0px 20px 0px 20px;
}

#submenubalk {
	background-image:url('../afbeeldingen/submenubalk.gif');
	height:24px;
	line-height:24px;
	margin:2px 0px 0px 0px;
	padding:0px 20px 0px 20px;
}


#inhoud {
	background-image:url('../afbeeldingen/boveninhoud.gif');
	background-position:left top;
	background-repeat:no-repeat;
	padding:50px 20px 20px 20px;
}


.clearen {
	clear:both;
}


/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	font-size: 19px;
	color: #4e4e4e;
	text-decoration:none;
}

a.hoofdmenu:hover {
	color: #ff3e94;
	text-decoration:none;
}

a.hoofdmenu:active {
	color: #4e4e4e;
	text-decoration:none;
}




a.hoofdmenuactief {
	font-size: 19px;
	color: #ff3e94;
	text-decoration:none;
}

a.hoofdmenuactief:hover {
	color: #4e4e4e;
	text-decoration:none;
}

a.hoofdmenuactief:active {
	color: #ff3e94;
	text-decoration:none;
}








.tussenstukhoofd {
	font-size:16px;
	color: #de007d;
}






a.submenu {
	font-size:12px;
	color: #4e4e4e;
	text-decoration:none;
}

a.submenu:hover {
	color: #ff3e94;
	text-decoration:none;
}

a.submenu:active {
	color: #4e4e4e;
	text-decoration:none;
}



a.submenuactief {
	font-size:12px;
	color: #ff3e94;
	text-decoration:none;
}

a.submenuactief:hover {
	color: #4e4e4e;
	text-decoration:none;
}

a.submenuactief:active {
	color: #ff3e94;
	text-decoration:none;
}









.tussenstuksub {
	font-size: 11px;
	color: #de007d;
}

