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

.box {
	float: left;
	margin-bottom: 15px;
}
.box .top-left { height: 20px; margin-right: 20px; font-size: 2px;	}
.box .top-right { height: 20px; width: 20px; margin-top: -20px; float: right; font-size: 2px; }
.box .inside { padding-left: 20px;	padding-right: 20px; }
.box .bottom-left {	height: 20px; margin-right: 20px; font-size: 2px; }
.box .bottom-right { height: 20px; width: 20px; margin-top: -20px; float: right; font-size: 2px; }

/* KLEUREN */

/* ===== THEATER ===== */
/* ORANJE-ZWART */
.oranje-zwart .top-left { background-image: url('../images/layout/top-left1.png'); }
.oranje-zwart .top-right { background-image: url('../images/layout/top-right1.png'); }
.oranje-zwart .inside { background: #000; color: #FFF; border-left: 3px solid #f7941e; border-right: 3px solid #f7941e; }
.oranje-zwart .bottom-left {	background-image: url('../images/layout/btm-left1.png'); }
.oranje-zwart .bottom-right { background-image: url('../images/layout/btm-right1.png'); }

/* ORANJE */
.oranje .top-left { background-image: url('../images/layout/top-left-oranje.png'); }
.oranje .top-right { background-image: url('../images/layout/top-right-oranje.png'); }
.oranje .inside { background: #f7941e; color: #FFF; border-left: 3px solid #f7941e; border-right: 3px solid #f7941e; }
.oranje .bottom-left {	background-image: url('../images/layout/btm-left-oranje.png'); }
.oranje .bottom-right { background-image: url('../images/layout/btm-right-oranje.png'); }


/* ===== OVER CASCADE ===== */
/* BORDEAUX-ZWART */
.bordeaux-zwart .top-left { background-image: url('../images/layout/top-left1-bordeaux.png'); }
.bordeaux-zwart .top-right { background-image: url('../images/layout/top-right1-bordeaux.png'); }
.bordeaux-zwart .inside { background: #000; color: #FFF; border-left: 3px solid #6e1028; border-right: 3px solid #6e1028; }
.bordeaux-zwart .bottom-left {	background-image: url('../images/layout/btm-left1-bordeaux.png'); }
.bordeaux-zwart .bottom-right { background-image: url('../images/layout/btm-right1-bordeaux.png'); }

/* BORDEAUX */
.bordeaux .top-left { background-image: url('../images/layout/top-left-bordeaux.png'); }
.bordeaux .top-right { background-image: url('../images/layout/top-right-bordeaux.png'); }
.bordeaux .inside { background: #6e1028; color: #FFF; border-left: 3px solid #6e1028; border-right: 3px solid #6e1028; }
.bordeaux .bottom-left {	background-image: url('../images/layout/btm-left-bordeaux.png'); }
.bordeaux .bottom-right { background-image: url('../images/layout/btm-right-bordeaux.png'); }


/* ===== SPORT ===== */
/* GROEN-ZWART */
.groen-zwart .top-left { background-image: url('../images/layout/top-left1-groen.png'); }
.groen-zwart .top-right { background-image: url('../images/layout/top-right1-groen.png'); }
.groen-zwart .inside { background: #000; color: #FFF; border-left: 3px solid #93b200; border-right: 3px solid #93b200; }
.groen-zwart .bottom-left {	background-image: url('../images/layout/btm-left1-groen.png'); }
.groen-zwart .bottom-right { background-image: url('../images/layout/btm-right1-groen.png'); }

/* GROEN */
.groen .top-left { background-image: url('../images/layout/top-left-groen.png'); }
.groen .top-right { background-image: url('../images/layout/top-right-groen.png'); }
.groen .inside { background: #93b200; color: #FFF; border-left: 3px solid #93b200; border-right: 3px solid #93b200; }
.groen .bottom-left {	background-image: url('../images/layout/btm-left-groen.png'); }
.groen .bottom-right { background-image: url('../images/layout/btm-right-groen.png'); }


/* ===== ZAALVERHUUR ===== */
/* GEEL-ZWART */
.geel-zwart .top-left { background-image: url('../images/layout/top-left1-geel.png'); }
.geel-zwart .top-right { background-image: url('../images/layout/top-right1-geel.png'); }
.geel-zwart .inside { background: #000; color: #FFF; border-left: 3px solid #ecc010; border-right: 3px solid #ecc010; }
.geel-zwart .bottom-left {	background-image: url('../images/layout/btm-left1-geel.png'); }
.geel-zwart .bottom-right { background-image: url('../images/layout/btm-right1-geel.png'); }

/* GEEL */
.geel .top-left { background-image: url('../images/layout/top-left-geel.png'); }
.geel .top-right { background-image: url('../images/layout/top-right-geel.png'); }
.geel .inside { background: #ecc010; color: #FFF; border-left: 3px solid #ecc010; border-right: 3px solid #ecc010; }
.geel .bottom-left {	background-image: url('../images/layout/btm-left-geel.png'); }
.geel .bottom-right { background-image: url('../images/layout/btm-right-geel.png'); }

