@charset "UTF-8";
/* CSS Document */

body {
	background-color: #c00418;
	margin:0px;
}
img	{
	border: 0px solid #ffffff;
	behavior: url('/css/pngHack.htc');
}


#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-image: url(../img/spacer_content.png);
	background-repeat: repeat-y;
	font-family: Lucida Grande, Trebuchet MS, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
}
#content {
	background-image: url(../img/content_achtergrond.jpg);
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-right: 25px;
}
#navigatie {
	height: 35px;
	padding-top: 130px;
	margin-left: 177px;
}
#kolom_1 {
	padding-top: 30px;
	margin-left: 5px;
	width: 155px;
	text-align: right;
	padding-right: 15px;
	line-height: 25px;
	padding-bottom: 25px;
	height: 300px;
	color: #FFFFFF;
}
#kolom_2 {
	margin-left: 0px;
	margin-top: 20px;
	padding: 15px 15px 25px 15px;
	width: 720px;
	text-align: left;
	background-image: url(../img/spacer_80wit.png);
	margin-right: 20px;
	float: right;
}
#mediabox_rechts {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
	border-weidth: 1px;
}
#kolom_rechts {
	float: right;
	margin-left: 20px;
	margin-bottom: 25px;
	width: 300px;
	margin-top: 40px;
}


#clear {
	height: 1px;
	clear: both;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 70px;
	background-image: url(../img/footer.png);
	clear: both;
	font-family: Lucida Grande, Trebuchet MS, Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

/*rand voor foto's*/
.rand{
	border-color:#C00418;
	border-style: solid;
	border-width: 1px;
}

/*rand > hr*/
hr{
	color:#C00418;
}

/*tekst opmaak*/
h1{
	font-size:18px;
}
h2{
	font-size:10px;
	color:#999999;
	border-bottom: solid 1px #333333;
}
h3{
	font-size:13px;
}
h4{
	font-size: 13px;
	color: #C00418;
}

.bold {
	font-weight: bold;
}
.bold_15px {
	font-weight: bold;
	font-size:15px;
}
.bold_15px_rood {
	font-weight: bold;
	font-size:15px;
	color: #C00418;
}
.bold_20px {
	font-weight: bold;
	font-size: 20px;
}
.bold_20px_rood {
	font-weight: bold;
	font-size: 20px;
	color: #C00418;
}
.bold_25px {
	font-weight: bold;
	font-size: 25px;
}
.bold_25px_rood {
	font-weight: bold;
	font-size: 25px;
	color: #C00418;
}
.italic {
	font-style: italic;
}
.klein{
	font-size: 9px;
}

/*opmaak adres kolom*/
a.adres:link{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.adres:visited {
	font-weight: bold;
	color: #C00418;
	text-decoration: none;
}
a.adres:hover {
	font-weight: bold;
	color: #C00418;
	text-decoration: underline;
}
a.adres:active {
	font-weight: bold;
	text-decoration: none;
}

/*opmaak standaard links*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C00418;
}
a:hover {
	text-decoration: underline;
	color: #C00418;
}
a:active {
	text-decoration: none;
}

/*opmaak blitz*/
#footer_blitz {
	text-align: center;
	padding-top: 50px;
}

.blitz{
	font-size: 10px;
	color: #5E020C
}

a.blitz{
	font-weight: bold;
}

a.blitz:link, a.blitz:visited{
	color: #5E020C;
	text-decoration: none;
}

a.blitz:hover, a.blitz:active{
	color: #A90417;
}

