/* CSS Document */

body {
	text-align: center;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#060A09;
	color:#EAE591;
}

.title {
	width: 735px;
	height: 150px;
}

.container {
	text-align: left;
	width: 735px;
	margin: 0 auto;

}

.links a {
	padding: 10px;
}

a:link {
	text-decoration: none;
	color:#FF0000;
}
a:visited {
	text-decoration: none;
	color:#FF0000;
}
a:hover {
	text-decoration: underline;
	color:#FF0000;
}
a:active {
	text-decoration: none;
}

.links {
	font:Arial, Helvetica, sans-serif, 12px;
	background-image:url(images/redStroke.png);
	background-position:bottom;
	background-repeat:no-repeat;
	float: left;
	width: 735px;
	top:0px;
	left: 0px;
	position: relative;
	
}

.content {
	background-image:url(images/redStroke.png);
	background-position:bottom;
	background-repeat:no-repeat;
	position: relative;
	float:left;
	width: 735px;
}

.middel_tekst {
text-align:center;
}

.float_left {
	float:left;
	width: 220px;
	margin: 15px 20px 15px 20px;
	padding:15px;
	border:1px solid red;
	text-align:center;
	background-image: none;
}
.mediavertikaal {
text-align:center
top: 90px;
left: 1px;
}
.float_left_left {
float:left;
width: 220px;
margin: 15px 20px 15px 0px;
padding:15px;
border:1px solid red;
text-align:center;
}
.float_right {
float:right;
width: 220px;
margin: 15px 20px 15px 20px;
padding:15px;
border:1px solid red;
text-align:center
}
.float_center {
text-align:center;
float:inherit;
width: 220px;
margin: 15px 20px 15px 20px;
padding:15px;
border:1px solid red;
text-align:center;
}
.style1 {font-size: 9px}
.style2 {font-size: 12px}
.style3 {font-size: 14px}
.style4 {font-size: 18px}
.style5 {font-size: 24px}
.style6 {font-size: 30px}
.style8 {
	color: #EAE591;
	font-size: 24px;
	text-decoration: none;
}

