html,body {
  color: #666;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}

body {
	background:#000000 url(/images/layout/background.jpg) no-repeat scroll center top;
	background-color:#25357f;
}

html, body {
height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

a, a:link, a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  text-decoration: underline;
  font-weight: bold;
}

img { border: 0; }

a.nounderline {
  text-decoration: none;
}

a.normal {
  color: #666;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: normal;
}

.error {
  color: red;
  font-weight: bold;
  margin: 5px;
}

.pollbar {
  height:10px; 
  background-image:url('images/surveybar.jpg');
  background-repeat: repeat-x;
  border:1px solid #999;
}

.debug {
  border: 1px solid red;
}

.pointer {
  cursor: pointer;
}

#skeleton {
  width: 950px;
  margin-left:auto;
  margin-right:auto;
  background-color:#FFFFFF;
}

#innerskeleton {
  border-collapse:collapse;
}

#innerskeleton .topleft {
  background-image: url('./images/layout/topleft.jpg');
  background-repeat: no-repeat;
  background-position:right;
  width: 220px;
  height: 89px;
  /*background-color: #4A4A4A;*/
  background-color: #000;
  border: 1px solid #323232;
}

#innerskeleton .topright {
  background-image: url('./images/layout/topright.jpg');
  background-repeat: no-repeat;
  width: 729px;
  height: 89px;
  padding:0;
  margin:0;
}

#innerskeleton .login form{
	margin:0px;
	padding:0px;
}

#innerskeleton .login {
  border: 1px solid #404040;
  padding: 0px 0 0px 32px;
  font-family: Arial;
  font-size: 10px;
  color: black;
  height:90px;
}

#innerskeleton .login a,#innerskeleton .login a:link, #innerskeleton .login a:hover, #innerskeleton .login a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  text-decoration: none;
  font-weight: normal;
}

#innerskeleton .login input {
  border: 1px solid black;
  display: block;
  margin-bottom: 5px;
}

#innerskeleton .login input.inline {
  border: 0;
  display: inline;
  margin-bottom: 0;
  vertical-align: middle;
}

#innerskeleton .adv {
  width: 728px;
  height: 90px;
  background-color: #EBE8E8;
}

/* NAVIGATION */
#navi {
  border-collapse: collapse;
}

#navi td {
  border: 1px solid #323232;
  border-right: 0;
  border-left: 0;
}

#navi .navitop {
  background-image: url('./images/navitop.jpg');
  width: 214px;
  height: 37px;
}

#navi .navipic {
  background-image: url('./images/layout/navipic.jpg');
  background-repeat: no-repeat;
  background-color: #404040;
  width: 214px;
  height: 54px;
}

#navi .menue {
  padding: 10px 0 10px 11px;
}

#navi .menue img {
  margin-right: 6px;
  vertical-align: middle;
}

#navi .menue a, #navi .menue a:link, #navi .menue a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  text-decoration: none;
}

#navi .menue a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: orange;
}

/* CONTENT */
#content {
  padding: 12px 0 0 12px;
  vertical-align: top;
}


.innercontent {
  width: 570px;
  border-left: 1px solid #EBE8E8;
  border-right: 1px solid #EBE8E8;
  border-bottom: 1px solid #EBE8E8;
  vertical-align: top;
  margin-bottom: 5px;
  color: #666;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.innercontent td {
  padding: 0 0 6px 3px;
}

.innercontent h1 {
  font-family: Arial;
  font-size: 15px;
  color: black;
  margin:0;
  padding:0;
}

.innercontent2 {
  width: 570px;
  border-left: 1px solid #EBE8E8;
  border-right: 1px solid #EBE8E8;
  border-bottom: 1px solid #EBE8E8;
  vertical-align: top;
  margin-bottom: 5px;
  color: #666;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}

.innercontent2 td {
  padding: 0 0 6px 3px;
  line-height: 16px;
}

.innercontent2 h1 {
  font-family: Arial;
  font-size: 16px;
  color: black;
  margin:0;
  padding:0;
}

.contentbox {
  width: 570px;
  border: 1px solid #EBE8E8;
  vertical-align: top;
  margin-bottom: 5px;
  color: #666;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

.contentbox th {
  color: black;
  background-color: #EbE8E8;
  border: 1px solid #EbE8E8;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  text-indent: 5px;
  letter-spacing: -1px;
  border-bottom: 1px solid #CCC;
}

.contentbox td {
  padding: 0 0 6px 3px;
}

.contentbox h1 {
  font-family: Arial;
  font-size: 14px;
  color: black;
  margin:0;
  padding:0;
}

.contentbox h2 {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #8F8F8F;
  margin-bottom:3px;
}

#mainleft {
  width: 180px;
}

#mainright {
  vertical-align: top;
  padding-left: 10px;
}

