/*

  ALL-INKL.COM RACING

*/

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #F1F1F1;
	background: #666 url(../img/body-bg.png) repeat-x 0 0;
	margin: 0px 0 0 0;
}

p {
	margin: 0 0 15px 0px;
	line-height: 19px;
}

a { color: #E2003D; text-decoration: none;}
a:visited { color: #E2003D; text-decoration: none;}
a:hover { color: #E2003D; text-decoration: underline; }
a:focus {outline-style: none;} 


h1,h2,h3,h4 { 
  	font-family: Arial, Helvetica, sans-serif; 
  	font-weight:bold; 
  	color: #F1F1F1;
  	margin: 0 0 0.4em 0; 
  }

  h1 { font-size: 30px; color: #E2003D; }
  h2 { font-size: 23px; }
  h3 { font-size: 18px; }                 
  h4 { font-size: 16px; }  


.box h1 {color: #E2003D; }
.box h2 {color: #E2003D; }
.box h3 {color: #333; }
.box h4 {color: #E2003D; }

.box.red h1 {color: #333; }
.box.red h2 {color: #FFF; }
.box.red h3 {color: #333; }
.box.red h4 {color: #333; }

hr { 
	background: #FFF;
	border: none;
	height: 1px;
	margin: 1px 0 15px 0;
	padding: 0;
	border-top: 1px dotted #999;
}

/* 
WRAPPER
----------------------------------------------------------------------------- */

#container {
	width: 960px;
	margin:0 auto;
	background: #000;
	padding: 0 0 0 20px;
	background: transparent url(../img/body-shadow-lr.png) repeat-y 0 0;
	_background-image: url(../img/body-shadow-lr-IE6.png); /*IE6*/
	position: relative;
}

#start #container {
	width: 980px;
	background-image: none;
}


/* 
HEADER
----------------------------------------------------------------------------- */

#header {
	overflow: hidden;
	width: 940px;
	height:160px;
	padding: 0;
	margin: 0 0 0 0;
	/*background: #333 url(../img/dummy-header-flash.jpg) no-repeat 0 0;*/ 
	background: #333;
	clear: both;
}

#header #noflash {
}

#header h1 {
	display: none;
}

/* 
NAV
----------------------------------------------------------------------------- */

#nav {
	font-family: Arial, "Neo Tech Std"; 
	width: 770px; /*940-padding*/
	padding: 0 170px 0 0;
	float: left;
	background: #1C1C1C url(../img/nav-bg.png) repeat-x 0 0; 
	margin: 1px 0 10px 0;
}


#nav .goto a {
	position: absolute;
	display: block;
	top: 161px;
	right: -1px;
	text-indent: -8989px;
	width: 190px;
	height: 32px;
	background-color: transparent;
	background-position: top right;
	background-repeat: no-repeat;
}

#nav .goto.rx a {
	background-image: url(../img/goto-rx-btn.png); 
}

#nav .goto.gt1 a {
	background-image: url(../img/goto-gt1-btn.png); 
}


#nav .goto a:hover {
	background-position: bottom right;
}

/* 
START (Switch RX / GT1 )
----------------------------------------------------------------------------- */

#start #header {
	height: 245px;
	background: #333 url(../img/header-start.png) no-repeat top center;
}

#start #page {
	width: 980px;
}

#start #content {
	width: 980px;
	float: left;
	margin: 0 0 150px 0;
	padding: 0;
}

#start #footer p {
	border: none;
}

#box-rx {
	position: relative;
	float: left;
	width: 490px;
	height: 321px;
	background: transparent url(../img/start-rx-sprite.jpg) no-repeat 0 -321px; 	
}

#box-gt1 {		
	position: relative;
	float: left;
	width: 490px;
	height: 321px;
	background: transparent url(../img/start-gt1-sprite.jpg) no-repeat 0 -321px; 	
}

#box-rx h2,
#box-gt1 h2 {
	display: block;
	margin: 10px 0 0 20px;
	width: 461px;
	height: 292px;
	
	overflow: hidden;
	font-size: 12px;
	text-indent: -8989px;
}

#box-gt1 h2 {
	margin: 10px 0 0 9px;
}

#box-rx h2 a,
#box-gt1 h2 a {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 461px;
	height: 249px;
	overflow: hidden;
}

#box-rx h2 a {
		left: 20px;
		background: transparent url(../img/start-rx-sprite.jpg) no-repeat -20px -10px; 	
}

#box-gt1 h2 a {
	left: 10px;
	background: transparent url(../img/start-gt1-sprite.jpg) no-repeat -10px -10px; 	
}



#start #content ul,
#start #content li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#start #content ul {
	position: absolute;
	overflow: hidden;
	top: 260px;
	left: 20px;
	width: 440px;
	height: 40px;
	padding: 0 0 0 20px;
	background: transparent;
}

#start #content #box-gt1 ul {
	left: 10px;
}


#start #content li {
	float: left;
}



#start #content li a {
	display: block;
	text-transform: uppercase;
	padding: 10px 7px;
	font-size: 10px;
	font-weight: bold;
	color: #444;
	background: transparent;
}

