/*

thank you for visiting our css document.


ROCK THE RACE
rock-the-race.de


programming
(c)2007 veloton ohg
veloton.com

design
(c)2007 milk gmbh
milkdesign.de 

--------------------------------------------------

pink - #f80832
orange - #fabe20

*/



body {
	background-color: #f80832;
	background-image: url(../_images/bg_site.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 990px;
}
#container_left {
	width: 215px;
	float: left;
}
#container_middle {
	width: 730px;
	float: left;
	background-image: url(../_images/bg_content.jpg);
	background-repeat: repeat-y;
}
#container_right {
	width: 45px;
	float: right;
}
#sponsors {
	width: 730px;
	height: 95px;
	background-color: #000000;
}



/*** content ***/

#content {
	width: 730px;
	min-height: 800px;
}
#content_left {
	float: left;
	width: 200px;
}
#content_right {
	float: right;
	width: 528px;
	background-image: url(../_images/bg_content_right.jpg);
	background-repeat: no-repeat;
}
#content_left_inside {
	padding: 20px 10px 20px 10px;
}
#content_right_inside {
	padding: 0px 15px 20px 15px;
}



/*** navigation ***/

#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#navigation a {
	font: bold 14px arial;
	color: #f8a120;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	padding: 12px 5px 8px 20px;
	margin: 0px;
}
#navigation a:hover {
	color: #ffffff;
	background-image: url(../_images/navigation_rollover.jpg);
}
#navigation .subnavigation {
	font: bold 11px arial;
	color: #f8a120;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	padding: 5px 5px 7px 30px;
	margin: 0px;
}
#navigation .subnavigation:hover {
	color: #ffffff;
	background-image: none;
	text-decoration: underline;
}
.active {
	color: #ffffff;
	background-image: url(../_images/navigation_rollover.jpg);
}



/*** typo ***/

p, td, th {
	font: bold 12px arial;
	line-height: 18px;
	color: #ffffff;
	margin-top: 0px;
}
h1 {
	font: bold 28px arial;
	line-height: 30px;
	color: #ffffff;
}
strong {
	color: #ff0000;
}
a:link {
	color: #faa122;
	text-decoration: none;
}
a:visited {
	color: #faa122;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #faa122;
	text-decoration: none;
}
a:focus {
	outline-offset: -1px;
	-moz-outline: none;
	outline: none;
}



/*** specials ***/

#content_right a:hover {
	border-bottom: 1px dotted;
}
.table_red p {
	color: #ff0000;
}
.table_grey p, .table_grey li {
	font-weight: normal;
	color: #999999;
	padding-left: 10px;
}
td {
	border-bottom: 1px dotted #ff6600;
	padding-top: 2px;
}
#jumptotop {
	margin: 10px 5px 10px 5px;
	border-top: 3px solid #f80832;
	text-align: center;
}
#content_right img {
	padding-bottom: 5px;
}