html {
    background-image: url('/framework/afbeeldingen/bg.jpg');
}

h1 {
    color: #ff9900;
	margin-top: 20px;
}

h2 {
	color: #2ea2d8;
	font-size: 140%;
}

.container {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
    width: 1160px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 50px;
}

.containerPadding {
    padding: 30px 40px 40px 40px;
}

.header {
	margin-bottom: 20px;
}

.headerText a {
	color: #fb2d2f;
	text-decoration: none;
}

.headerText a:hover {
	color: black;
}

.headerText {
	color: #fb2d2f;
	font-size: 131%;
}

.headerLinks {
	float: right;
}

.leftColumn {
	width: 200px;
	float: left;
}

.centerColumn {
	width: 655px;
	float: left;
}

.centerColumnPadding {
	padding: 0px 40px 40px 40px;
}

.rightColumn {
	width: 220px;
	float: left;
}

.footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #999999;
	padding-top: 10px;
}

.navigatie {
	background-color: #0992d1;
	filter:alpha(opacity=85);
	opacity: .85;
	position: relative;
	margin-left: -80px;
	text-transform: uppercase;
	padding: 40px 40px 40px 80px;
	line-height: 20px;
}

.navigatie a {
	color: white;
	text-decoration: none;
}

.navigatie a:hover {
	text-decoration: underline;
}

.datum img {
	float: left;
}

.sponsor {
	text-align: center;
	margin-bottom: 20px;
}

.redBorder {
	border: 1px solid #fb2d2f; 	
}

.button-small {
	background-color: black;
	color: white;
	text-transform: uppercase;
	border: none;
	width: 69px;
	height: 21px;
	background-image: url('/framework/afbeeldingen/button-small.png');
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 2px;
}

.button-big {
	background-color: black;
	color: white;
	text-transform: uppercase;
	border: none;
	width: 89px;
	height: 27px;
    line-height: 27px;
	background-image: url('/framework/afbeeldingen/button-big.png');
	font-size: 90%;
	font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-family: Arial;
}

.button-small:hover, .button-big:hover {
	color: black;
	cursor: pointer;
}

.pinkButton {
	background-color: #fb2d2f;
}

.redButton {
	background-color: #fb2d2f;
}

.blueButton {
	background-color: #0992d1;
}

#cse-search-box {
	display: inline;
}

ul li {
	list-style-type: square;
	color: #fb2d2f;
}

ul {
	margin-bottom: 20px;
}

.bron {
	color: #999999;	
}


.oranjevlak {
	background-color: #ffa012;
	color: black;
	font-weight: bold;
	padding: 20px 40px 40px 40px;
	margin-bottom: 20px;
}

.oranjevlak em {
	font-weight: bold;
}

strong {
font-weight: bold;
}

