/*
JEROEN VAN DER BOOM
Made by A36
www.a36.nl

main.css
*/

/* TOP LEFT BOTTOM RIGHT */

/* HTML */
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #0a0809;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
	border: 0;
}

html {
	overflow-y: scroll;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

h1 {
	display: none;
}

h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}
	h2 .date {
		font-weight: bold;
		color: #f5c242;
		font-size: 12px;
	}
	h2 .title {
		font-weight: bold;
		color: #d5d5d5;
		text-transform: uppercase;
		font-size: 15px;
	}

a,
a:hover {
	color: #ffffff;
}

iframe {
	border: 0;
	overflow: hidden;
	background-color: #151413;
}

input[type=text],
input[type=password] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 170px;
	border: 2px solid #424242;
	background-color: #CCCCCC;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid #424242;
	background-color: #CCCCCC;
}

/* MAIN CSS */
#container {
	width: 850px;
	margin: 0 auto;
	padding: 25px 35px 0px 35px;
}

#header {
	height: 95px;
	margin-bottom: 11px;
}

	#top {
		height: 42px;
	}
	
	#navigation {
		top:0;
		width:849px;
		height: 30px;
		padding: 0;
		margin: 25px 0 0 0;
		z-index: 500;
	}

#content {
	width: 100%;
}

.content_item { /* Only for content blocks */
	margin-top: 10px;
}

#footer {
	position: relative;
	clear: both;
	padding-top: 35px;
	height: 100px;
	color: #ffffff;
}

	#footer span.left {
		float: left;	
	}

	#footer span.right {
		float: right; margin-right: 18px;	
	}

/* NAVIGATION */
#navigation ul {
	margin:0;
	padding:0;
}
#navigation li {
	list-style-image: none;
	list-style-type: none;
	height:30px;
}
#navigation ul li {
	float:left;
}
#navigation ul li a {
	background-image:url(../images/navigation.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	height:30px;
	line-height:30px;
}
#navigation li a span { display:none; }

#mnu_1 a {width:93px; background-position:0 0;}
#mnu_1 a:hover, #mnu_1.selected a {background-position:0 -30px;}
#mnu_2 a {width:113px; background-position:-93px 0;}
#mnu_2 a:hover, #mnu_2.selected a  {background-position:-93px -30px;}
#mnu_3 a {width:111px; background-position:-206px 0;}
#mnu_3 a:hover, #mnu_3.selected a  {background-position:-206px -30px;}
#mnu_4 a {width:119px; background-position:-317px 0;}
#mnu_4 a:hover, #mnu_4.selected a  {background-position:-317px -30px;}
#mnu_5 a {width:123px; background-position:-436px 0;}
#mnu_5 a:hover, #mnu_5.selected a  {background-position:-436px -30px;}
#mnu_6 a {width:160px; background-position:-559px 0;}
#mnu_6 a:hover, #mnu_6.selected a  {background-position:-559px -30px;}
#mnu_7 a {width:128px; background-position:-719px 0;}
#mnu_7 a:hover, #mnu_7.selected a  {background-position:-719px -30px;}
/* // NAVIGATION */

.hrule {
	margin: 10px 0 10px 0;
}

#login {
	float: right;
	width: 131px;
	margin-top: 15px;
	margin-right: 15px;
}

a.imglink{
	text-decoration: none;
}

#content_left {
	height: 100%;
}

#content_mid {
	height: 100%;
}

a.empty_redirect{
	position: absolute;
	display: block;
	width: 130px;
	height: 23px;
	margin-top: -53px;
	margin-left: -5px;
}

a.mediatop{
	margin-top: -30px;
}

#bannerright{
	position: absolute;
	top: 150px;
	margin-left: 850px;
	display: block;
	width: 127px;
	height: 304px;
	background: url(../images/banner.jpg) 0px 0px no-repeat;
}