/* GENERAL */
*{
	border: 0;
}
html {
	font-size:62.5%;
	width:100%;
}
body {
	background:#ffffff url(images/bg/bg.jpg) center 0 no-repeat; 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:12px;
	line-height:17px;
	margin:0; 
	padding:0;
	width:100%;
}

/* MAIN ELEMENTS */
h1 {
	font-size:2em;
	font-weight:normal;
	color:#1f1f1f;
	margin:0 0 0.8em 0;
	text-align:left;
	line-height:1em;
}
h2 {
	font-size:1.5em;
	font-weight:normal;
	color:#db1d2c;
	margin:0 0 1em 0;
	text-align:left;
	font-style:italic;
}
h3 {
	font-size:1.2em;
	font-weight:normal;
	color:#000;
	margin:0 0 0.7em 0;
	text-align:left;
	font-style:italic;
}
h4 {
	font-size:1.5em;
	font-weight:normal;
	color:#000;
	margin:0 0 1em 0;
	text-align:left;
	font-style:italic;
}
h5 {
}
h6 {
}
p {
	margin:0 0 1em 0;
	text-align:justify;
}
.bolditalic {
	font-size:1em;
	color:#1f1f1f;
	margin:0 0 1em 0;
	font-style:italic;
}
.bold {
	font-size:1em;
	color:#1f1f1f;
	margin:0 0 1em 0;
}
.redtext {color:#db1d2c;}
.greentext {color:green; margin-bottom:20px; font-size:1.2em;}
.smalltext {
	color:#7c7c7c;
	font-style:italic;
	font-size:0.9em;
	margin-top:25px; border-bottom:1px solid #999; margin-bottom:25px;}
.small{
	color:#7C7C7C;
	font-size:0.9em;
	font-style:italic;
}

ul {
	list-style-image:url(images/BULLET.gif);
}
ul li {
	padding:0.5em 0 0 0;
}

a {color:#333; text-decoration:underline;}
a:hover {color:#a6121d; text-decoration:none;}
a:active {color:#333; text-decoration:underline;}
/*a:visited {
	color:#6b0b12;
	text-decoration:underline;
}*/

.clearfloats {clear:both;}

.floatL {float:left;}
.floatR {float:right;}

.date {
	font-style:italic;
	color:#db1d2c;
	/*text-align:right;*/
	margin:0 0 0.5em 0;
	/*font-weight:bold;*/
}

table td {
	padding:0 10px 5px 0;
	vertical-align:top;
}
table td.black {
	color:#000;
}
.black {
	color:#000;
}

/* MAIN PARTS */
#main {
	width:970px;
	margin:0 auto;
	background-color: #f8f6f7;
	height: 100%;
}

#main #topcontainer{
	background-color: #000000;
	/*background-image:url(images/bg/bg_wb.jpg);*/
	/*background-repeat:no-repeat;*/
	width: 100%;
	height: 515px;
	*height: 540px;
}

#main #topcontainer #logo{
	position: relative;
	top: 20px;
	left: 20px;
	float:left;
}

#main #topcontainer #legacy{
	position: relative;
	top: 20px;
	right: 20px;
	float:right;
}


#main #topcontainer #menu{
	position: relative;
	height: 43px;
	width: 940px;
	top: 30px;
	list-style: none;
	left: -20px;
	z-index:999;
}

#main #topcontainer #menu li{
	float: left;
	display: inline;
	width: 85px;
	background: url(images/menu/menu-bg.gif) repeat-x;
}

#main #topcontainer #menu li.home{
	background: none;
	height: 35px;
}

#main #topcontainer #menu li.last{
	width:495px !important;
	_width:490px;
	/*width: 325px;
	_width:320px;*/
}

#main #topcontainer #menu li.last .corner{
	display: block;
	margin-top: -6px;
	float: right;
	width: 4px;
	height: 43px;
	background: url(images/menu/right.gif) no-repeat;
}

#main #topcontainer #menu li .link{
	display: block;
	width: 85px;
	height: 33px;
	margin-top:-6px;
	padding-top: 10px;
	text-align: center;
	color: #424242;
}

#main #topcontainer #menu .wider, #main #topcontainer #menu li .wider{
	width: 125px;
}

