/*mainpage*/
/*78769d
b4b2df
312f51*/
body{
	background-color:#292b2a;
	background-image:url(images2/background_line.jpg);
	margin:0px;
	color: black; font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	}

td{
	margin:0px;
	color: black; font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#main{
	position:absolute;
	/*width:100%;
	height:100%;
	*/
	width:944px;
	height:480px;
	top:140px;
	left: 50%;
	margin-left:-483px;
	z-index:1;
}
#logo{
	position:absolute;
	
	left:19px;
	top:-74px;
	width:351px;
	height:97px;
	background-image:  url(images2/logo.jpg);
	background-repeat: no-repeat;
	z-index:10;
}

#sportsworld{
	position:absolute;
	left:27px;
	top:75px;
	width:253px;
	height:388px;
	background-image:url(images2/sportsworld_kl.jpg);
	background-repeat: no-repeat;
	z-index:10;
}
#background_logo{
	position:absolute;
	background-image:  url(images2/background_logo.jpg);
	left:172px;
	top:1px;
	width:543px;
	height:538px;
	background-repeat: no-repeat;
}

#fitforfun{
	position:absolute;
	background-image:url(images2/fitforfun_kl.jpg);
	width:251px;
	left:324px;
	top:73px;
	height: 386px;
	background-repeat: no-repeat;
	z-index:10;
}

#kicker{
	position:absolute;
	background-image:url(images2/kicker_kl2.jpg);
	width:255px;
	left:620px;
	top:72px;
	height: 391px;
	background-repeat: no-repeat;
	z-index:10;
}

/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */
/*

Colorscheme is:

Background Color 1: #EDEBF1;	(Background 1)
Background Color 1-dimmed: #D8D7DC;	(Background 1 - dimmed)
Background Color 2: #F5FFAA;	(Background 2)
Background Color 3: #D1D2E4;	(Background 2)

Text, main:	#000000
Text Color 1: #186900;	(red)
Text Color 2: #10007B;	(green)
Text Color 3: #8A0020;	(blue)

Links		#000066
Link hover: #660000;

Borders/Lines	#333333
*/


/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: arial, helvetica; font-size:24px; color: #78769d;}
PRE { font-family: monospace; }
A { color: #78769d; text-decoration: underline;}
A:hover { color: #b4b2df;}
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px;}
P, TD, UL, OL { font-size: 11px;}
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px;}
