/*
ROOS: #e2017b
BRUIN: #443407
GRIJS FOOTER: #ccc
*/

.LC { text-transform: lowercase; }
.UC { text-transform: uppercase; }
.pR { padding-right: 10px; }
a {
	text-decoration:none;
	color:black;
}
a:hover {
	color:#e2017b;
}
a img {
	outline:none;
	border:none;
}
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	font-size:1px;
	clear:both;
}
#belons {
	margin:26px 0;
}
#wrapper {
	font-size:12px;
	width:1000px;
	margin:0 auto;
}
#leftContainer {
	width:144px;
	float:left;
	padding-top:10px;
}
#rightContainer {
	margin-left:20px;
}
.button, button, .addthis_button_compact {
		padding:5px;
		text-transform:uppercase;
		color:#443407;
		border:1px solid #443407;
		background:white;
		text-decoration:none;
		float:right;
		display:block;
		clear:right;
		margin-bottom:5px;
		font-size:10px;
	}
	button {
		width:160px;	
	}
#rightContainer {
	width:830px;
	float:right;
	padding-top:66px;
}
h2 {
	color:white;
	padding:6px;
	font-weight:normal;
	font-size:12px;
	background:#e2017b;
	text-transform:uppercase;
}
.overlay {
		position:absolute;
		z-index:3;
	}
.newsItem {
	border-bottom:1px solid #443407;
	padding:18px 0;
}
#mainMenu {
	list-style-type:none;
	border-bottom:3px solid #443407;
	float:left;
	width:100%;
	padding-bottom:5px;
	margin-bottom:25px;
}
#mainMenu li {
	display:inline;
}
#mainMenu li a {
	display:block;
	float:left;
	padding:5px 10px;
	color:#443407;
	text-transform:uppercase;
}
#mainMenu li.lastLink a{
	text-align:right;
	color:#e2017b;
	float:right;
}
form {
	font-size:12px;
}
.listSkin {
	background:url(../img/select.gif) left center no-repeat;
	border:0 none;
	color:black;
	display:block;
	width:156px;
	padding-left:10px;
	padding-bottom:10px;
	font-weight:bold;
	text-transform:capitalize;
	cursor:default;
}
.listSkin i {
	font-style:normal;
	position:relative;
	display:block;
	top:5px;
}
select {
	position:absolute;
	margin-top:-23px;
	width:156px;
	height:20px;
}
div.select {
	float:left;
}
a.meerInfo {
	color:#e2017b;
	text-transform:uppercase;
	display:block;
	padding-top:5px;
}
div#footer {
	margin-top:30px;
	border-top:3px solid #443407;
	clear:both;
	padding:10px 0;
	font-size:14px;
}
#footerLeft {
	float:left;
}
#footerLeft a  {
	color:#666;
}
#footerRight {
	float:right;
}