.games {
  width: 100%;
}

.games td {
  border: 0;
  color: black;
  /*padding: 5px;
  text-align: center;*/
}

.games td img {
  /*margin: 0 2px 0 2px;*/
}

#footer {
  background-image: url('./images/footerbg.gif');
  background-repeat: no-repeat;
  height: 40px;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
}

#footerlinks {
  color: white;
  float: right;
  margin-right: 3px;
  margin-top: 10px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 10px;
}

#footerlinks a, #footerlinks a:link, #footerlinks a:visited, #footerlinks a:hover {
  color: white;
  font-weight: bold;
  font-size: 10px;
}


/* ADVERTISMENTS */
.adv180x150 {
  background-color: #EbE8E8;
  width: 180px;
  height: 150px;
  margin-bottom: 5px;
  border:1px solid #EbE8E8;
}

/* GENERISCHE BOXEN */
.box {
  width: 100%;
  border-collapse: collapse;
}

.box th {
  background-color: #EbE8E8;
  /*background-color: #F9CC17;*/
  border: 1px solid #EbE8E8;
  /*border: 1px solid #FFCC00;*/
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  text-indent: 5px;
  letter-spacing: -1px;
  border-bottom: 1px solid #CCC;
  height: 23px;
}

.box td {
  border: 1px solid #EbE8E8;
  /*border: 1px solid #FFCC00;*/
  padding: 5px;
}


.box td.middle {
  text-align: center;
}

.box td h1 {
  font-size: 12px;
}

.box td h2 {
  font-size: 12px;
  font-family: Impact;
  font-weight: normal;
  color: #8F8F8F;
}

/* GALLERY PICS */
div.gallerypic {
  border: 3px solid #EbE8E8;
  width: 100px;
  margin-bottom: 10px;
}

/* LISTS */
ul {
  list-style-image: url('./images/bullet.jpg');
  padding-left: 15px;
  margin-left: 0;
}

ul li {
  margin-bottom: 3px;
}

/* LOGOS */
#progaming {
  background-image: url('./images/pg.jpg');
  width: 211px;
  height: 34px;
  margin-left: 3px;
  float: left;
}

/* VOTING */
.list {

}

.list td {
  border-bottom: 1px solid #EEEDED;
  vertical-align: bottom;
}

/* GALLERYS */
.galleries {
  margin-bottom: 10px;
  padding-top: 5px;
  width: 100%;
}
.part td {
  width: 50%;
}
.gallery td {
  width: 220px;
}

div.partners {
  margin-bottom: 15px;
  font-size: 12px;
  text-align: justify;
  padding-right: 5px;
}

div.partners img {
  float: left;
  margin: 5px;
}

div.partners h1 {
  font-weight: bold;
  font-size: 13px;
}

.advlink {
  border: 0;
  position: absolute;
  width: 729px;
  height: 90px;
  cursor:pointer;
  text-decoration:none;
  background-image:url('images/transparent.gif');
  background-repeat:repeat;
  z-index: 10;
}

.events {
  border-collapse:collapse;
  width: 100%;
  margin-right: 3px;
  margin-top: 5px;
}

.events td {
  border: 1px solid black;
  font-size: 12px;
  padding: 4px 2px 4px 2px;
}

.events th {
  background-color: #585657;
  font-weight: bold;
  color: white;
  text-transform: none;
  border: 1px solid black;
}

.BracketTeam {
  background-color: #EBEAEB;
  height: 14px;
    text-align: left;
    font-weight: bolder;
  border-right: 2px solid #AAAAAA;
  font-size: 10px;
}
.BracketVS {
  border-right: 2px solid #AAAAAA;
  text-align:right;
  height: 14px;
  font-size: 10px;
}
.qualifiziert{
}
.qualifiziert img{
	border: 1px solid #CCCCCC;
	margin-right:5px;
}

#banner{
	cursor:crosshair;
}

/* SPONSOR PARTNER SUPPORTER */
.sponsor h4, .partner h4, .supporter h4{
	margin:0px;
	padding:10px 5px 5px 0px;
	font-size:12px;
}
.sponsor img, .partner img, .supporter img{
	margin:0px 0px 10px 0px;
	padding:0px;
	border:none;
}
.sponsor{
	padding:0px 0px 10px 0px;
}
.sponsor img{
	margin:0px 0px 0px 0px;
}

/* TOP BANNER */
.adv{
	vertical-align:top;
}

/* SIDE BANNER */
.side-banner{
	vertical-align:top;
	padding:90px 0px 0px 5px;
}