#start #content li a:hover {
	text-decoration: none;
	color: #E2003D;
}


/* 
CONTENT
----------------------------------------------------------------------------- */

#page {
	width: 940px; /*mind the borders*/
	position: relative;
	clear: both;
	float: left;
	padding: 0px 0 0 0;
}

/* Content */

#content {
	float:left;
	width: 690px;
	padding: 0px 0px 50px 20px;
	margin: 0 20px 0 0;
}

#content ul, #content ol  {
	padding: 0px 0 15px 40px;
	line-height: 20px;
}

#content a img {border-bottom: 2px solid transparent;}
#content a:hover img { border-bottom: 2px solid #E2003D;}

#content img.alignleft { float: left; margin: 5px 10px 5px 0;}
#content img.alignright { float: right; margin: 5px 0 5px 10px;}

.bulletlink {
	padding: 0 0 0 13px;
	background: url(../img/bulletlink-red.gif) no-repeat center left;
}



/* Breadcrumb */

#breadcrumb {
	color: #999;
	font-size: 11px;
	margin: 5px 0 10px 0;
	padding: 0 0 5px 02px;
}

#breadcrumb a { color: #999;}
#breadcrumb a:hover { color: #FFF;}



/* 
SIDEBAR
----------------------------------------------------------------------------- */

#sidebar {
	float: left;
	width: 190px;
	margin: 0px 0px 0 0px;
	overflow: hidden;
	font-size: 11px;
	color: #F1F1F1;
	background: transparent;
		
}

#sidebar .box {
	color: #111;
	font-size: 11px;
	clear: both;
	width: 170px; /*190*/
	position: relative;
	background: #333;
	margin: 0 0 15px 0;
	padding: 30px 10px 10px 10px;
	background: #D5D5D5 url(../img/sidebar-box-bottom.png) no-repeat bottom left;
}

#sidebar .box h3,
#sidebar .box.red h3 {
	color: #FFF;
	font-size: 13px;
	width: 152px; /*190*/
	padding: 7px 0 9px 38px;
	margin: -30px 0 8px -10px;
	background: #A00006 url(../img/sidebar-box-red-top.png) no-repeat top left;
}

#sidebar .box.grey h3 {
	background-image: url(../img/sidebar-box-grey-top.png);
	background-color: #1C1C1C;
}


#sidebar .box p {
	margin: 0 0 5px 0px;
	line-height: 15px;
	color: #111;
}

#sidebar .box img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 8px 0;
}

#sidebar .box a:hover img {
	border-bottom: 1px solid #E2003D;
}


/* Sidebar Newsletter */

#sidebar .newsletter form {
    background: #333;
    border: 1px solid #333;
    padding: 8px;
}

#sidebar .newsletter label {
	color: #FFF;
}

#sidebar .newsletter .input-email-nl {
	width: 150px;
	padding: 2px;
	border: 1px solid #CCC;
	margin: 0 0 5px 0;
}

#sidebar .newsletter #submit {
	border: 0px solid RED;
	margin: 5px 0 0 0;
	background: #DDD;
	font-size: 9px;
	font-weight: bold;
	padding: 3px 6px;
	cursor: pointer;
	text-transform: uppercase;
	-moz-border-radius: 4px;    
	-webkit-border-radius: 4px;    
}

.newsletter .error {
	color: #333;
	background:#FFDFDF; /* light red */
	border: 1px solid red;
	padding: 5px; margin: 5px 0;
}

#sidebar .newsletter .success {
	color: #333;
	background: #B2F0B2; /* light green */
	padding: 5px; margin: 5px 0;
	border: 1px solid #00CC00;
}


/* 
FOOTER
----------------------------------------------------------------------------- */

#footer {
	width: 940px;
	clear: both;
	text-align: center;
}

#footer p {
	font-size: 11px;
	color: #CCC;
	margin: 0;
	padding: 5px 20px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#footer a { color: #CCC; }
#footer a:hover {}


#partners {
	font-size: 11px;
	color: #CCC;
	text-align: center;
	padding: 10px 10px 40px 10px;
	overflow: hidden;
}

/* 
STYLING
----------------------------------------------------------------------------- */


/* Form */

#content form {
	background: transparent;
	border: 0px solid #999;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	color: #333;
}
#content form input {
	border: 1px solid #999;
	padding: 3px;
	width: 250px;
	font-size: 13px;
	font-family: Arial, Verdana;
}

#content .red form input { border-color: #333; }

#content form input.preview {
	width:auto;
	border:0px;
}
#content legend { display: none; }

#content form br { clear: both; }

#content form div {
	float: left;
}

#content label {
	float: left;
	width: 120px;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}

#content .red label { color: #FFF; }

#content form img {
	border: none;
	margin: 0 10px 10px 10px;
	vertical-align: middle;
}

#content form #input_code { /* Captcha Input Field */
	width: 50px; }

#content textarea {
	width: 350px;
	font-family: Arial, Verdana;
	font-size: 13px;
	padding: 3px;
	border: 1px solid #999;
}

#content .red textarea { border-color: #333; }

