﻿/* CSS Document */
/*
/////////////////////////////////////

Website gerealiseerd in opdracht van:
	RT Motorsports

door:
	Twente Multimedia B.V
	Boskampstraat 31
	7651 AL Tubbergen

/////////////////////////////////////

Neem ook een kijkje op onze website:
	www.twentemultimedia.nl

Voor meer informatie:
	[e] info@twentemultimedia.nl

	[t] +(0)546 624 087
	[f] +(0)546 624 948

/////////////////////////////////////
*/

a
{
	outline: none;
	color: #000000;
}

a:hover
{
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address 
{
	margin: 1em 0;
	padding: 0;
	font-weight:bold;
}
li, dd, blockquote 
{
	margin-left: 1em;
}

form label 
{
	cursor: pointer !important;
	cursor: hand;
}
fieldset 
{
	border: none;
}

input, select, textarea 
{
	font-size: 10px;
}

span, div, a, h1, h2, h3, h4, p, html, body, div, form, dl, dt, dd, ul, li, img 
{ 
margin: 0; padding: 0; text-decoration: none; list-style-type: none; font: 11px Arial; line-height: 18px;
}
span, div, a, h1, h2, h3, h4, p, div, form, dl, dt, dd, ul, li, img 
{ 
border: 0;
}


/*opmaak van de body van de site*/
html, body
{
	padding: 0;
	
	width: 100%;
	height: 100%;
	
	background: #ffffff;
	overflow: auto;
	
	font-family: Arial, Helvetica, sans-serif;
}
div#wrap {
	position:absolute;
	width:1000px;
	left:50%;
	top:30px;
	margin-left:-500px;
}

div#menu {
	background:#3b3b3b;
	color:#fff;
	}
	.agendaitem a {
		color:#c8c8c8;
	}
	.agendaitem a:hover {
		color:#fff;
	}

div#main
{
	width: 1000px;
	/*background-color: #595959;
	background: url(../images/bg_main.gif);*/
}
div#submenu
{
	margin-right: 12px;
	height: auto;
	float: left;
	width: 140px;
	height: 280px;
	overflow: hidden;
	display: block;
	background-color: #cccccc;
}

div#mainmenu
{
	width: 1000px;
	height: 40px;
	padding: 0;
	border:0px solid #FF0000;
	background: url(../images/bg_mainmenu.gif);
}

div#mainmenu ul {
	margin-left: 152px;
	height: 40px;
}

div#mainmenu ul li {
	float: left;
	height: 40px;
}
div#mainmenu ul li a
{
	margin-top: 12px;
	height: 28px;
	display: block;
	float: left;
	/*width: 106px;*/
	padding: 0 22px 0 22px;
	text-align: center;

	text-transform: uppercase;
	color: #818181;
	font: bold 12px Arial;
	letter-spacing: 1px;
	
	cursor: pointer !important;
	cursor: hand;
}
div#mainmenu ul li a.mainmenuActief
{
	color: #000000;
	background: url(../images/bg_mainmenuactief.gif);
}

div#mainmenu ul li a:hover, div#mainmenu ul li a.mainmenuActief
{
	color: #000000;
	/*background: url(../images/bg_mainmenuactief2.gif);*/
}


div#text
{
	width: 454px;
	height: 274px;
	padding: 3px 3px 3px 3px;
	float: left;
	color: #000000;
	font: normal 10px Arial;
	overflow: auto;
	background-color: #FFFFFF;
	margin-right: 12px;
	
	scrollbar-base-color: #FFE000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFF00;
	scrollbar-shadow-color: Gray;
	scrollbar-lightshadow-color: Silver;
	scrollbar-darkshadow-color: #D4B900;
	scrollbar-highlight-color: #D4B900;
	scrollbar-3dlight-color: #D4B900;
}

div.zwartebalk {
	width: 43px;
	height: 280px;
	float: left;
	background-color: #FFFFFF;
	margin-right: 12px;
}

div.mediavenster {
	width: 321px;
	height: 280px;
	float: right;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

/* Berichten Home */
div#textHome
{
	width: 460px;
	height: 280px;
	float: left;
	overflow: hidden;
	color: #000000;
	font: normal 10px Arial;
	background-color: #ffffff;
	margin-right: 12px;
}

div#berichtHome1, div#berichtHome2 {
	width: 460px;
	height: 84px;
	background: #C0C0C0;
	overflow: hidden;
	margin-bottom: 14px;
}

div#berichtHome3 {
	width: 460px;
	height: 84px;
	background:#C0C0C0;
}

div#berichtHomeText {
	width: 344px;
	float: left;
}
div#berichtHomeText h1 {
	margin: 1px 3px 0 3px;
	font-weight: bold;
}
div#berichtHomeText p {
	margin: 3px;
	text-align: justify;
}
div#textHome p a
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
div#textHome p a:hover
{
	color: #000000;
}
div#berichtHomeImage, div#berichtHomeImageLeeg
{
	float: left;
	padding: 8px;
}
div#berichtHomeImage img {
	height: 67px;
	width: 100px;
	overflow: hidden;
}

