/* Ronde achtergronden */
.ronde_achtergrond{			background-color: #edecec; margin-top: 50px; }
.ronde_achtergrond_muziek{	background-color: #edecec; margin-top: 21px; }
.corner_top { 				background: url(../images/tr.png) no-repeat top right; height:15px;}
.corner_bottom { 			background: url(../images/br.png) no-repeat bottom right; height:15px; }
/* height and width stuff, width not really nessisary. */


/*-----------------------------------------------------*/
/*--------------- Opmaak van de Homepagina ------------*/
/* Nieuwsitems */
.home_nieuws 	{
	width:				556px;
	position:			relative;
	float:				left;
}

.home_nieuwsitem{
	width:				500px;
	margin-left:		20px;
	margin-bottom:		25px;
}
.home_nieuws_square{
	position:			relative;
	float:				left;
	margin-right:		15px;
}
.home_nieuws_titel{
	height:				18px;
	font-style:			italic;
	font-weight:		bold;
	font-size:			12px;
	background-image:	url(../images/nieuws_titel.png);
	background-repeat:	no-repeat;
	background-position:bottom left;
}
.home_nieuws_text{
	margin-left:		20px;
	margin-top:			10px;
	display:			block;
}
/* infokader */
.home_info{
	width:				245px;
	position:			relative;
	float:				right;
}
/* Muziekanteninfo */
.home_muziekanten{
	width:				245px;
	height:				300px;
	position:			relative;
	float:				right;
}
.home_muziekanten_item{
	width:				205px;
	margin-left:		20px;
}


/*-----------------------------------------------------*/
/*--------------- Andere paginas ---------------------*/
/* Historiek */
.historiek 	{
	width:				820px;
}
.login{
	width:				200px;
	margin-left:		300px;
}
.backstage{
	width:				820px;
}
.table_update{
	border:				thin;
	background-color:	#225103;
	width:				750px;
	margin-top:			5px;
	margin-bottom:		5px;
	color:				#FFFFFF;
}
.table_header{
	color:				#FFFFFF;
	font-style:			italic;
	font-size:			12px;
	font-weight:		bold;
}