#main #topcontainer #menu li .link .left{
	display: block;
	float: left;
	width: 4px;
	height: 43px;
	margin-top: -10px;
	background: url(images/menu/left.gif) no-repeat;
}

#main #topcontainer #menu li .link .text{
	display: block;
	float: left;
	width: 81px;
	height: 33px;
	margin-top:-10px;
	padding-top: 10px;
	background: url(images/menu/menu-bg.gif) repeat-x;
}

#main #topcontainer #menu li .linkactive .leftactive{
	display: block;
	float: left;
	width: 4px;
	height: 43px;
	margin-top: -10px;
	background: url(images/menu/left_active.gif) no-repeat;
}

#main #topcontainer #menu li .linkactive .textactive{
	display: block;
	float: left;
	width: 81px;
	height: 33px;
	margin-top:-10px;
	padding-top: 10px;
	background: #c4001C;
	color: white;
}

#main #topcontainer #menu li.seperator{
	float: left;
	padding:0;
	width: 2px;
	height: 43px;
	background: url(images/menu/separator.gif) repeat-x;
}

#main #topcontainer #menu li .link{
	font-family: "Verdana";
	font-weight: bold;
	text-decoration: none;
}

#main #topcontainer #menu li .linkactive{
	font-family: "Verdana";
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: #c4001C;
	background-image: none;
	cursor: pointer;
	display: block;
	height: 33px;
	margin-top:-6px;
	padding-top: 10px;
	text-align: center;
}

#main #topcontainer #menu li.home .linkactive{
	background:none;
}

#main #topcontainer #menu li:hover .link{
	cursor: pointer;
	background-color: #c4001C;
	background-image: none;
	color: white;
}

#main #topcontainer #menu li.home:hover .text{
	background: #c4001C;
}

#main #topcontainer #menu li.home:hover .left{
	background: url(images/menu/left_active.gif) no-repeat;
}

#main #topcontainer #menu li:hover div{
	display: block;
}

#main #topcontainer #menu li div{
	display: none;
}

#main #topcontainer #menu #submenu{
	position: absolute;
	z-index: 999;
	/*width: 255px;*/
	height: 145px;
	background-color: #c4001C;
	padding-left:15px;
	padding-right:15px;
	_padding-left:10px;
	_padding-right:10px;
}

#main #topcontainer #menu #teams{
	position: absolute;
	z-index: 999;
	/*width: 335px;*/
	height: 145px;
	background-color: #c4001C;
}

#main #topcontainer #menu #submenu a{
	text-decoration: none;
	float: left;
	display: block;
	text-align: center;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 5px;
	color: white;
	height: 120px;
	width:100px;
	outline:none;
}

#main #topcontainer #menu #teams a.roster{
	width: 185px;	
}

#main #topcontainer #menu #teams a.staff{
	width: 115px;
}

#main #topcontainer #menu #games a{
	text-decoration: none;
	float: left;
	display: block;
	width: 100px;
	height: 120px;
	text-align: center;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 5px;
	color: white;
}

#main #topcontainer #slideshow, #SWFObjectExprInst{
	width: 620px;
	height: 350px;
	position: relative;
	top: 40px;
	left: 22px;
	float:left;
	background-color: #1A1A1A;
	outline: none;
	z-index: 0;
}
object{
	z-index: 0;
}
#main #topcontainer #score_board{
	position: relative;
	width: 296px;
	height: 350px;
	top: 40px;
	left: 35px;
	float:left;
	background-color: #1A1A1A;
	outline: none;
	z-index: 0;
}

#navigation {
	width:970px;
	height:34px; 
	text-align:right;
}

/* NAVIGATION */
#archive{
	padding-right: 20px;
}
.fan_of_the_week{
	float:left;
	width:539px;
}
#navigation .margin {
	margin:0 67px 0 0; 
	text-align:right;
}
#content .newsitem {
	float:left;
	width:539px;
}
#content .form {
	float:left;
	width:494px;
	padding-right:45px;
}
#contactinfo{
	float:left;
}
#content .imageTitle{
	color:#7c7c7c;
	font-style:italic;
	font-size:0.9em; 
	padding-top:10px;
}
#container_right{
	float:right;
	top:45px;
	right:0px;
	/*margin-right:20px;*/
	text-align:left;
	width:316px;
}
/* CONTENT */
#content{
	padding-top: 50px;
	padding-left: 65px;
}
#content.default{
	padding-left: 0px;;
	width:835px;
	margin-left:auto;
	margin-right:auto;
}
#content.home{
	background:url(images/BCK_CONTENT_HOME.gif) top left no-repeat;
}


