/* Style by Dinand Mentink. dcreative.nl */


/*fonts*/
body{
padding:0px;
margin:0px;
background:#ffffff;
font-family:tahoma;
font-size:11px;
vertical-align:top;
color:#878787;
}

h1,h2,h3,h4,h5,h6{
color:#c80020;
margin:4px 0px;
font-family: georgia, serif;
font-weight: 150;
}
h1{
color: #333333;
font-size: 22px;
font-weight: 100;
font-family: DejaVu Serif, Tahoma, sans-serif;
}
h2{
font-size: 17px;
}
h3{
font-size: 11px;
color:#c80020;
margin: 0px;
font-family: Sans-serif;
}
h4,h5,h6{
font-size: 11px;
color:#878787;
margin: 0px;
font-weight: 100;
font-family: Tahoma, Sans-serif;
}

ul{
list-style-image: url(images/marker_list.gif);
}

hr{
border: none;
border-top: 1px dotted #878787;
width: 100%;
height: 0px;


}

/*divs*/
#wrapper{
	width: 766px;
	margin: 0px auto;
	padding: 0px;
}
#topmenu{
	width: 100%;
	margin: 0px;
	padding: 40px 0px;
}
#header{
	height: 120px;
	background: url(images/bg_header.jpg) no-repeat;
	width: 100%;
	text-align: right;
	padding-top: 0px;
}
#header h1{
	color: #ffffff;
	margin-right: 4px;
	margin-top: 2px;
}
#content {
	margin-top: 10px;
	width: 100%;
	padding: 0px;
}

#footer{
	height: 67px;
	width: 765px;
	background: url(images/bg_body_bot.gif) repeat-x;
	padding: 0px;
	padding-top: 6px;
	padding-left: 0px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	margin-top: 15px;
}

.mediaplayer{
margin: 0px auto;
padding: 20px;
background: #f5f5f5;
border: 1px #e1e1e1 solid;
width: 424px;
}

/*links*/
a:link {
	color: #F32E20;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F32E20;
}
a:hover {
	text-decoration: none;
	color:#F32E20;
}
a:active {
	text-decoration: underline;
	color: #F32E20;
}