﻿/* general */

body {
	margin:0px;
	padding:0px;
	background-color:White;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
}

#container 
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -477px;
	width:955px;
	height:600px;
	background-image:url(/img/1px_verloop.PNG);
	background-repeat:repeat-x;
	z-index:1;
}

#logo 
{
	position: absolute;
	top:0px;
	right:0px;
	width:537px;
	height:134px;
	background-image:url(/img/outfield.PNG);
	background-repeat:no-repeat;
	z-index:2;
}

#flashImage
{
	position:absolute;
	padding-top:5px;
	padding-left:5px;
	top:3px;
	left:5px;
	width:410px;
	height:594px;
	background-image:url(/img/left_background_img.jpg);
	background-repeat:no-repeat;
	z-index:2;
}

#navbar
{
	position:absolute;
	left:3px;
	bottom:2px;
	width:531px;
	height:20px;
	z-index:2;
	
	font-size:12px;
}

#navbar a{font-size:12px;font-weight:bolder;text-decoration:none;color:#5A656B;}
#navbar a:hover{color:#F78210;}

#navbar a.active{font-size:12px;font-weight:bolder;text-decoration:none;color:#F78210;}
#navbar a.active:hover{color:#F78210;}

#subnav
{
	position:absolute;
	left:3px;
	width:531px;
	height:20px;
	z-index:2;
	
	font-size:12px;
}

#title
{
	position:absolute;
	top:30px;
	left:3px;
	width:531px;
	height:20px;
	z-index:2;
	
	font-size:0.8em;
	padding: 0px 50px 0px 50px;
}

#content_container
{
	position:absolute;
	right:0px;
	top:134px;
	width:537px;
	height:367px;
	z-index:2;

}

#content
{
	position:absolute;
	overflow:auto;
	right:0px;
	top:46px;
	width:437px;
	padding: 0px 45px 0px 50px;
	height:321px;
	z-index:3;
	
	font-size:12px;
}

#bottom 
{
	position: absolute;
	bottom:0px;
	right: 0px;
	width:537px;
	height:98px;
	background-image:url(/img/1px_under.PNG);
	background-repeat:repeat-x;
	z-index:2;
}

#flashSlider 
{
	position: absolute;
	top:7px;
	right: 3px;
	width:531px;
	height:73px;
	/*background-image:url(/img/under_nav.jpg);
	background-repeat:no-repeat;*/
	z-index:2;
}

#linkinlogo 
{
	position: absolute;
	text-align:right;
	top:80px;
	right: 3px;
	width:531px;
	height:17px;
	z-index:2;
}

#subbar {
	
	font-size:0.9em;
	font-weight:bolder;
	text-decoration:none;
	color:#5A656B;
}
#subbar a, #subbar a:visited{
	text-decoration:none;
	color:#5A656B;
}

#subbar a:hover{
	text-decoration:none;
	color:#F78210;
}

#subbar_active {
	
	font-size:0.9em;
	font-weight:bolder;
	text-decoration:none;
	color:#F78210;
}

#subbar_active a,#subbar_active a:hover,#subbar_active a:visited{
	text-decoration:none;
	color:#F78210;
}

#header {
	
	font-size:11px;
	font-weight:bolder;
	text-decoration:none;
	color:#F78210;
}
#header a, #header a:visited{
	text-decoration:none;
	color:#5A656B;
}

#header a:hover{
	text-decoration:none;
	color:#F78210;
}

#event a
{
	color:#000000;
	text-decoration:none;
	font-size:12px;
}

#event a:hover
{
	text-decoration:underline;
}
