/* general */
/* ========================================================================= */
body
{
	background-color: #333333;
	background-image: url(/images/carbon.gif);
	height: 100%;
	margin: 0;
	padding: 0;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

td
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

p, h1, h2, h3, h4, h5, h6, div
{
	font-family: Arial, Verdana, Sans-Serif;
}

h1
{
	margin-top: 0;
	font-size: 20px;
}

h3
{
	background-color: #F2F2FD;
	padding: 4px;
	margin: 0;
	font-size: 16px;
}

h1 a:hover,
h3 a:hover
{
	text-decoration: none;
}

h3 img
{
	padding: 0;
	margin: 0;
	float: right;
	/* seems to be a bug of firefox. opera does it right
		but because of more users of ff i use the strange
		hack */
	margin-top: -15px;
	clear: none;
}

* html h3 img
{
	margin-top: -18px;
	margin-right: 3px;
}

a:link,
a:visited
{
	text-decoration: none;
	color: #5757DD;
}

a:hover,
a:active
{
	text-decoration: underline;
	color: black;
}

/* page */
/* ========================================================================= */
div#page
{
	min-height: 100%;
	margin: 0px auto;
	width: 996px;
	background: #FFFFFF;
	/*border-left: #FFFFFF 2px solid;
	border-right: #FFFFFF 2px solid;
	border-bottom: #FFFFFF 2px solid;*/
	/*border-left: #FFBE69 2px solid;
	border-right: #FFBE69 2px solid;
	border-bottom: #FFBE69 2px solid;*/
}

div#header
{
	width: 100%;
	height: 120px;
	background-color: black;
	background-image: url(/images/header_bg.gif);
}

div#header div
{
	height: 100%;
}

img#people
{
	float: left;
}

a#logo
{
	float: left;
	margin-top: 40px;
	width: 350px;
	height: 41px;
	background-image: url(/images/logo.png);
}

a#xbow
{
	float: right;
	margin-top: 0px;
}

* html a#logo
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='scale');
}

