@charset "UTF-8";

/* Main Styles */
/* Max Pschonder, 13.01.2009 - 17:26 Uhr */

body  {
  margin: 0;
  padding: 0;
  text-align: left;
  background-color:#191A19;
  background-image:url(../img/Layout-4Elements_05.png);
  background-repeat:repeat-x;
  color:#FFFFFF;
  font-family:Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

a {
  color:#FFFFFF;
}

a:hover {
  color: #BBBBBB;
}

h1 {
  font-size: 15px;
}

h2, h3, h4, h5, h6 {
  font-size: 14px;
}

body #container {
  position: relative;
  width: 1199px;
  text-align: left;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 0px;
} 
    
body #sidebar1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 344px;
}

/* Auch mal ausgeblendet, da stinkt... */
body #sidebar2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 237px;
  visibility: hidden;
}

body #mainContent { 
  margin: 0 344px;
  width:618px; 
}

#menu {
  height:62px; 
  position:relative;
  background-image:url(../img/Layout-4Elements_06.png);
}

#contenttop {
  height: 29px;
  margin-bottom: -10px;
}

#sponsors {
  padding-left: 4px;
}

#contentbox {
  background-color:#242426;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: -12px;	
}

#footer {
  text-align: center;
  font-size: 11px;
}

/* Im Moment ausgeschaltet da die Seite sonst zu ueberladen wirkt */
#cornerpic {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  position:absolute;
  z-index: -1;
  visibility: hidden;
}

.fltrt {
  float: right;
  margin-left: 8px;
}

.fltlft {
  float: left;
  margin-right: 8px;
}
