@charset "utf-8";
body {
	background-color: #FAF558;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
}

a {
	color:#82111A;
	text-decoration:none
}

a:hover {
	color:#82111A;
	text-decoration:underline;
}

#container {
	height: 1500px;
	width: 955px;
	float: left;
}

#whiteline {
	height: 1500px;
	float: left;
	width: 15px;
	background-color: #FFF;
}
#yellowline {
	height: 1500px;
	float: left;
	width: 15px;
	background-color: #FAF558;
}

#logoholder {
	float: left;
	height: 200px;
	width: 925px;
	background-color: #82111A;
}

#buttonsholder {
	float: left;
	width: 170px;
	height: 1240px;
	background-color: #82111A;
	padding-top: 60px;
}
#contentholder {
	float: left;
	width: 545px;
	height: 1300px;
	background-image: url(../images/redcorner.png);
	background-repeat: no-repeat;
}

#content {
	float: left;
	width: 530px;
	height: 1285px;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(../images/contentbackground.png);
	background-repeat: no-repeat;
}


#contentpictures {
	float: left;
	height: 190px;
	width: 530px;
}

#contentdiscount {
	float: left;
	width: 530px;
	height: auto;
	text-align: center;
}

#contenttext {
	float: left;
	width: 510px;
	height: auto;
	padding: 10px;
}

#sideimages {
	width: 195px;
	margin-top: 15px;
	margin-left: 15px;
	height: 1285px;
	float: left;
}

#hbar {
	height: 200px;
	width: 100%;
	background-color: #82111A;
}

.navigatie {
	font-size: 9px;
}

.locaties {
	font-size: small;
}

.larger {
	font-size: large;
}

.sideimagespace {
	margin-bottom: 5px;
	margin-top: 5px;
}

.voorwaarden {
	font-size: 10px;
}
