/* Video 2 DVD */

body {
	paddin: 0;
	margin: 0;
	height: 100%;
}

#container{
	width: 100%;
	min-height: 100%;
	margin-bottom: 100px;
	position: relative;
}

#header_top{
	height: 125px;
	background-image: url(../img/bg_header.png);
	background-repeat: repeat-x;
}

#header{
	height: 215px;
	background-image: url(../img/bg_header2.png);
	background-repeat: repeat-x;
}
#header_inhoud{
	width: 700px;
	height: 215px;
	margin: 0 auto;
	background-image: url(../img/header_img.png);
}

#logo_container{
	width: 900px;
	height: 125px;
	margin: 0 auto;
}

#logo{
	width:400px;
	height: 125px;
	background-image:url(../img/logo.png);
	margin-left: 75px;
}

#content_wrapper{
	width: 722px;
	height: 625px;
	margin-top: 15px;
	margin: 0 auto;
}

#content_news{
	width: 200px;
	height: 600px;
	float: left;
}

#content_data{
	width: 500px;
	height: 600px;
	float: left;
	margin-left: 15px;
	z-index: 2;
	position: relative;
	background-image: url(../img/bg_content_data.png);
}

#footer{
	height: 55px;
	min-width: 100%;
	margin-top: 200px;
	*margin-top: 300px;
	background-repeat: repeat-x;
	background-image: url(../img/bg_footer.png);
	left: 288px;
	top: 360px;
}

#picture{
	width: 150px;
	height: 500px;
	top: 375px;
	right: 25px;
	z-index: 1;
	position: absolute;
}
	

img{
	border: none;
}

.text{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.titels{
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
	font-family:Arial, Helvetica, sans-serif;
	color: #C91624;
}

.klein{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.padding{
	margin-left: 30px;
	margin-right: 20px;
}

.inspringen{
	margin-left: 25px;
}


a:link{ text-decoration: none; color: #C91624;
}
a:visited{
	text-decoration: none;color: #C91624;
}
a:hover{
	text-decoration: none; color: #333333;
}
a:active{
	text-decoration: none; color: #666666;
}

a.foot:link{
	text-decoration: none; color: #FFFFFF; font-family: arial; font-size: 11px;
}
a.foot:visited{
	text-decoration: none; color: #FFFFFF; font-family: arial; font-size: 11px;
}
a.foot:hover{
	text-decoration: none; color: #C91624; font-family: arial; font-size: 11px;
}
a.foot:active{
	text-decoration: none; color: #FFFFFF; font-family: arial; font-size: 11px;
}



hr{
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}