div.uitslagitem {
	width:232px;
	border-bottom:1px solid #000;
}
div#standings {
	width:190px;
	height:auto;
	border:1px solid #FFE000;
	padding:0 5px 0 5px;
	background:#FFFF00;
	float:right;
}
/* Einde berichten Home */

















.full {
	border:0;
}


div#text h1
{
	font: bold 11px Arial;
	margin: 1px 0 5px 0;
}

div#text p
{
	margin: 0;
	margin-bottom: 10px;
}

div#text p a
{
	color: #fff;
}

div#placeholder
{
	width: 435px;
	float: left;
}

div#placeholderSponsoren, div#placeholderAgenda
{
				width: 435px;
				float: left;
				border-bottom: double 10px #FFE000;
				border-bottom-style: solid;
				border-bottom-width: 2px;
				border-bottom-color: #C0C0C0;
}

div#textPlaceholder, div#textPlaceholderZonderAfbeelding
{
	float: left;
}

div#textPlaceholder p
{
	width: 265px;
}

div#textPlaceholder h1, div#textPlaceholderZonderAfbeelding h1
{
	margin: 3px 0 5px 0;
}


div#textPlaceholder p a, div#textPlaceholderZonderAfbeelding p a
{
	color: #000000;
	text-decoration: underline;
}

div#textPlaceholder p a:hover, div#textPlaceholderZonderAfbeelding p a:hover
{
	color: #FFFFFF;
}

div#textPlaceholderZonderAfbeelding p
{
	width: 425px;
	text-align: justify;
}

div#imagePlaceholder, div#imagePlaceholderLeeg, div#imagePlaceholderSponsoren
{
	float: left;
	width: 170px;
	text-align: center;
	margin: 5px 0 0 0;
}

div#imagePlaceholderSponsoren {
	width: 160px;
	text-align: left;
}

div#imagePlaceholderSponsoren img {
	border: 0px solid #000000;
}


div#text ul{
	margin: 0;
	padding: 0;
}
div#text ul li {
	margin-left: 3px;
}
div#text p a
{
	color: #000000;
	text-decoration: underline;
}
div#text p a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

div.nieuwsbrief
{
	margin-right: 12px;
	height: auto;
	float: left;
	width: 140px;
	height: 195px;
	overflow: hidden;
	display: block;
	padding-top:35px;
	background-color: #C0C0C0;
}

div.sponsoren
{
	width: 500px;
	height: 210px;
	float: left;
	color: #000000;
	font: normal 10px Arial;
	background-color: #ffffff;
	margin-right: 12px;
	overflow: hidden;
	text-align: center;
}

div.informatie
{
				width: 321px;
				height: auto;
				float: right;
				background-color: #000;
				margin: 0;
				padding: 0 0 8px 0;
}

a.fotopage {
	font-weight: bold;
	font-size: 12px;
}

a.fotopage_select {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;

}

div#tmm
{
	width: 1000px;
	height: 20px;
	margin: 0;
	background-color: #ffffff;
	text-align:right;
	color: #666;
	padding: 6px 0 0 0;
	float:right;
}
div#tmm a
{
	color: #666;
}
div#tmm a:hover
{
	color: #999;
	text-decoration: underline;
}

#subinfo a:hover {
	color:#929292;
	text-decoration:underline;
}

/*
***********************************************************************************
* TONEN VAN DE SUBSPONSORS                                                        *
***********************************************************************************
*/
#wib-outer
{
	position:relative;
	left:40px;
	width:420px;
	height:45px;
	overflow:hidden;
}
#wib-inner
{
	position:absolute;
	left:0px;
	top:0px;
}
.wib-object
{
	padding:2px;
	width:60px;
}
.wib-object a { color:#666 !important;}
.wib-object img.thumb { float:none;display:block;padding:0;margin:0; }
.wib-object a:hover { color:#000 !important; }

body.subsponsors
{
	margin:0;
	padding:0;
	overflow:hidden;
}

img
{
	border:none;
}

.block:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.block {display:inline-block;}
/* Hides from IE-mac \*/
* html .block {height:1%;}
.block {display:block;}
/* End hide from IE-mac */

.block .block-img {float:left;text-align:center;margin:.3em 1em 0 0;}
.block .block-txt {float:left;}
.block .block-50pct {width:49%;float:left;}
.block .block-33pct {width:30%;float:left;}

.cbb {position:relative; display:inline-block; width: 500px;}
.cbb:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

#featured:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
#featured {display:inline-block; clear:both;position:relative;}
.featured-arrow-l {position:absolute;top:12px;left:10px;}
.featured-arrow-r {position:absolute;top:12px;left:470px;}

/***********************************************************************************
* EINDE TONEN VAN DE SUBSPONSORS
************************************************************************************/
