.schrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.schriftheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}


body
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	/* background-image: url(webdaten/back-800x640.jpg); */
	/* background-image: url(webdaten/back-1024x819.jpg); */
	/* background-image: url(webdaten/back-2048x1024.jpg); */
  background-image: url(back-2048x800.jpg); 
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Content Areas */

div.contentarea {
  position: absolute;
  top: 100px;
  left: 5px;
  width: 1012px;
  height: 503px;  /* 403 */
  padding: 0 ;
  margin: 0;
  background-image: url(background.png);
}

div.menu {  
  position: absolute;
  top: 0px;
  left: 0px;
  width: 962px;
  height: 75px;
  padding: 0 10px 0 10px;
  margin: 0;
}


div.blockleft {
  position: absolute;
  top: 75px;
  left: 0px;
  width: 200px;
  height: 360px;
  border-right: 1px solid #999999;
  padding: 10px 5px;
  margin: 0 ;
}
div.blockmid {
  position: absolute;
  top: 75px;
  left: 216px;
  width: 530px;
  height: 360px; 
  border-right: 1px solid #999999;
  padding: 10px 5px;
  margin: 0;
   overflow: auto; 
  /* border: 1px solid red; */
}
div.blockright {
  position: absolute;
  top: 75px;
  left: 777px;
  width: 200px;
  height: 360px;
  padding: 10px;
  margin: 0;
}

div.footer {  
  position: absolute;
  top: 435px;
  left: 0px;
  width: 962px;
  height: 13px;
  padding: 0 10px;
  margin: 0;
  text-align: right;
  color: gray;
  /* border: 1px solid gray; */
}

div.teampic {
  text-align: center;
  padding: 0;
  margin: 0;
}

/* Header/Content Font styles */

.header {
	font-weight: bolder;	
}
.content {
}

/* champion presentation */
.champheader {
	font-weight: bolder;	
	text-align: center;
}
img.champpic {
	margin-top: -45px;
}
.champcontent {
	margin-top: -65px;
}
  
#logo  {
  margin-top: 5px;
  vertical-align: middle;
}  

/* Tables for schedule and table */

th {
  text-align: left;
}
td {
  padding-right: 10px;
}
#schedule td.date {
  vertical-align: top;
}
#table th.group {
  padding-top: 10px;
}


/* Menu items */


#menu ul{
  padding: 0;
  margin: 10px 0;
}

#menu li{
  display: inline;
  padding: 0;
  margin: 0 3px;
}

#menu li:hover{
  background-color: white;
}
#menu a:hover{
  background-color: white;
}


#menu li.selected{
  /* border-bottom: 2px solid white; */
}

#menu li.selected a{
  font-weight: bolder;  
   /* background-color: white; */
}

/* IE6 and IE7 both suck with :before */
#menu a { 
  padding: 3px 6px; 
  background: url(arrow-right.gif) left center no-repeat;
  background-color: transparent;
}



a.visiblelink { 
  color: #333333;
  text-decoration: underline;
}


