html, body {
  height: 100%;
}

body {
  background-color: #393939;
  font-family: Tahoma, Geneva, Verdana, sans-serif; 
}

/*---------------------------------------------------------------------------*/

#wrapper {
  position: relative;

  width: 840px;

  margin: 0 auto; /* center, not in IE5 */
}

/*---------------------------------------------------------------------------*/

/* Header */
#header_top {
  height: 0;
}

#header_bottom {
  height: 120px;
  background-image: url(../img/autobahn_header_bg.gif);
}

/* Header Logo */
#header_logo {
  float: left;
  width: 200px;
  height: 100%;
}

#header_logo a {
  display: block; 
  width: 160px; 
  height: 80px; 
  padding-top: 40px; 
  padding-left: 40px;
}

/* Header Nav */
#header_nav {
  float: right;
  width: 620px;
  height: 100%;
}

#header_nav ul {
  list-style: none;
  float: right;
  
  display: inline;
  margin-top: 75px;
  margin-right: 30px;
}

#header_nav li {
  float: right;
  margin: 5px 10px 0px;
}

#header_nav li a {
  display: block;
}

#header_nav li img {
  color: #000;
}

/* Header Hero */
#header_hero {
  padding-bottom: 10px;
  background-image: url(../img/autobahn_content_bg_full.gif);
  text-align: center;
}

#header_hero a {
  display: block;
}

/* Currently accelerating */
#currently {
	width: 780px;
	height: 50px;

  padding: 0 30px;
  
  list-style: none;
  float: left;
  
  display: inline;
  
	background-color: #e1e5cb;
	background-image: url(../img/autobahn_home_currently_bg.gif);
}

#currently li {
  float: left;
  padding-right: 10px;
}

/*---------------------------------------------------------------------------*/

/* Content */

#content {
	width: 800px;
  padding: 0 20px;

	background-image: url(../img/autobahn_content_bg_sidebar.gif);
	background-repeat: repeat-y;

	overflow: hidden;
}

#contentbody {
	float: left;
  
	width: 460px;
	padding: 20px;

	overflow: hidden;
}

#sidebar {
	float: left;
  
	width: 260px;
	padding: 20px;
}

#sidebar form,
#sidebar img {
  margin-bottom: 10px;
}

#sidebar img {
  display: block;
  font-weight: bold;
}

#sidebar #mailing_list_form p {
  padding: 0;
  margin: 0;
  display: inline;
}

#mailing_list_email_input {
  width: 140px;
  margin-left: 20px;
}

#mailing_list_submit_input {
  width: 75px; 
  margin-left: 10px;  
}

/*---------------------------------------------------------------------------*/

/* Footer */
#footer {
  width: 840px;   
  color: #878787;
}

#footer ul {
  list-style-type: none;
  font-size: .6em;
  
  text-align: center;
}

#footer li {
  display: inline;
  margin-left: 10px;
}

#footer li a {
  font-weight: normal;
  color: #333;  
}

#footer li a:link,
#footer li a:visited,
#footer li a:hover,
#footer li a:active {
	text-decoration: none;
	color: #8fa145;
}

#footer_main {
  height: 45px;
  line-height: 30px;
  
  background-image: url(../img/autobahn_footer_bg.gif);
  background-repeat: no-repeat;
}

#footer_set_lang li img {
  cursor: pointer;
}

.clear {
  clear: both;
}

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