body {
	margin: 0;
	padding: 0;
	background: url(images/site_bg.jpg) repeat-x top left #a6a694;
	text-align: center;
}
body, table, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
a {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
input, select, textarea {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px solid #A5A586;
	background: #FFF;
}
input.button {
	background: url(images/button_bg.gif) repeat-x center #9b0000;
	border-right: 1px solid #A5A586;
	border-bottom: 1px solid #A5A586;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	color: #FFF;
	font-weight: bold;
}
input.none {
	background: transparent;
	border: 0px;
}
form {
	margin: 0;
	padding: 0;
}
ul {
	margin: 1em 0;
	padding: 0;
}
li {
	margin: 5px 5px 5px 20px;
	padding: 0;
	list-style-position: outside;
	list-style-type: disc;
}

	
.lijn {
	border-top: 1px solid #d4d4ba; 
	height: 0px; 
	margin: 3px -3px; 
	padding: 0; 
	font-size: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	margin: 0.3em 0;
	padding: 0;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
}
p {
	margin: 0.4em 0 1em;
	padding: 0;
}



.container {
	text-align: left;
	width: 952px;
	margin: 0 auto;
	padding: 0 0 140px 0;
	background: #312e36;
	position: relative;
}

.header{
	background: url(images/header.jpg) no-repeat left 14px #57574b;
	padding:  0;
	margin:  0;
	height: 86px;
	padding-top: 14px;
	width: 952px;
	position: relative;
}
.header h1 {
	margin: 0;
	padding: 0;
}
.header span {
 	display: none;
}
	
.header a.home {
	text-decoration: none;
	display: block;
	height: 100px;
	width: 600;
	height: 86px;
}
.header-info {
	position: absolute;
	top: 26px;
	right: 14px;
	color: #c2c2b1;
	font-size: 10px;
	text-align: right;
	filter: DropShadow(Color=#330000, OffX=1, OffY=1, Positive=1);
}
.header-info strong , .header-info a , .header-info a:hover {
	color: #ffcc00;
}

.bottom {
	color: #666;
	padding:7px 10px;
}
.bottom a {
	color: #666;
	text-decoration: none;
}
.bottom a:hover {
	color: #888;
	text-decoration: underline;
}



ul.links {
	margin:0 ;
	padding: 0;
}
ul.links li {
	display: block;
	padding: 1px 3px;
	width: 148px;
	margin: 0;
	float: left;
}

.bottom ul.links li {
	font-size: 10px;
	width: 148px;
}









.hmenu {
	height: 31px;
	background: url(images/hmenu_bg.gif) repeat-x top left #0D0D0F; 
	position: relative;
	z-index: 301;
}
.header-sub{
	background: url(images/header_sub.gif) no-repeat 323px 0 ;
	height: 31px;
}
.join {
	width: 355px;
	height: 150px;
	position: absolute;
	left: 596px;
	top: -42px;
	z-index: 101;
	background: url(images/join.gif) no-repeat top left;
}
.join a {
	text-decoration: none;
	display: block;
	height: 150px;
	width: 100%;
}
.join span {
	display: none;
}

.javamenu {
	width: 952px; 
	position: absolute;
	z-index: 100;
	display: block;
	top: 0px;
	left: 0px;
	height: 27px;
	overflow: hidden; 
	background: url(images/submenu_bg.png) repeat-x top left transparent;
	color: #6f6f62;
}
.javamenu a {
	color: #6f6f62;
}
.javamenu a:hover {
	color: #FFCC00;
}
.javamenu  h2 {
	margin: 0;
	color: #6f6f62;
	font-size: 11px; 
	font-weight: bold;
	padding: 2px 7px 4px 9px ;
}
.javamenu h2 a:hover  , .javamenu  .menublokhover h2 a:hover {
	color: #FFF;
}

.javamenu .menublok  ,  .javamenu .menublokhover{
	float: left;
	width: 170px;
	font-size: 10px;
	background: url(images/hmenu_line.gif) repeat-y top left;
	margin: 7px 0 0 0;
}
.javamenu .menublokhover {
	background: url(images/hmenu_line_hover.gif) repeat-y top left;
}
.javamenu  .home    {
	width: 80px;
	background: transparent;
	margin-left: 7px;
}
.javamenu .login  {
	width: 510px;
	
}

.login input {
	font-size: 10px;
	color: #a6a694;
	background: #35343a;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #4a4a44;
	border-bottom: 1px solid #4a4a44;
	margin: 0;
	padding: 0 ;
	height: 15px;
}
.login input.button {
	border-top: 1px solid #4a4a44;
	border-left: 1px solid #4a4a44;
	border-right: 1px solid #000 ;
	border-bottom: 1px solid #000;
	width: 90px;
	margin: 0;
	padding: 0;
	height: 17px;
	background: url(images/button_bg.gif) repeat-x #9b0000 left -4px;
}
.hover input {
	color: #FFF;

}
.login label {
	width: 130px;
	line-height: 1em;
	display: block;
	float: left;
}
.login .error {
	color: #cc0000;
	display: inline;
	weight: bold;
}


.javamenu .menublokhover h2 {
	color: #FFF;
}
.javamenu  .menublokhover  , .javamenu  .menublokhover a {
	color: #FFF;
}
.javamenu  .menublokhover a:hover {
	color: #FFCC00;
}



.javamenu  ul {
	margin: 0 0 0 9px;
	padding: 0;	
}
.javamenu  li {
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
	font-size: 10px;
	padding: 0;
}
.javamenu li a {
	width: 156px;
	display: block;
	padding: 3px 0 4px;
}
.javamenu  li.active a , .javamenu li.active a:hover {
	font-weight: bold;
	color: #FFCC00;
}
.javamenu  a {
	text-decoration: none;
}


.javamenu .login li {
	padding: 1px 0 0;
	height: 19px;
}
.javamenu .login a {
	color: #FFF:
}
.javamenu .login li a , .javamenu .login li.active {
	display: inline; 
	width: auto;
	padding: 3px 0 0 0;
	color: #FFF;
}












.content {
	background: #FFF;
	width: 950px;
	margin: 0 1px ;
}
.c2 {
	padding: 7px 7px 50px;
}







table.t {
	background: #F2F2E6;
	border: 1px solid #C1C19D;
	border-bottom: 0px;
}
.t td, .t th {
	border-bottom: 1px solid #C1C19D;
	border-top: 1px solid #FFF;
	padding: 3px 4px;
}


table.n {
	border: 1px solid #C1C19D;
	border-bottom: 0px;
}
.n td , .n th {
	padding: 3px 4px;
	border-bottom: 1px solid #d4d4ba;
}


.k td , .k th {
	padding: 2px ;
	border-bottom: 1px solid #ececde;
}
.k td.none {
	border-bottom: 0px solid #FFF;
}




.kamp td  {
	padding: 3px 4px;
	border-bottom: 1px solid #ececde;
	text-align: center;
}
.kamp th {
	padding: 4px 4px;
	text-align: center;
	border-bottom: 3px solid #67674f;
	background: #FFF;
	background-image: none;
}



table.l {
	background: #F4F4EC;
	border-top: 1px solid #D1D1BD;
}
.l tr.odd  {
	background: #E5E5D7;
}
.l td {
	padding: 2px 2px 3px 2px;
	border-bottom: 1px solid #D1D1BD;
}


.t th , .n th , .k th {
	background: url(images/th_bg.gif) repeat-x top left #FEEFA6;
	text-align: left;
	color: #996600;
	font-size: 10px;
}







.blok {
	border: 1px solid #A5A586;
	background: #FFF;
	padding: 5px 10px;
	margin: 0 0 5px;
}
.blokintro {
	border: 1px solid #A5A586;
	background: url(images/intro.jpg) no-repeat top left #FFF;
	padding: 0 10px 5px;
	margin: 0 0 5px;
	height: 355px;
}
.blokintro span {
	display: none;
}
.blokintro a.introlink {
	width: 280px;
	height: 205px;
	display: block;
}


.blok2 {
	border: 1px solid #A5A586;
	background: #EDEDE0;
	padding: 5px 10px;
	margin: 0 0 5px;
}
.blok3 {
	background: #FFF;
	padding: 5px 10px;
	margin: 0 0 5px;
}
.forumblok {
	padding: 5px 10px;
	margin: 0;
	background: #FFF;
	border-bottom: 1px solid #d4d4ba;
}
.forumblok2 {
	border: 1px solid #A5A586;
	padding: 5px 10px 10px;
	margin: 0;
	background: #EDEDE0;
	border-bottom: 3px solid #A5A586;
}
.forumblok3 {
	padding: 5px 10px;
	margin: 0;
	background: #EDEDE0;
	border: 1px solid #A5A586;;
}

.forumblok p , .forumblok2 p ,  .forumblok3 p{
	margin: 0 0 3px;
	padding: 0;
}



.kruimel {
	margin: 0;
	padding: 5px 10px 10px;
}




.break {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.img {
	border: 1px solid #C1C19D;
}
.small  , .small td {
	font-size: 10px;
	color: #666;
}

.circuituitleg {
	font-size: 9px;
	color: #666;
}
.circuituitleg b{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
div.error , span.error {
	color: #cc0000;
	display: block;
	weight: bold;
}
.message {
	background: #FFFFCD;
	display: block;
	padding: 2px 4px;
	border: 1px solid #ffcc66;
	margin: 3px;
}



.hidden , .hidden a , .hidden td{
	color: #AAA;
}
.hidden .small {
	color: #AAA;
}
.hidden h1 {
	color: #EBB09C;
}
.hidden img {
	filter: Alpha(Opacity=30);
	-moz-opacity:.30;
	opacity:.30;
}
	
	
.activewheel , .activelower {
	background: #EDEDE0;
	font-weight: bold;
	font-family: Verdana, Arial;
}

.wheels {
	margin: 6px 0 0;
}
.wheels td {
	padding: 0 1px 0 2px; 
	
}
.disabled , .disabled h1 , .disabled h2{
	color: #CCC;
}




/* white iframe pagina's ******************************** */

.white {
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: left;
}

	
	
	



ul.grandprix {
	margin: 5px 0 0 0;
	padding: 0;
	padding-left: 200px;
	
	height: 63px;
	background: url(images/grandprixmenu.gif) repeat-x left 60px ;
}
ul.grandprix li {
	float: left;
	padding: 0;
	margin: 0 3px;
	border: 1px solid #e6e6d3;
	border-bottom: 0px solid;
	list-style-position: outside;
	list-style-type: none;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	height: 59px;
	width: 80px;
}
ul.grandprix li a {
	padding: 0;
	text-decoration: none;
	display: block;
	height: 59px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
ul.grandprix a:hover {
	underline: none;
	color: #000;
}

ul.grandprix #circuithome  {
	width: 100px;
}	
ul.grandprix #circuithome a {
	padding-top: 15px;
}





ul.tabs {
	background: url(images/grijs.gif) repeat-x bottom left transparent;
	margin: 7px 0 7px;
	padding: 0 0 0 7px;
	height: 29px;
}
ul.tabs h1 {
	margin: 0;
	padding: 0;
}
ul.tabs li {
	height: 22px;
	border: 1px solid #CCC;
	padding: 5px 10px 0;
	margin: 0 9px 0 0;
	background: #DDD;
	display: block;
	list-style-position: outside;
	list-style-type: none;
	float: left;
}
ul.tabs li.active {
	background: #FFF;
	height:  22px;
	margin-top: -2px;
	padding-top: 7px;
	border-bottom: 1px solid #FFF;
}
ul.tabs a {
	text-decoration: none;
}
ul.tabs a:hover {
	text-decoration: underline;
}
	
	

	



.circuitimg {
	border: 1px solid #a7a789;
	margin-right: 3px;
}

a.button-startrace {
	width: 139px;
	height: 28px;
	background: url(images/button_startrace.gif) no-repeat top left #9b0000;
	margin: 2px 2px 0 0;
	padding: 0;
	display: block;
	float: left;
	
}
a.button-kampioenschap {
	width: 181px;
	height: 28px;
	background: url(images/button_kampioenschap.gif) no-repeat top left #9b0000;
	margin: 2px 0 0 0;
	padding: 0;
	display: block;
	float: left;
	margin-right: 6px;
}
a.button-nieuwtopic {
	width: 89px;
	height: 28px;
	background: url(images/button_opentopic.gif) no-repeat top left #9b0000;
	margin: -5px 0 4px 0;
	padding: 0;
	display: block;
	float: right;
}
a.button-geefreactie {
	width: 115px;
	height: 28px;
	background: url(images/button_geefreactie.gif) no-repeat top left ;
	margin: 0 0 4px 0;
	padding: 0;
	display: block;
	float: right;
}

.button-startrace span , .button-kampioenschap span  , .button-nieuwtopic span , .button-geefreactie span {
	display: none;
}




.sterren {
	background: url(images/ster.gif) repeat-x top left #DDD;
	height: 23px;
	width: 121px;
	position: relative;
	margin: 0 ;
	padding: 0;
}
.sterbalk , .sterbalkhover{
	position: absolute;
	background: url(images/ster_vol.gif) repeat-x top left;
	height: 23px;
	z-index: 19;
}
.sterbalkhover {
	background: url(images/ster_hover.gif) repeat-x top left;
}
ul#rating {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 20;
}
ul#rating li {
	width: 24px;
	height: 23px;
	display: block;
	margin:0;
	padding: 0;
	float: left;
	list-style-position: outside;
	list-style-type: none;
}
ul#rating li a {
	display: block;
	width: 24px;
	height: 23px;
}






