/*********** Style-Sheet fuer das Seitenlayout ***********/
/** Globale Angaben fuer diverse Formatierungen **/
BODY {
	color:            #F5EDE3;
	font-size:        12px;
	font-weight:      bold;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	text-align:       center;
	margin-top: 16px;

	background-image: url(../images/gb_head_blue_blue_blue.gif);
   background-repeat: x-repeat;
   background-position: 0px -6px;
   background-attachment:fixed;'
}

TABLE, TR, TD {
	color:            #F5EDE3;
	font-size:        12px;
	font-weight:      bold;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
}

H1{
	font-size: 			20px;
  	color:            #F5EDE3;
	font-weight:      bold;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
}

.header{
   background-image: url(../images/mannschaft_transparent.gif);
   background-repeat: no-repeat;
   background-position: 0px 0px;

   position: absolute;
	top: 20;
	left: 5;


   width: 800;
	height: 100;

}