html {
	background-image:	url('../images/bg_rasen.png');
	background-repeat:	repeat;
}

body {
	width:			710px;
	height:			500px;
	font:			0.8em Arial, Verdana, Sans-Serif;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -360px; /* Breite des Elements geteilt durch zwei! */
	margin-top: -250px; /* Höhe des Elements geteilt durch zwei! */
	padding:                 0;
}
img { border: 0; }
table { 
    border-spacing: 0;
    border-collapse: collapse;
}

#container {
	width:			710px;
	height:			500px;
    background-image:	url("../images/spielfeld.png");
	background-repeat:	no-repeat;
	margin:			0;
	padding:		0;

}

#box_login {
	padding:                65px 0 0 185px;
}

input {
	background-image:	url('../images/bg_box-head_medium.png');
	background-repeat:	repeat-x;
	font-weight:		bold;
}

.box_width_border 	{
	float:	left;
	width:	300px;
	border:	1px solid grey;
	margin:	10px 0 5px 5px;
	padding: 10px;
	background-color: white;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity: 0.90; /* Mozilla */
	opacity: 0.90; /* Opera */
}
.titel			{	font-size:4em; font-family:'Times New Roman', Times, Serif; margin:0; color:white; padding-left:20px;	}
.saison			{	font-size:3em; font-family:'Times New Roman', Times, Serif; margin:0; color:white; padding-left:20px;	}
.box_head_big	 	{	border:	0; margin-bottom: 10px; padding: 5px; font-size:1.3em;	font-weight: bold; color:white;	background-image: url('../images/bg_box-head_big.png'); background-repeat: repeat-x; 	}
