html,
body {
	height: 100%;
}

body {
	/*SPECIAL THEME*/
	/*background: url(images/kerst_2011.jpg) top center no-repeat fixed;
	background-color: #0073a9;*/
	
	background-color: #d9d9d9;
	overflow: -moz-scrollbars-vertical;
}

/*
.Theme_button {
	height: 120px;
	cursor: pointer;
}
*/

.google_translate_wrapper {
	margin:0 1px 10px 1px;
	padding:2px;
	border:1px solid #ccc;
}

#google_translate_element {
	width:100%;
	background-color:#ddd;
}

.goog-te-gadget-simple {
	padding-right: 5px;
}


.PDA {
	background-color: #fff;
}

.Racesport_network {
	width: 996px;
	height: 21px;
	padding-top: 4px;
	padding-right: 4px;
	margin: 0 auto;
	background-color: #000;
	color: #aaa;
	font-family: Arial;
	font-size: 11px;
	text-align: right;
}

.Racesport_network a {
	color: #fff;
}

.Bodywrapper {
	background: url(images/body_bg.gif) top repeat-x;
	text-align: center;
	height: 100%;
}

.Content {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	padding-bottom: 30px;
	text-align: left;
	background-color: #fff;
	
	/*SPECIAL THEME TOPMARGIN*/
	/*margin-top: 75px;*/
}

.Banner {
	background: url(images/banner.jpg) top no-repeat;
	width: 980px;
	height: 114px;
	position: relative;
}

.Banner .logo {
	position: absolute;
	top: 12px;
	left: 0;
}

.Banner .vendor {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 468px;
	height: 60px;
	overflow: hidden;
	
}

