html, body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

img {
	border:none;
}

.container {
	width:750px;
	height:100%;
	background-color:#EE2222;
	margin:auto;
}

.header {
	width:750px;
	height:54px;
	background-image:url('../images/header.jpg');
}

.menu {
	width:750px;
	height:25px;
}

.menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.menu li {
	float:left;
	border-right:solid 1px #A91717;
	height:25px;
	background-repeat:repeat-x;
	cursor:pointer;
}

.menu a {
	margin:6px 15px 0px 15px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
}

/* content design */

.content {
	display:table; /* borderprobleem firefox 2.0 */
	width:750px;
	background-color:#EE2222;	
	background-image:url("../images/background_topborder.jpg");
	background-repeat:repeat-x;
}

.content .image_border {
	width:308px;
	background-image:url("../images/border_middle_s.jpg");
	background-repeat:repeat-y;
	text-align:center;
}

.content .boxarea_left {
	display:inline; /* IE6 worst browser ever! */
	float:left;
	width:308px;
	margin:45px 0px 45px 45px;
	background-image:url("../images/border_middle_d.jpg");
	background-repeat:repeat-y;
}

.content .boxarea_right {
	display:inline; /* IE6 worst browser ever! */
	float:right;
	width:308px;
	margin:45px 45px 0px 0px;
}

.content .boxarea_menu {
	margin:10px 4px 0px 4px;
	text-align:right;
}

/* content opmaak */

.content h1 {
	margin:23px 48px 0px 48px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
}

.content h2 {
	margin:15px 15px 0px 20px;
	padding:0px;
	font-size:11px;
}

.content p {
	margin:15px 15px 0px 20px;
}

.content a {
	color:#FFFFFF;
	text-decoration:underline;
}
	
.content a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.footer {
	width:750px;
	height:30px;
	background-color:#EE2222;	
	text-align:right;
	padding-top:5px;
}

.footer a {
	text-decoration:none;
	color:#FFFFFF;
	margin:0px 20px 0px 0px;	
}

.footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.television {
	width:423px;
	height:200px;
	margin:100px 0px 0px 42px;
	position:absolute;
}

.television img {
	float:left;
}