#sponsorloop {
}

#contentright .home_right{
	right:0;
	top: 45px;
	position: relative;
	text-align: left;
	width: 316px;
}

#contentright .news_right{
	right:0;
	top: 45px;
	position: relative;
	text-align: left;
	width: 316px;
}

#contentright .margin {
	padding:0;
	/*background-color:grey;*/
}
#flash {
	margin:0 0 20px 0;
}
#contentright h2 {
	margin:0 0 0.5em 0;
}

#leesmeer {
	cursor:pointer;
	font-size-adjust:0.7em;
	text-decoration:underline;
}
.leesmeertext {
	display:none;
}
.leesmeer {
	font-size-adjust:0.7em;
	text-decoration:underline;
	outline:none;
}

.xtraSmall{
	font-style:italic;
	font-size:10px;
	color:#000;
}

/*form*/
td.label {
	font-style:italic;
	color:#000;
	font-size:1.2em;
	width:118px;
}
td.input {}
input {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:1.1em;
}
input.inputfield {
	border:1px solid #c4001C;
	background-color:#fff;
	height:24px;
	width:100%;
	padding:3px 3px 0 3px;
}
textarea.inputfield {
	border:1px solid #c4001C;
	background-color:#fff;
	height:60px;
	width:100%;
	padding:3px 3px 0 3px;
}
/* table */
table{
	width:100%;
	margin-bottom:35px;
}
.titelrij td{
	background-color:#DC1D2D;
	background-repeat:repeat-x;
	border-right:4px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	padding:0.3em;
	text-align:left;
	text-transform:uppercase;
}
.titelrij td.titelrij_lasttd {
	border-right:medium none;
}
tr.prodrij_alt {
	background-color:#E7E7E7;
}
tr.prodrij td, tr.prodrij_alt td {
	padding-left:0.3em;
	padding-top:0.3em;
}

table.prodtabel {
	text-align:right;
}
table.prodtabel a{
	color:#333333;
	text-decoration:underline;
}
table.prodtabel a:hover {color:#a6121d; text-decoration:none;}
td.linksstaff {
	text-align:left;
}
td.result {
text-align:center;
}
/* FOOTER */

#footer {
	text-align: center;
	padding:40px 0 10px 0px;
	color:#666;
	font-size:0.9em;
}
#footer a {color:#333; text-decoration:none;}
#footer a:hover {color:#a6121d;}

#footer_sponsors {

	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width:838px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#339900;
	padding-top:15px;
	
}
#footer_sponsors a {
	padding-left:10px;
	padding-right:10px;
	outline:none;
}

#footer_info {
	margin-top:15px;
	margin-bottom:25px;
}

/* **** game page **** */
#gamepagemenu ul{
	margin:0px;
	padding:0px;
	margin-top:10px;
	position:relative;
	z-index:1;
}
#gamepagemenu li{
	float: left;
	display: inline;
}

#gamepagemenu li a{
	background-color:#F8F6F7;
	border:1px solid #999999;
	margin-bottom:5px;
	margin-right:3px;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	text-align:center;
	text-decoration:none;
	width:100px;
	outline:none;
	background-image:url(images/bg_game_page_link.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#gamepagemenu li a.selected{
	border-bottom:1px solid #F8F6F7;
	background:none;
}

#contentgame{
	position:relative;
	border-top:1px solid #999999;
	padding-top:20px;
	margin-top:-6px;
	*margin-top:-16px;
	z-index:0;
}

/* **** bottom home **** */
#home_bottom{
	background-image:url(images/bg_home_banner_bottom.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-left:-65px;
	padding-left:62px;
}
.bottom_block{
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-top:45px;
}

#quickies a{
	background-image:url(images/quickies_icon.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	height:20px;
	float:left;
	margin-right:40px;
	padding-left:45px;
	text-decoration:none;
	font-weight:normal;
}
#quickies a span{
	display:block;
	position:relative;
	font-size:10px;
	color:#000000;
	top:-5px;
	float:right;
	*float:none;
}

#mediapartners{
	float:right;
	width:296px;
}