.Banner .mainmenu {
	height: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.Submenu {
	height: 29px;
	position: relative;
	background: url(images/submenu_bg.gif) top left repeat-x;
}

.Submenu .Menu,
.Submenu .Menu_MGP,
.Submenu .Menu_WSBK,
.Submenu .Menu_ONK,
.Submenu .Menu_IDM,
.Submenu .Menu_OVG {
	position: absolute;
	top: 4px;
	left: 10px;
}

.Submenu a,
.Submenu a:link,
.Submenu a:visited,
.Submenu a:active,
.Submenu a:hover {
	font-family: Arial;
	font-size: 11px;
	/* text-transform: uppercase; */
	color: #777;
	text-decoration: none;
	padding-right: 8px;
	margin-right: 4px;
	border-right: 1px solid #000;
}

.Submenu a:hover {
	color: #000;
}

.Submenu .Menu a.Selected { color:#000; font-weight:bold; }
.Submenu .Menu_MGP a.Selected { color:#c63434; font-weight:bold; }
.Submenu .Menu_MGP a:hover { color:#c63434; }
.Submenu .Menu_WSBK a.Selected { color:#58a42a; font-weight:bold; }
.Submenu .Menu_WSBK a:hover { color:#58a42a; }
.Submenu .Menu_ONK a.Selected { color:#d97000; font-weight:bold; }
.Submenu .Menu_ONK a:hover { color:#d97000; }
.Submenu .Menu_IDM a.Selected { color:#27a7d2; font-weight:bold; }
.Submenu .Menu_IDM a:hover { color:#27a7d2; }
.Submenu .Menu_OVG a.Selected { color:#000; font-weight:bold; }

.Submenu .Icons .RSS {
	background: url(images/icon_rss.gif) no-repeat;
	position: absolute;
	top: 4px;
	right: 8px;
	width: 22px;
	height: 21px;
	cursor: pointer;
}

.Submenu .Icons .Twitter {
	background: url(images/icon_twitter.gif) no-repeat;
	position: absolute;
	top: 4px;
	right: 34px;
	width: 22px;
	height: 21px;
	cursor: pointer;
}

/* --
.Submenu .Search {
	position: absolute;
	top: 0;
	right: 3px;
	width: 198px;
	height: 29px;
}

.Submenu .Button {
	position: absolute;
	top: 10px;
	right: 0;
	width: 16px;
	height: 16px;
	border: 0;
	cursor: pointer;
}

.Submenu .Search input {
	background: url(images/search_input_bg.gif) top left no-repeat;
	border: 0;
	padding: 0;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 30px;
	margin: 0;
	width: 198px;
	height: 29px;
}
--*/

.Line { height:5px; background-color:#f89803; border-top:1px solid #ba7202; font-size:0;}
.Line_MGP { height:5px; background-color: #c63434; border-top:1px solid #942727; font-size:0; }
.Line_WSBK { height:5px; background-color: #58a42a; border-top:1px solid #427b1f; font-size:0; }
.Line_ONK { height:5px; background-color: #d97000; border-top:1px solid #a35400; font-size:0; }
.Line_IDM { height:5px; background-color: #27a7d2; border-top:1px solid #1d7d9d; font-size:0; }
.Line_OVG { height:5px; background-color: #a8a8a8; border-top:1px solid #7e7e7e; font-size:0; }

.Breadcrumb { position:relative; font-weight:bold; height:30px; font-family:Arial; font-size:11px; color:#777; /*text-transform:uppercase;*/}
.Breadcrumb .Left { position:absolute; left:10px; top:5px; }
.Breadcrumb .Right { position:absolute; right:8px; top:5px; }

.Breadcrumb .Default { color:#fab74e; font-weight:bold; font-family:Arial; /*text-transform:uppercase;*/ }
.Breadcrumb .MGP { color:#c63434; font-weight:bold; font-family:Arial; /*text-transform:uppercase;*/ }
.Breadcrumb .WSBK { color:#58a42a; font-weight:bold; font-family:Arial; /*text-transform:uppercase;*/ }
.Breadcrumb .ONK { color:#d97000; font-weight:bold; font-family:Arial; /*text-transform:uppercase;*/ }
.Breadcrumb .IDM { color:#27a7d2; font-weight:bold; font-family:Arial; /*text-transform:uppercase;*/ }
.Breadcrumb .OVG { color:#a8a8a8; font-weight:bold; font-family:Arial; /*text-transform:uppercase;*/ }

.Racesport_Content {
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	background-color: #fff;
}

.Footer {
	background: url(images/footer_bg.gif) top left repeat-x;
	background-color: #ccc;
	height: 77px;
	width: 1000px;
	margin: 0 auto;
}

.Footer .Copyright {
	float: left;
	margin-top: 34px;
	margin-left: 16px;
	font-family: Arial;
	font-size: 11px;
	color: #aaa;
	font-weight: normal;
}

.Footer .Copyright a:link,
.Footer .Copyright a:visited,
.Footer .Copyright a:hover,
.Footer .Copyright a:active {
	font-family: Arial;
	font-size: 11px;
	color: #777;
	font-weight: normal;
}

.Footer .Privacy a:link,
.Footer .Privacy a:visited,
.Footer .Privacy a:hover,
.Footer .Privacy a:active {
	font-family: Arial;
	font-size: 11px;
	color: #777;
	font-weight: normal;
	margin-right: 8px;
	margin-left: 8px;
}

.Footer .Copyright a:hover,
.Footer .Privacy a:hover {
	color: #000;
}

.Footer .Privacy {
	float: right;
	margin-top: 34px;
	margin-right: 7px;
	font-family: Arial;
	font-size: 11px;
	color: #f89803;
	font-weight: normal;
}

.Footer .Text {
	font-family: Arial;
	font-size: 11px;
	color: #aaa;
	font-weight: normal;
}

/* -- PANES -- */

.Left {
	float: left;
	width: 723px;
}

.FlashPane {
	margin-bottom: 10px;
}

.LeftPane {
	float: left;
	width: 356px;
}

.CenterPane {
	float: right;
	width: 356px;
}

.RightPane {
	float: right;
	width: 236px;
}

.Left2 {
	float: left;
}

.Left2Pane {
	width: 236px;
	float: left;
	margin-left: -724px;
}

.Center2Pane {
	float: left;
	width: 468px;
	margin-left: 256px;
}

.Clear {
	clear: both;
}

/* -- GENERIC -- */
.ContentPane p,
.ContentPane .normal,
.ContentPane .Normal,
.ContentPane .normalbold,
.ContentPane .Normalbold,
.ContentPane .SubHead,
.ContentPane a:link,
.ContentPane a:visited,
.ContentPane a:active,
.ContentPane a:hover,
.ContentPane blockquote {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.ContentPane blockquote {
	padding: 10px 0px 10px 20px;
}

.ContentPane .normalbold,
.ContentPane .Normalbold,
.ContentPane .SubHead {
	font-weight: bold;
}

.ContentPane a:link,
.ContentPane a:visited,
.ContentPane a:active,
.ContentPane a:hover {
	text-decoration: underline;
}

.ContentPane ul,
.ContentPane ol {
	margin-top: 8px;
	margin-bottom: 8px;
}

.ContentPane li {
	list-style-type: disc;
	margin-left: 16px;
}

.ContentPane ol li {
	list-style-type: decimal;
}

/* -- HEADERS NEWS-- */

.ContentPane .Blanco_MGP h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #c63434;
}

.ContentPane .Blanco_WSBK h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #58a42a;
}

.ContentPane .Blanco_ONK h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #d97000;
}

.ContentPane .Blanco_IDM h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #27a7d2;
}

.ContentPane .Blanco_OVG h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #444;
}


/* -- GALLERY HOME --*/
.gallery_wrapper {
	background: url(/DesktopModules/iNews_Banner/images/background.gif) top left no-repeat;
	width: 717px;
	height: 228px;
	padding: 2px 3px 4px 3px;
}

.gallery_content {
	width: 717px;
	height: 228px;
	overflow: hidden;
}

.gallery_content .gallery {
	position: relative;
	overflow: hidden;
	height: 228px;
	width: 717px;
}

.gallery_content .gallery .galleryContent img {
	margin-top: -125px;
}

.gallery_content .galleryBar {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0 7px;
	display:none;
}

.gallery_content .galleryBar .listitems_gallery {
	position: relative;
	margin: 0 7px 0 0;
	padding: 0;
	overflow: hidden;
	float: left;
	list-style: none;
	width: 717px;
	height: 228px;
}

.gallery_content .galleryScreen, .galleryInfo {
	position: absolute;
}

.gallery_content .galleryScreen {
	background-color: #000;
}

.gallery_content .galleryInfo {
	background-color: transparent;
	color: #fff;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 330px;
	margin: 0;
	padding: 0px;
	padding: 12px 0 0 12px;
}
.gallery_content .galleryInfo a, .gallery_content .galleryInfo a:link, .gallery_content .galleryInfo a:visited, .gallery_content .galleryInfo a:hover, .gallery_content .galleryInfo a:active {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	position: absolute;
	bottom: 45px;
	right: 0;
}

.gallery_content .galleryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

/* -- SITEMAP GOOGLE -- */

.OVG .SitemapHeader {
	font-family: Tahoma;
	color: #5f5f5f;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 2px;
}

.Sitemap_wrapper .Sitemap_item {
	margin-bottom: 3px;
	padding-bottom: 4px;
	border-bottom: 1px solid #e5e5e5;
}

.Sitemap_wrapper .clear {
	clear: both;
}

.Sitemap_wrapper .Sitemap_item .SitemapDate {
	text-align: right;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	width: 140px;
}

.Sitemap_wrapper .Sitemap_item .SitemapSeparator {
	height: 6px;
	width: 4px;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	float: left;
}

.Sitemap_wrapper .Sitemap_item .SitemapTitle {
	float: left;
}

.Sitemap_wrapper .Sitemap_item .SitemapTitle a,
.Sitemap_wrapper .Sitemap_item .SitemapTitle a:link,
.Sitemap_wrapper .Sitemap_item .SitemapTitle a:hover,
.Sitemap_wrapper .Sitemap_item .SitemapTitle a:active,
.Sitemap_wrapper .Sitemap_item .SitemapTitle a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.Sitemap_wrapper {
	margin-bottom: 10px;
}

.Sitemap_wrapper .Sitemap_item .SitemapTitle {
	width: 300px;
}

/* -- Grijs -- */
.OVG .Sitemap_wrapper .Sitemap_item .SitemapDate {
	color: #5f5f5f;
}

.OVG .Sitemap_wrapper .SitemapDate {
	font-family: Tahoma;
	color: #5f5f5f;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 2px;
}

.OVG .Sitemap_wrapper .Sitemap_item .SitemapSeparator {
	background: url(images/sep_Grijs.gif) no-repeat;
}
.OVG .Sitemap_wrapper .Sitemap_item .SitemapTitle a:hover {
	color: #5f5f5f;
	text-decoration: underline;
}



/* -- DNN MODS -- */

.dnnLoginService p a:link,
.dnnLoginService p a:active,
.dnnLoginService p a:visited,
.dnnLoginService p a:hover {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	text-decoration: none;
}
