CSS VOOR DIV SITES
/* ================================================== */
/* ISLIVE PROMO */
/* ================================================== */
div#islive_cnt {padding:20px 0;}
div#islive {margin:0 auto;width:752px; text-align:center;}
div#islive {border:1px dotted #fff;}


html, body {
	margin:0 auto;
	font:10px Verdana;
	color:#fff;
	background:#36f url(img/bg.jpg) repeat-y center;
}
img {
	border:0;
}
.clear {
	clear:both;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
#header_container, #content_container, #footer {
	width:950px;
	margin:0 auto;
	background-color:#b60000;
}
#disclaimer {
	width:950px;
	text-align:center;
	margin:0 auto;
	background-color:#b60000;
	padding-bottom:1em;
}
/* CASE */
.case {
	width:944px;
	margin:0 auto;
	margin-top:10px;
	background-color:#b60000;
}
.case img {
	display:block;
}
.case_left {
	float:left;
	width:316px;
}
.case_right {
	float:right;
}
.case_txt, .mcase_txt {
	background-image:url(img/case_txt_bg.jpg);
	width:296px;
	height:244px;
	padding:10px;
	font:12px verdana;
	color:#000;
	overflow:hidden;
}
.mcase_txt {
	background-image:url(img/mcase_txt_bg.jpg);
	height:138px !important;
}
.case .pict {
	float:left;
	border:1px solid #fff;
}
.case .pict1 {
	border:1px solid #fff;
	padding-right:1px;
}
.case .pict2 {
	border:1px solid #fff;
}
.case .pictm {
	float:left;
	border:1px solid #fff;
	margin-right:1px;
}
.case_btm {
	clear:both;
	background-color:#fff;
}
.case_btm img {
	float:left;
}

/* TRAILER */
#trailer_container {
	width:506px;
	margin:0 auto;
	padding-top:10px;
	text-align:center;
}
#trailer {
	width:442px;
	margin:0 auto;
	text-align:center;
	border:1px solid #fff;
}
#speeds_container {
	width:950px;
	margin:0 auto;
	text-align:center;
	background:url(img/player/bg_speeds.jpg);
}
.btn_overzicht {
	text-align:center;
}

.control {
	background-color:#36f;
	border: 1px solid #f00;
}
.playerborder {
	border:1px solid #fff;
}
/* PAGE NUMMERS */
#pagenrs {
	clear:both;
	width:950px;
	height:38px;
	text-align:center;
}
.pagenr {
	height:37px;
	width:35px;
	font:bold 12px verdana;
}
.pagenr_ov {
	height:37px;
	width:35px;
	font:bold 12px verdana;
}
.pagenr a {
	color:#fff;
}
.pagenr_ov a {
	color:#ff0;
}
/* --------- VPS standaard styles------------- */
/* --------- Vanaf hier niets wijzigen!! ------------- */
.bg_error {
	border: 1px solid #000;
	background: #fff;
	color:#000;
}
a.error,a.error:link,a.error:visited {
	color: #a10000;
}
a.error:hover {
	color: #a10000;
	text-decoration:underline;
}
.melding {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.evengeduld {
	font-family: arial black;
	font-size: large;
	color: #a10000;
}