#main
{
	position: relative;
	width: 1000px;
	left: 50%;
	top: 50px;
	margin-left: -500px;
}

r{
	color: red;
}

#hfp-label
{
	position: absolute;
	right: 40px;
	top : 110px;
	font-family: "Concorde";
	font-size: 30px;
  font-weight:bold;
	color: white;
	text-shadow: 1px 1px #333
}


#sponsoren {
	position: absolute;
	width: 200px;
	right: 0px;
	top: 155px;
	
	border: 5px solid #D7362B;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	
	border-radius: 20px;
	padding: 10px;
	
	border-top-left-radius: 0px;	
	text-align: center;
}


#logout-button
{
	border-width:1px;
  	border-style:solid;
  	border-color:white;
	padding:5px;
}

#logout-box a
{
	position: absolute;
	right: 50px;
	top: 30px;
	text-decoration:none;
	color: white;
}

#username
{
	position: absolute;
	right: 150px;
	top: 7px;
	text-decoration:none;
	color: white;
}

#content_main
{
	position: absolute;
	top: 155px;
	left: 196px;
	width: 775px;
	border: 5px solid #D7362B;
	
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	
	border-radius: 20px;
	border-top-left-radius: 0px;
	padding: 10px;
	
}

.header_img
{
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 10px 0px 5px #888;
	
	border-radius: 20px;
}


.meldung_zusatzinfo
{
	position: absolute;
	background-color: #FFF;
	border: 5px solid #D7362B;
	border-radius: 10px;
	
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	
	padding: 3px;
	z-index: 99;
	width: 300px;
	right: 20px;
}


.spieler_anmeldeliste
{
	border: 2px solid black;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}


.spieler_anmeldeliste tr:nth-child(2n+1)
{
	background-color: #ccc
}

.spieler_anmeldeliste td
{
	border: 2px solid black;
}
.spieler_anmeldeliste th
{
	border: 2px solid black;
}


.org_zeit_aufgabe
{
	postion: relative;
	width: 100px;
	border: 2px solid black;
}

.imgClassSave { 
  background-image: url(http://badminton-bilder.de/hfp/images/save_20px.png);
  background-position:  0px 0px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border: 0px;
  background-color: none;
  cursor: pointer;
  outline: 0;
}

#footer
{
	//clear: both;
  position: relative;
  background: #333333;
  padding: 10px 0px 10px 0px;
  width: 548px;
  top: 70px;
  text-align: center;
  font-size: 14px;
  color: white;
  
  border-radius: 20px;
  
  -moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
  
}

#footer a {
  color: white;
}


#zeitplan {

}

#zeitplan tr {

}

#zeitplan td {
  text-align:center; 
  vertical-align:middle;  
}