/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #000000;
	font-size: 12pt;
	font-family: "Arial", verdana, sans-serif;

}
body{	
	text-align:left;
	min-width:900px;/* for mozilla*/
	background-color: #000000;
	height:100%;
	
}
#wrapper {
	
	_height: 82px;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:900px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	background-color:#D22238; 
	padding:0;
	
}

/* mac hide \*/
* html #outer{
	width:900px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:207px;/*needed to make room for header*/
} 

#logobar{
position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:70px;
	z-index:0;
	background-color: #D22238;
}

#ntvblogo{
position:absolute;
	top:4px;
	left:15px;
	width:244px;
	height:59px;

}

#jupilerlogo{
position:absolute;
	top:5px;
	right:12px;
	width:99px;
	height:59px;

}

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:153px;
	z-index:74;
	

}
#headerimage{
	position:absolute;
	top:70px;
	left:0px;
	width:100%;
	height:97px;
	z-index:74;
	background:  url(images/Header.jpg) no-repeat left top;

}

#ajaxmenu{
	position:absolute;
	top:166px;
	left:0px;
	width:900px;
	height:43px;
	z-index:65;
	
}

#imgfiller{
position:absolute;
	top:167px;
	right:0px;
	width:10px;
	height:28px;
	
	z-index:64;


}





#logo {
	position:absolute;
	top:26px;
	left:10px;
	width:237px;
	height:63px;
	text-indent: -5000px;
	z-index:300;
	background:  url(images/logo_237x63.gif) no-repeat left top;
}
/* mac hide \*/
* html #outer, * html #header {width:780px}
/* end hide*/
#footer {
	color: #ffffff;
	width:900px;
	clear:both;
	height:35px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;
	background-color:#000000;
	visibility:hidden;

}

html>body #footer{visibility:visible;}

#footer p {
	margin-top: 10px;
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:35px;
	width:780px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

#right {
	width:206px;
	float:right;
	z-index: 55;
}

#right-inner {
	width: 178px;
	padding-left: 9px;
	text-align: left;
}
#right-inner h2 {
	font-size: 15px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:865px;
	float:left;
	padding-left: 7px;
	margin-left:10px;
	z-index: 56;
	
}
/*iwas used to give content a standard height of 550 but mozilla didn't take it so the div has been removed */
#left-left{
position:relative;
float:left;
	width: 7px;
	height:550px;
	text-align: left;
	border:thin dashed #000000;
}
#left-inner {
	padding-left: 9px;
	padding-right: 9px;
	text-align: left;
}
#clearfooter {
	width:100%;
	height:35px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */
#content {
	z-index: 300;
	padding-bottom: 7px;
	min-height: 535px
	
	
}
.contentsolo {
	
	width: 828px;
	
}

.content {
	
	width: 584px;
	
}
#rightimage {
position:absolute;
top:10px;
right:10px;
	z-index: 300;
	height:486px;
	width: 244px;
}



#content h2 {
	font-size: 18px;
	color: #D22238;
	/*background:  url(images/bullet_17x21.gif) no-repeat left top;*/
	padding-left: 0px;
	line-height: 24px;
	position: relative;
	z-index: 999;
}

h3#post-  {
	font-size: 12px;
	color: #D22238;
	background:  url() no-repeat left top;
	padding-left: 0px;
}

#content p {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	_line-height: 16px;
}

#content p a {
	color: #D22238;
}

#content p a:hover {
	background-color: #D22238;
	color: #ffffff;
}


#footer p {
	padding: 8px;
}





.FSF_searchResults {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #D22238;
}

.FSF_extract {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #FFFFFF;
	color: #D22238;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}



#content ul li{
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 12pt;
	
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}

#content a, #sidebar a
{
    color: rgb(210, 34, 56);
}

#content a:hover, #sidebar a:hover
{
    background-color: rgb(210, 34, 56);
    color: rgb(255, 255, 255);
}

.bl {background: url(images/bl.gif) 0 100% no-repeat #ffffff; width: 100%; margin-bottom:10px} 
.br {background: url(images/br.gif) 100% 100% no-repeat} 
.tl {background: url(images/tl.gif) 0 0 no-repeat} 
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px} 
.clear {font-size: 1px; height: 1px}



#glas{
position:absolute;
bottom:0px;
right:100px;
height:96px;
width:225px;
background-image:url(images/signature.gif);
background-repeat:no-repeat;
z-index:1000;
visibility:hidden;

}

html>body #glas{visibility:visible;}

span.nieuwsheader {
	font-size: 16px;
	color: #D22238;
	background:  url() no-repeat left top;
	padding-left: 0px;
	font-weight:bold;
}

 a img{border:none;}
 
 .smallit{
 font-size:10px;
 font-style:italic;
 
 }
 
  .smallit2{
 font-size:12px;
 font-style:italic;
 
 }
 
 #tournamentlist, #tournamentlist td {
border:#D22238 thin solid;

}

.bgfilled{ 
background-color:#D22238;
color:#FFFFFF;
font-weight:bold;

}

.alleft{ text-align:left;}