#content .submit {
	font-weight: bold;
	font-size: 11px;
	padding: 5px 15px;
	margin: 10px 0px 0px 0px;
	background: #333;
	text-transform: uppercase;
	cursor: pointer;
	width: auto;
	color: #CCC;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .submit:hover { color: #FFF; }

#content .aktion_erfolg {
	border: 1px solid #00CC00;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	color: #333;
	background: #B2F0B2; /* light green */
}
#content .aktion_fehler {
	border: 1px solid red;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	color: #333;
	background: #FFDFDF; /* light red */
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#content form .error { border: 1px solid red!important;}



/* round boxes */

.box {
	width: 650px;
	color: #333;
	float: left;
	position: relative;
	background: #333;
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 20px 10px 20px;
	background: #FFF url(../img/box690-white-bottom.png) no-repeat bottom left;
}

.boxtop {
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
	width: 690px;
	height: 10px;
	background: transparent url(../img/box690-white-top.png) no-repeat 0 0;
}

.box.red {
	color: #FFF;
	background-color: #E2003D;
	background-image: url(../img/box690-red-bottom.png);
}

.box.red .boxtop {
	background-image: url(../img/box690-red-top.png);
}

.box.red a {
	color: #FFF;
	text-decoration: underline;
}



/* Tables */

table {
	border-collapse: collapse; border-spacing: 0;
	width: 100%;
	margin: 0 0 15px 0;
	color: #222;

}

thead th {
	background: #FFF;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	background: #EA4F79;
	padding: 5px 10px;
}

.red thead th {
	background: #333;
}

tr, th, td {
	padding: 5px;
}

table .head td {
	font-size: 11px;
	font-weight: bold;
	background: #666;
}

td { 
border-bottom: 1px solid #BBB;
}


td a:link, td a:visited  { color: #E2003D;}
.red td a:link, .red td a:visited { color: #E2003D;}

td a:hover { text-decoration: underline;}

.color0 { background: #FFF; }
.color1 { background: #E2E4E6; }
.color2 { background: #F8F8F8; }


/* Gallery */

.gallery {
	margin: 0 0 0px 0;
	float: left;
}

.album {
	background: #FFF;
	color: #666;
	font-size: 11px;
	border: 1px solid #CCC;
	border-bottom: 3px solid #CCC;
	float: left;
	text-align: left;
	overflow: hidden;
	width: 145px;
	height: 20em; /*220px*/
	padding: 5px;
	margin: 0 5px 10px 0;
}

.album:hover { border-color: #999;}

.album.last { margin-right: 0;}
.album, .album p { line-height: 14px; }

.album img {
	display: block;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.album a.cover img {    /* same size image box for thumbnails */
	overflow: hidden;
	width: 145px;
	height: 95px;
	margin: 0 0 10px 0;
}

.gallery .album a {	color: #333; }
.gallery .album a:hover { color: #333; text-decoration: none;}


.gallery .album a strong {
		color: #E2003D;
}

.album a:hover strong {
	color: #E2003D;
	text-decoration: underline;
}

.album a:visited strong { color: #E2003D;}

.album strong {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.gallery .thumbs {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}

.gallery .thumbs a { /* Thumbnail Gallery */
	float: left;
	padding: 0 6px 5px 0px;
	overflow: hidden;
 }


/* News */

.news { 
	padding: 0 0 0px 0;
	margin: 0 0 10px 0;
}

.news h2 {
	font-size: 20px;
	border: 0px solid red;
	margin-bottom: 0; 
}

.news .meta-date { 
	display: block;
	font-size: 11px;
	color: #666;
	padding: 5px 0 5px 0; 
}

.news .red .meta-date {
	color: #111;
}

/* Colum left/right */

.col-left {
	width: 48%;
	float: left;
	margin: 0 0 5px 0;
}

.col-right {
	width: 48%;
	float: right;
	margin: 0 0 5px 0;
}



.hrline {
	clear: both;
	background: transparent;
	height: 1px;
	overflow: hidden;
	margin: 20px 0 20px 0;
	border-top: 1px dotted #CCC;
}



/* Spaces / Alignments
--------------------------------------------------------------------------------- */

.space1		{ height:  1px; overflow:hidden; padding:0; margin:0; }
.space5		{ height:  5px; overflow:hidden; padding:0; margin:0; }
.space10	{ height: 10px; overflow:hidden; padding:0; margin:0; }
.space15	{ height: 15px; overflow:hidden; padding:0; margin:0; }
.space20	{ height: 20px; overflow:hidden; padding:0; margin:0; }

.vspace10	{ width: 10px; overflow:hidden; padding:0; margin:0; float: left; }
.vspace20	{ width: 20px; overflow:hidden; padding:0; margin:0; float: left; }
.vspace30	{ width: 30px; overflow:hidden; padding:0; margin:0; float: left; }

.tab50 { width: 5em; display: block; float: left; }
.tab60 { width: 6em; display: block; float: left; }
.tab70 { width: 7em; display: block; float: left; }
.tab80 { width: 8em; display: block; float: left; }


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