div#evo_area
{
	float: right;
	width: 670px;
	background-image: url(/images/evo_area.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

div#evo_area img
{
	float: right;
	padding-top: 32px;
	margin-right: 15px;
	padding-left: 20px;
	padding-bottom: 14px;
}

div#body_area
{
	clear: both;
	width: 100%;
}

table#body_table
{
	width: 100%;
}

td#sub_menu_area
{
	width: 220px;
	background-color: #F0F0F0;
	background-image: url(/images/submenu_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 40px;
}

div#sub_menu_top
{
	width: 100%;
	min-height: 40px;
	background-image: url(/images/submenu_top.gif);
	background-repeat: no-repeat;
}

* html div#sub_menu_top
{
	height: 40px;
}

div#sub_menu
{
	padding: 0;
	margin: 0;
	width: 199px;
	border-top: #bbbbbb 1px solid;
	border-bottom: white 1px solid;
}

div#sub_menu *
{
	padding: 0;
	margin: 0;
}

div#sub_menu div
{
	background-image: url(/images/submenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
}

div#sub_menu div,
div#sub_menu a
{
	display: block;
}

* html div#sub_menu a
{
	width: 172px;
}

div#sub_menu a:link,
div#sub_menu a:visited,
div#sub_menu div.active
{
	text-decoration: none;
	color: black;
	padding-left: 21px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: white 1px solid;
	border-bottom: #bbbbbb 1px solid;
}

div#sub_menu a:active,
div#sub_menu a:hover,
div#sub_menu div.active
{
	border-top: #FFCC99 1px solid;
	border-bottom: #FFCC99 1px solid;
	background-image: url(/images/submenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 11px;	
	background-color: #FFCC99;
}

div#sub_menu div.active
{
	cursor: default;
	/*padding-left: 31px;*/
}

div#sponsors2
{
	text-align: center;
	width: 199px;
}

div#sponsors2 a
{
	display: block;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

div#sponsors2 a:hover
{
	background: white;
}

div#main_menu
{
	width: 100%;
	height: 38px;
	border-bottom: #7A4C10 2px solid;
	background-image: url(/images/mainmenu_bg.gif);
	background-repeat: repeat-x;
}

div#main_menu div
{
	height: 38px;
	float: left;
}

div#main_menu .sep
{
	width: 13px;
	background-image: url(/images/mainmenu_sep.gif);
	background-repeat: no-repeat;
}

div#main_menu div.default,
div#main_menu div.active
{
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
}

div#main_menu div a:link,
div#main_menu div a:visited
{
	padding-left: 26px;
	padding-right: 8px;
	padding-top: 12px;
	padding-bottom: 5px;
	display: block;
	background-image: url(/images/mainmenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px -22px;
	text-decoration: none;
	color: black;
}

div#main_menu div a:hover,
div#main_menu div a:active,
div#main_menu div.active a:link,
div#main_menu div.active a:visited
{
	background-image: url(/images/mainmenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 12px;	
}

table#body_right_table
{
	width: 100%;
}

td#right_area
{
	width: 198px;
	background-color: #F0F0F0;
}

div#right_area_body #news
{
	padding: 18px;
}

div#right_area_body hr
{
	margin: 0;
	border: 0;
	border-top: #bbbbbb 1px solid;
	border-bottom: white 1px solid;
}

div#right_area_body #news .title
{
	border-bottom: black 1px solid;
	font-weight: bold;
}

div#right_area_body #news .title img
{
	float: right;
}

div#right_area_body #news div.default_link
{
	padding-top: 20px;
	font-size: 14px;
}

div#right_area_body #news ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

div#right_area_body #news ul a .datetime
{
	text-align: right;
	font-size: 10px;
}

div#right_area_body #news ul a:link,
div#right_area_body #news ul a:visited
{
	text-decoration: none;
	padding-left: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	display: block;
}

/* IE-hack: "Whitespace-Bug" */
* html #right_area_body #news ul a
{
	height: 1px;
	margin-bottom: 0;
}

div#right_area_body #news ul a:hover,
div#right_area_body #news ul a:active
{
	text-decoration: none;
	background: white;
}

/* ========================================================================= */
/* body */

td#body
{
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 20px;
}

td#body img
{
	padding-left: 20px;
	padding-bottom: 20px;
	float: right;
}

td#body img.alter
{
	padding: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}

td#body div.headers p
{
	padding-left: 4px;
	padding-right: 4px;
}

td#body div.headers img
{
	padding-right: 4px;
}

td#body div.headers img.alter
{
	padding-left: 4px;
}

td#body div.body_list_header
{
	background: #E6E6FA;
	height: 28px;
	cursor: default;
}

td#body div.body_list_header div
{
	float: right;
	padding-left: 4px;
	padding-right: 4px;
	height: 28px;
	border-right: #CACAF4 1px solid;
	border-left: white 1px solid;
	line-height: 28px;
}

td#body div.body_list_header img
{
	padding: 0;
	float: none;
}

* html td#body div.body_list_header div img
{
	padding-top: 10px;
}

td#body div.body_list_header div:hover,
td#body div.body_list_header div.active,
td#body div.body_list_header div.first_active,
td#body div.body_list_header div.last_active,
td#body div.body_list_header div.first_dont_hover_active,
td#body div.body_list_header div.last_dont_hover_active
{
	background: #F2F2FD;
	border-left-color: #F2F2FD;
	border-right-color: #F2F2FD;
}

td#body div.body_list_header div.dont_hover:hover,
td#body div.body_list_header div.last_dont_hover:hover,
td#body div.body_list_header div.first_dont_hover:hover
{
	background: transparent;
	border-left-color: white;
	border-right-color: #CACAF4;
}

td#body div.body_list_header div.last,
td#body div.body_list_header div.last_dont_hover
{
	border-right: 0px;
}

td#body div.body_list_header div.first,
td#body div.body_list_header div.first_dont_hover
{
	border-left: 0px;
}

td#body div.body_list_item
{
	background: white;
	padding: 20px;
}

td#body div.body_list_item div.body_list_item_title
{
	font-weight: bold;
	border-bottom: black 1px solid;
	height: 24px;
	margin-bottom: 10px;
}

td#body div.body_list_item div.body_list_item_title div
{
	float: left;
}

td#body div.body_list_item div.body_list_item_title div.right
{
	font-weight: normal;
	float: right;
}

td#body div.body_news p
{
	padding: 4px;
	margin: 0;
}

td#body div.body_news p.body_news_date
{
	float: right;
}

td#body table.vehicle_data
{
	font-size: 14px;
	width: 96.5%;
	margin: 10px;
}

td#body table.vehicle_data tr.alter
{
	background-color: #F5F5F5;
}

td#body table.vehicle_data tr:hover
{
	background-color: #FFCC99;
}

td#body table.vehicle_data td
{
	padding: 4px;
}

td#body table.vehicle_data td.left
{
	width: 160px;
	padding-right: 20px;
	color: #444444;
}

td#body div.faq_answer
{
	padding: 4px;
	font-size: 14px;
}

td#body div#team div
{
	width: 100%;
	float: left;
	background-color: #F0F0F0;
	margin-bottom: 10px;
}

td#body div#team div div
{
	width: auto;
	float: left;
	padding: 7px;
	background: none;
}

td#body div#team div.alter
{
	background-color: #F2F2FD;
}

td#body div#team div img
{
	float: right;
	margin: 0;
	padding: 0;
}

td#body ul.site_nav
{
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 20px;
	list-style-type: none;
}

td#body ul.site_nav li
{
	padding: 2px;
	padding-left: 12px;
	background-image: url(submenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

* html td#body ul.site_nav a
{
	height: 1px;
	margin-bottom: 0;
}

* html td#body ul.site_nav li
{
	padding-top: 0;
}

td#body ul.site_nav a
{
	display: block;
}

td#body div.image_series
{
	margin-left: auto;
	margin-right: auto;
	width: 490px;
}

td#body div.image_series img
{
	margin: 0;
	padding: 0;
	float: none;
	/*float: left;*/
	margin-right: 10px;
}

* html img.alter
{
	float: left;
}

ul.rallye_ep li
{
	margin-bottom: 10px;
}

ul.rallye_ep li ul
{
	margin-top: 10px;
	padding-left: 30px;
}

ul.rallye_ep li ul li
{
	margin-bottom: 0px;
}

form table.rallye_ep_form tr td
{
	padding: 10px;
	background-color: #ffecd9;
}

form table.rallye_ep_form tr.alter td
{
	padding: 10px;
	background-color: #fff9f2;
}

/* footerl */
/* ========================================================================= */
div#footer
{
	margin-top: 20px;
	border-top: #AAAAAA 1px solid;
	font-size: 13px;
	color: #AAAAAA;
	text-align: center;
}

div#footer a:link,
div#footer a:visited
{
	color: #AAAAAA;
}

div#footer a:hover,
div#footer a:active
{
	color: black;
}





div.teammember
{
	float: left;
	width: 530px;
	padding: 10px;
}

div.teammember p
{
	margin: 0px;
	margin-bottom: 10px;
}

div.teammember img
{
	float: right;
}

div.teammember:hover
{
	background-color: #eeeeee;
}
