@charset "utf-8";
/* CSS Document */


@import "dropdown/dropdown.css";
@import "dropdown/themes/nvg/default.advanced.css";

html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	background-color: #000000;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-image: url(../images/bg_wood.jpg);
	background-repeat: repeat;
	background-attachment: fixed
}
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 {
	font-size: 16px;
	color: #FF9900;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
#main_container {
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	width: 100%;
	min-width:1000px;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	background-position: center;	/* min-width hack for IE since it doesn't understand the valid css property 
	width: expression(document.body.clientWidth < 1000 ? "1000px" : "94%");
	min-width: 1000px;*/
}

/**************************************************************
   TOP
 **************************************************************/
#nav_container{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	background-color: #000000;
	height: 32px;
	width: 930px;
	padding-left: 50px;
}
#logo{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#header{
	height: 250px;
	width: 100%;
}
/**************************************************************
   CONTENT
 **************************************************************/
#content_container{
	width: 100%;
}
#content_divider{
	background-color: #000000;
	height: 32px;
	width: 980px;
	clear: both;
}
#content{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#left_content{
	width: 415px;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#left_bottom_content{
	width: 415px;
	float: left;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
}
#right_content{
	width: 415px;
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#right_bottom_content{
	width: 415px;
	float: right;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
}
.titel{
	font-weight: bold;
	color: #FFFFFF;
}
.time{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	margin-top: 5px;
}
/**************************************************************
   FOOTER
 **************************************************************/
#footer_container {
	position: relative;
	height: 96px;
	width: 100%;
	margin-top: -96px;
}
#empty_footer {
	background-color: #000000;
	height: 32px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 64px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#clear-footer{
	clear:both;
	height:90px;
	width:100%;
	z-index: 50;
}
