* {padding: 0px; margin: 0px;}

body {
  background: #000;
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  color: #333;
}

a:link, a:visited {
  color: #07f;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #666;
}

#main {
  width: 1000px;
  margin: 0 auto;
}

#main_inner {
  background: #fff;
  width: 996px;
  float: left;
  border-right: 2px solid #666;
  border-left: 2px solid #666;
}

/* START Header */

#header_leiste {
  width: 1000px;
  height: 15px;
  float: right;
}

#header {
  background: url(Bilder/header.jpg) no-repeat;
  width: 1000px;
  height: 200px;
  float: left;
}

#topleiste {
  background: url(Bilder/stripe_1.jpg) repeat-x;
  color: #fff;
  width: 779px;
  height: 28px;
  float: right;
  text-align: right;
  word-spacing: 20px;
  padding: 15px 16px 0 0;
  text-shadow: #000 1px 1px 0px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}

#topleiste  a{
  color: #fff;
  outline: none;
}

#topleiste  a:hover{
  color: #999;
}

#counter {
  background: url(Bilder/stripe_1.jpg) repeat-x;
  color: #fff;
  width: 185px;
  height: 28px;
  float: left;
  text-align: left;
  padding: 15px 0 0 16px;
  text-shadow: #000 1px 1px 0px;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
}

/* ENDE Header */
/* START Navigationsleiste */

a.wlink, a.wlink:visited, a.wlink:active {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  padding: 6px 0 6px 20px;
  display: block;
  text-shadow: #000 1px 1px 0px;
  outline: none;
  border-top: 1px solid #333;
}

a.wlink:hover {
  color: #777;
  padding: 6px 0 6px 24px;
}

#navleiste{
  background: url(Bilder/stripe_1.jpg) repeat-x;
  color: #fff;
  font-weight: bold;
  width: 996px;
  height: 44px;
  float: left;
  border-right: 2px solid #666;
  border-left: 2px solid #666;
}

#navi, #navi ul  {
  list-style-type: none;
  margin: 1px 0 0 0;
  position: relative;
  overflow: visible;
}

#navi li ul {               /* Normalzustand eingeklappt */
  display: none;
  margin-top: 15px;
}

#navi li:hover ul {         /* Ausgeklappt */
  display: block;
  text-align: left;
}
  
#navi li {
  width: 117px;
  float: left;
}

.navi_home, .navi_clan, .navi_gaming,.navi_kontakt, .navi_extras  {
  color: #fff;
  text-decoration: none;
  padding: 15px 8px 14px 8px;
  font-weight: normal;
  text-align: center;
  text-shadow: #000 1px 1px 0px;
}

.navi_home:hover, .navi_clan:hover, .navi_gaming:hover,.navi_kontakt:hover, .navi_extras:hover {
  background: #000;
}

/* ENDE Navigationsleiste */
/* START Boxen */

#boxen {
  background: #fff;
  width: 976px;
  float: left;
  padding: 0 10px 15px 10px;
  border-right: 2px solid #666;
  border-left: 2px solid #666;
}

#slider {
  width: 420px;
  height: 130px;
  float: left;
  text-align: center;
  padding: 1px;
  margin: 10px 0 0 0;
  border: 1px solid #555;
}

.box1 {
  width: 426px;
  float: left;
  margin-right: 15px;
}

.box2 {
  width: 260px;
  float: left;
  margin-right: 15px;
}

.box3 {
  width: 260px;
  float: right;
}

.inner_frame_right2 {
   width: 240px;
   padding: 8px 10px;
   line-height: 17px;
}

/* ENDE Boxen */
/* START Content */

#content {
  width: 626px;
  float: left;
  padding: 0 10px 15px 10px;
}

#galerie {
  width: 626px;
  float: left;
  padding: 10px;
}

.pic {
  float: left;
  padding: 1px;
  border: 1px solid #555;
  margin: 0 21px 10px 0;
}

/* ENDE Content */
/* START Log In */

#control{
  overflow: auto;
}

#control a, #control a:hover {
  color: #fff;
}

.control_l, .control_r {
  background: url(Bilder/stripe_7.jpg);
  width: 138px;
  height: 16px;
  float: left;
  text-align: center;
  text-shadow: #000 1px 1px 0px;
  padding: 2px 8px 4px 8px;
  margin: 2px;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.control_l {
  float: left;
}

.control_r {
  float: right;
}

.control_l:hover, .control_r:hover {
  background: url(Bilder/stripe_6.jpg);
}

/* ENDE Log In */
/* START Rechts */

#right {
  width: 340px;
  float: right;
  padding: 2px 10px 15px 0;
}

.inner_frame_right {
  width: 320px;
  padding: 8px 10px;
  line-height: 17px;
}

/* ENDE Rechts */
/* START Tabnavi */

ul.tabs {
  width: 324px;
  font-size: 12px;
  font-weight: bold;
  height: 12px;
  padding: 20px 8px 3px 8px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #07f;
  list-style: none;
  margin: 0 auto;
  line-height: 13px;
}

ul.tabs li a {
  float: right;
  padding: 0 0 0 12px;
}

.tab_container {
  overflow: hidden;
  float: right;
  line-height: 17px;
}
.tab_content {
  float: right;
  width: 320px;
  padding: 8px 10px;
  text-align: left;
}

/* ENDE Tabnavi */
/* START Footer */

a.footerlink, a.footerlink:visited, a.footerlink:active{
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

a.footerlink:hover{
  color: #999;
}

#footer_l {
  background: #111 url(Bilder/stripe_1.jpg) repeat-x;
  color: #fff;
  width: 689px;
  height: 28px;
  float: left;
  text-align: left;
  padding: 15px 0 0 16px;
  text-shadow: #000 1px 1px 0px;
  word-spacing: 8px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
}

#footer_r {
  background: #111 url(Bilder/footer_r.jpg) repeat-x;
  color: #fff;
  width: 260px;
  height: 40px;
  float: right;
  text-align: right;
  padding: 3px 16px 0 15px;
  text-shadow: #000 1px 1px 0px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
}

.footerbutton {
  width: 250px;
  height: 38px;
  float: left;
}

#footer_leiste {
  width: 1000px;
  height: 15px;
  float: right;
}

/* ENDE Footer */