
a:link {
  color : #8f51c3;
  text-decoration : none;
}


a:visited {
  color : #8f51c3;
  text-decoration : none;
}


a:hover {
  color : #bd88e9;
  text-decoration : underline;
}


a:active {
  color : #8f51c3;
  text-decoration : none;
}


form {
  font-family : Trebuchet MS;
  font-size : 12px;
  color : #344731;
  background-color : #f7fffa;
}


input {
  font-family : Trebuchet MS;
  font-size : 12px;
  color : #FFFFFF;
  border : 1px solid #344731;
  background-image : url(bilder/input.png);
}


textarea {
  font-family : Trebuchet MS;
  font-size : 12px;
  color : #344731;
  border-width : 1px;
  border-color : #344731;
  background-image : url(bilder/textarea.png);
}


hr {border: 0; height: 1px; border-bottom: 1px dotted #d0d0d0;}

select {
  font-family : Trebuchet MS;
  font-size : 12px;
  border-width : 1px;
  border-color : #344731;
  font-weight : bold;
}


ul {
  list-style-type : square;
}


td {
  font-family : Trebuchet MS;
  font-size : 12px;
  color : #344731;
  vertical-align : top;
  border : 0;
}




html {
  background-color: #000000;
    background-image: url(bg2.gif);


}


body {
  font-family : Trebuchet MS;
  color : #344731;
  font-size : 12px;
  margin : 0px;

  }


img {
  border : 0 solid #8c8c8c;
}





#container {
  text-align : center;
  margin-left : auto;
  margin-right : auto;
  width : 960px;
  min-height : 755px;
  border: 0px;
}


#playerin {
  margin: 0px; 
  padding: 0px;
  }



#player {
  text-align : center;
  background-color : #f7fffa;
  padding: 50px;
  width : 800px;
  height : 550px;
  font-family : Trebuchet MS;
  font-size : 12px;
  color : #FFFFFF;
    -moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
	  -moz-border-radius-bottomleft : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-bottom-right-radius : 5px;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(255, 255, 255);
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.6);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
  
}



.space {
  width : 873px;
  height : 4px;
  text-align : center;
  margin-left : auto;
  margin-right : auto;
}

#logo {
  width: 960px;
  height: 325px;
  text-align: center;
    margin-left : auto;
  margin-right : auto;
  margin: 0px;
  align: 0px;
  border: 0px;
  }


#text {
  width: 800px;
  height: 325px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  border: 0px;
  }

