html {
  min-height: 100%; /* Mindesthöhe für moderne Browser */
  height: auto !important; /* Important Regel für moderne Browser */ 
  height: 100%; /* Mindesthöhe für den IE */
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%; /* Mindesthöhe für moderne Browser */
  height: auto !important; /* Important Regel für moderne Browser */ 
  height: 100%; /* Mindesthöhe für den IE */

  color: #333333;
  font-family: verdana;
  font-size: 13px;

  background: #cbeafc; /* Old browsers */
  background: -moz-linear-gradient(top,  #cbeafc 0%, #68c3ef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbeafc), color-stop(100%,#68c3ef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cbeafc 0%,#68c3ef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cbeafc 0%,#68c3ef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cbeafc 0%,#68c3ef 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cbeafc 0%,#68c3ef 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbeafc', endColorstr='#68c3ef',GradientType=0 ); /* IE6-9 */

}

#body1{
  font-family: verdana;
  background-color: #000;
  background-image: url(/img/theme/pontiac_lighter.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}



a, a:visited {
  text-decoration: none;
  color: #235A81;
}
a:hover {
  text-decoration: none;
  color: #173B54;
}
a img {
  border: 0px;
}
td img{
  vertical-align: middle;
}
th {
  text-align: left;
  padding: 4px;
  padding-left: 6px;
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #ccc;
}

td {
  background-color: #EFEFEF;
  border-radius: 5px;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #eee;
}

#head{
  background-image: url(/img/flag.jpg);
  max-width: 800px;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
}
#title {
  font-weight: bold;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  float: right;
  height: 25px;
  margin-top: 64px;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 5px;
  background-color: #eee;
}
#content{
  max-width: 800px;
  margin-top: 10px;
}

table{
  width: 100%;

}
.lang{
  text-align: center;
}

#wrapper{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 130px;
  margin-top: 10px;
  max-width: 800px;
}

#advertise{
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-align: center;
  margin-top: 10px;
  padding: 5px;
}

.menue {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.menue a{
  padding: 5px 15px 5px 15px;
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.thumb{
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 125px;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 10px;
}

#info{
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-align: center;
  margin-top: 10px;
  padding: 5px;

}
#info td{
  font-size: 12px;
}

#footer_hill {
  position: fixed;
  bottom: 0px;
  margin: 0px;
  height: 123px;
  width: 100%;
  background: url("/img/footer_hill_small.png") repeat-x scroll center bottom;
}

#footer_trans_am {
  position: fixed;
  bottom: 10px;
  right: 60px;
  height: 150px;
  width: 281px;
  background: url("/img/footer_1979_trans_am.png");
}

#footer_bot {
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;

  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#footer_bot  a , #footer_bot a:link, #footer_bot a:visited{
  color: #fff;
}

#footer_bot a:hover, #footer_bot a:focus{
  color: #68c3ef;
}