.chat {
	border-top: 1px solid #d1d1bd;
	border-bottom: 1px solid #d1d1bd;
	background: #e5e5d7;
	padding: 4px;
}
#chatwindow {
	background: #f4f4ec;
	padding: 4px;
	height: 250px;
	overflow: auto;
	margin: 0;
	border-bottom: 1px solid #d1d1bd;
}
#chatwindow .naam {
	font-size: 9px;
	color: #666;
	display: block;
}
#chatwindow .bericht {
	border-bottom: 1px solid #d1d1bd;
	padding: 0 0 4px 0;
	display: block;
}
		



.vraag , .vraagleft {
	position: relative;
	height: 17px;
	width: 17px;
	float: right;
	display: inline;
	margin: 4px 0 0 0;
}
.antwoord {
	position: absolute;
	background: #edede0;
	width: 250px;
	padding: 5px 8px;
	left: 23px;
	top: -28px;
	border: 1px solid #767657;
	font-size: 10px;
	display: none;
}
.hoek {
	background: url(images/antwoordhoek.gif) no-repeat top left;
	width: 10px;
	height: 18px;
	display: block;
	position: absolute;
	left: -10px;
	top: 27px;
	
}

.vraagleft .antwoord {
	left: -273px;
}
.vraagleft .hoek {
	left: 266px;
	background: url(images/antwoordhoek2.gif) no-repeat top left;
}
	
	
	
	
	
	
	