body{
	margin: 20px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	font-size: 80%;
	line-height: 110%;
	background: url(../img/background_animatie.gif) repeat #000D32;
}

#left{
	position: absolute;
	top: 26px;
	left: 20px;
	width: 110px;
	height: 517px;
	z-index: 1;
}

#menu{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 165px;
	margin-left: 5px;
	padding: 0px;
	font-size: 12px;
}

#menu ul, #menu li, #submenu ul, #submenu li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	font-style : italic;
}

#menu a{
	font-size: 12px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-style : normal;
	width: 100%;
}

#menu a:hover{
	background-color: #000000;
	color: #ffffff;
}

#menu .active{
	color: #000000;
	background-color: #ffffff;
}

#submenu{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 110px;
	margin-top: 395px;
	margin-left: 25px;
	padding: 0px;
	font-size: 12px;
	background-color: #FFFFFF;
	z-index: 10;
}

#submenu a{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style : normal;
	width: 100%;
	display: block;
}

#submenu a:hover{
	color: #F20808;
	background-color: #000000;
}

#submenu .heading{
	color: #F20808;
	background-color: #000000;
	font-weight: bold;
}

#gfx{
	position: absolute;
	top: 25px;
	left: 208px;
}

#header{
	position: absolute;
	margin-top: 18px;
	margin-left: 15px;
	border-bottom: 1px solid #ffffff;
	height: 60px;
	width: 635px;
	color: #ffffff;	
}

#header2{
	position: absolute;
	margin-top: 18px;
	padding-left: 15px;
	border-bottom: 1px solid #000000;
	margin-left: 332px;
	width: 322px;
	height: 60px;
	color: #000000;
}

#drag_container{
	position: absolute;
	top: 25px;
	left: 208px;
	width: 688px;
	height: 575px;
	background: url(../img/bg_content.gif) repeat-y;
	overflow: hidden;
	z-index: 5;
}

#drag_handle{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 6;
	cursor: move;
}

#banner{
	position: absolute;
	margin-top: 450px;
	margin-left: 13px;
	width: 312px;
	height: 114px;
	background-color: #000000;
	overflow: hidden;
}

#anim{
	position: absolute;
	margin-top: 450px;
	margin-left: 342px;
	width: 312px;
	height: 114px;
	background-color: #000000;
	overflow: hidden;
}

#content_container{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 667px;
	height: 368px;
	overflow: auto;
	overflow-x: hidden;
	
	scrollbar-3dlight-color: #F20808;
    scrollbar-arrow-color: #F20808;
    scrollbar-base-color: #F20808;
    scrollbar-track-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #F20808;
	
	font-size: 90%;
	
	z-index: 5;
	
}

td{
	font-weight: bold;
	font-size: 80%;
}

#left_content{
	position: absolute;
	width: 300px;
	margin-left: 15px;
	font-weight: bold;
}

#right_content{
	position: absolute;
	width: 300px;
	margin-left: 345px;
	font-weight: bold;
	color: #000000;
}

#left_content .heading{
	color: #f20808;
	font-size: 10px;
}

#left_content a{
	color: #ffffff;
}

#left_content .title{
	color: #f20808;
}

#left_content .list a{
	color: #ffffff;
	text-decoration: none;
}

#left_content .list a:hover{
	color: #E20404;
}

#left_content .list .active{
	color: #ffffff;
}

.blue{
	color: #000000 !important;
}

#right_content .heading{
	color: #f20808;
	font-size: 10px;
}

#right_content a{
	color: #000000;
}

#right_content .title{
	color: #000000;
}

#right_content .line{
	height: 1px;
	border-bottom: 1px solid #ffffff;
}

.big{
	font-size: 150%;
}

.medium{
	font-size: 130%;
}

p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
}

#content a{
	color: #ffffff;
}

#right_content ul, #right_content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#right_content ul a{
	color: #000000;
}

#right_content .active{
	color: #ffffff;
	background-color: #F20808;
	display: inline;
}

#right_content ul a:hover{
	color: #ffffff;
	background-color: #F20808;
}

input, .input{
	border: 1px solid #F20E03;
	color: #000000;
	font-size: 11px;
}

.error{
	color: #ff0000 !important;
	font-weight: bold;
	text-transform: uppercase;
}

.newsletter td{
	color: #000000 !important;
}