body{
	font: 12px "Trebuchet MS", "Helvetica", "Arial", "sans-serif";
	margin: 0;
	padding: 0;
	background-color:#E1E1E1;
}

a, a:hover{
	color:#000;
}

.titel{
	font-size:16px;
	font-weight:bold;
	color:#be1e79;
	margin-top: 5px;
	margin-bottom: 10px;
	text-decoration:none;
}

.subtitel{
	font-weight:bold;
	font-size:16px;
	color:#1782a0;
}

.kleinLichtGrijs{
	font-size:12px;
	color:#999999;
	margin-bottom: -5px;
}

.error{
	border:solid 2px;
	background-color:#f8a4a4;
	border-color:#e82a2a;
	padding:5px;
}

.opstapplaatsSpacer{
	margin-left: 15px;
}

.buttonPink, .buttonRegistreerMenu{
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 7px;
	text-align: center;
	line-height:20px;
	cursor:pointer;
}

.buttonPink span, .buttonBlue span, .buttonGreen span, .buttonRegistreerMenu span{
	float:left;
	display:block;
	padding:0 6px 0 0;
}

.buttonPink{
	background:url('images/Button_Pink_Left.png') no-repeat left;
}

.buttonPink span{
	background:url('images/Button_Pink_Right.png') no-repeat right;
}

.buttonBlue, .buttonRegistreerMenu{
	background:url('images/Button_Blue_Left.png') no-repeat left;
}

.buttonBlue span, .buttonRegistreerMenu span{
	background:url('images/Button_Blue_Right.png') no-repeat right;
}

.buttonGreen{
		color: #444444;
	background:url('images/Button_Green_Left.png') no-repeat left;
}

.buttonGreen span{
	background:url('images/Button_Green_Right.png') no-repeat right;
}

.buttonRegistreerMenu{
	margin-top:10px;
	margin-right:10px;
	float:right;
}

.buttonRegistreer, .buttonLogin{
	text-indent:9px;
	vertical-align:bottom;
    border:0;
    height: 20px;    
	font: 12px "Trebuchet MS", "Helvetica", "Arial", "sans-serif";
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}

.buttonRegistreer{
	background: transparent url('images/Button_Registreer.png') top left;
	width: 75px;
}

.buttonLogin{
	background: transparent url('images/Button_Login.png') top left;
	width: 50px;
}

.buttonStap33{
	background: transparent url('images/Stap3_3.png') no-repeat top left;
    border:0;
	font: 12px "Trebuchet MS", "Helvetica", "Arial", "sans-serif";
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}

.buttonBevestigBovenstaandeBestelling{
    border:0;
    background: transparent url('images/Button_Bevestig_Bovenstaande_Bestelling.png') no-repeat top left;
    height: 20px;
    width: 205px;
	font: 12px "Trebuchet MS", "Helvetica", "Arial", "sans-serif";
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}


/***************************************HeaderEventArea***************************************/
.headerEventArea{
	background-image: url('http://www.eventarea.be/images/EventArea.be_500px_Background.jpg');
	background-repeat: no-repeat;
	background-position:center;
	background-color: #134f67;
	height: 99px;
}
/***************************************HeaderEventArea***************************************/


/***************************************MenuEventArea***************************************/
.menuEventArea ul{
	position: relative; top:-4px;
	list-style:none;
	display: block;
	padding: 0;
	margin: 0;
	height:30px;
	background-image: url('http://www.eventarea.be/images/Menu_BackGround_Spacer.jpg');
	height: 41px;
	background-repeat:repeat-x;
}

.menuEventArea li{
	float:left;
	list-style:none;
}

.menuEventArea li a{
	float:left;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 13px;
	font-weight:bold;
	padding:0 0 0 12px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
}

.menuEventArea li a span, .menuEventArea li a:hover span{
	float:left;
	display:block;
	padding:0 20px 0 8px;
}

.menuEventArea li.menuItemCurrent a, .menuEventArea li.menuItemNormal a:hover{
	background:url('images/menuItem_Left.png');
	background-repeat:no-repeat;
	background-position:1px 5px;
}

.menuEventArea li.menuItemCurrent a span.menuItem, .menuEventArea li a:hover span.menuItem{
	color:#444444;
	background:url('images/menuItem_Right.png');
	background-repeat:no-repeat;
	background-position:right 5px;
}

.menuEventAreaLichtGrijzeStreep{
	position: relative; top:-6px;
	background-color:#cccccc;
	height:3px;
}
/***************************************MenuEventArea***************************************/


/***************************************MainEventArea***************************************/
.mainEventArea{
	margin: 10px;
}
/***************************************MainEventArea***************************************/
