@charset "utf-8";

/*  
Theme Name: AnyCarTuning
Theme URI: http://www.alexanderhuetter.com/anycartuning/
Description: Tuningseite fuer das Unternehmen AnyCarTuning
Author: Alexander Huetter
Author URI: http://www.alexanderhuetter.com  
*/

* {
  padding: 0;
  margin: 0;
}

body {
  background: #081121 url(images/bg_body.gif) repeat;
  color: #000000;
  text-align: center;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 100.01%;
}

h1 {}

h2 {}

h3 {
  font-family: "trebuchet ms", verdana, arial, sans-serif;
  font-size: 26px;
  color: #1d57b3;
  margin-bottom: 20px;
}

h4 {
  font-family: "trebuchet ms", verdana, arial, sans-serif;
  font-size: 14px;
  color: #1d57b3;
  padding-top: 2px;
}

p {
  line-height: 18px;
  margin-bottom: 14px;
}

a {
  color: #e21919;
  text-decoration: none;
}

a:hover {
  color: #9f1313;
  text-decoration: underline;
}

img {
 border: 0;
}

.smalltext {
  font-size: 11px;
  color: #666666;
  font-style: italic;
}

.floatleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.floatright {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}

table#contenttable {
  margin-bottom: 14px;
  border: 1px solid #333333;
  border-collapse: collapse;
}

table#contenttable td,
table#contenttable th {
  padding: 10px;
  border: 1px solid #333333;
}

table#contenttable th {
  text-align: left;
}

div.newselement {
  margin-bottom: 30px;
}

div.floatelement {
  float: left;
  width: 200px;
  margin-bottom: 30px;
}

div.floatelement img {
  margin-top: 10px;
}

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

/*--- Layout ------------------------*/

#container {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  margin-top: 50px;
}

#header {
  position: relative;
  width: 900px;
  height: 224px;
  background: #174894 url(images/bg_header.jpg) no-repeat left top;
}

#header #logo {
  width: 362px;
  height: 122px;
  position: absolute;
  top: 22px;
  left: 28px;
}

#header #logo h1 a {
  background: url(images/logo_anycartuning.gif) no-repeat;
  display: block;
  height: 78px;
  width: 362px;
  text-indent: -999em;
  overflow: hidden;
}

#header #logo p {
  background: url(images/logo_text_tuning.gif) no-repeat;
  height: 45px;
  width: 284px;
  text-indent: -999em;
  margin: 0;
}

#header #menu {
  height: 42px;
  width: 900px;
  background: #e21919 url(images/bg_menu.gif) no-repeat;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#header #menu ul {
  list-style: none;
  font-family: "trebuchet ms", verdana, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

#header #menu li {
  float: left;
}

#header #menu a {
  display: block;
  line-height: 40px;
  color: #e0e0e1;
  border-right: 1px solid #9f1313;
  padding-right: 18px;
  padding-left: 18px;
}

#header #menu a:hover {
  text-decoration: none;
  background: #9f1313;
}

#content {
  position: relative;
  width: 900px;
  height: auto;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #e0e0e1;
}

/* 600px */
#content #main-column {
  float: left;
  width: 600px;
  height: auto;
  padding-left: 30px;
}

/* 150px */
#content #sidebar {
  float: right;
  width: 150px;
  height: auto;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px dotted #999999;
}

#content #sidebar ul {
  list-style: url(images/sidebar_listsymbol.gif) none outside;
  margin-left: 20px;
}

#content #sidebar li {
  margin-bottom: 7px;
}

#footer {
  position: relative;
  background: url(images/bg_footer.gif) no-repeat left top;
  clear: both;
  height: 40px;
  width: 900px;
  text-align: right;
  font-family: tahoma, "trebuchet ms", verdana, arial, sans-serif;
  color: #e0e2e9;
  padding-top: 15px;
  font-size: 11px;
}

#footer a {
 color: #e0e2e9;
}

#footer a:hover {
  color: #9f1313;
  text-decoration: underline;
}


/*---- END ---------------------------------------------*/
