
	html, body {
		height: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: center;
	}
	
	body {
		background-color: #DFDFDF;
	}
	
	.container {
		margin: auto;
		width: 600px;
		background-color: #FFFFFF;
		border: 1px solid #000000;
		position: relative;
		text-align:left;
	}
	
	* html  .container { /* Für IE */
		position: relative;
	}
	
	div.header {
		line-height: 200px;
		width: 600px;
		height: 100px;
		background-color: #FFFFFF;
		border-bottom: 5px solid #000000;
		border-top: 5px solid #000000;
		background-image: url(fussball.gif);
		text-align: center;
	
	}
	
	a.header {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #CC0000;
		text-decoration: none;
	}
	
	.navigation {
		display: none;
		position: absolute;
		left: -102px;
		width: 100px;
		border: 1px solid #CC3300;
		background-color: #FFFFFF;
		top: 209px;
	} 
	
	.contents {
		padding: 0px;
		margin: 0px;
		text-align: left;
	}
	
	* html #contents { /* Für IE */
		height: 100%;
	}
	
	div.clear {
		clear:left;
	}

	ul.menu {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	
	li.menu {
		padding-left: 2px;
		border-bottom: 1px solid #CC3300;
		background-color: #FFFFFF;
		line-height: 1.2em;
	}
	li.menu#last {
		border-bottom: 0px solid #CC3300;
		background-color: #FFFFFF;
	}
	
	li.menuhover{
		padding-left: 2px;
		color: #FFFFFF;
		background-color: #CC3300;
		border-bottom: 1px solid #CC3300;
		line-height: 1.2em;
		
	}
		
	a.menu{
		width: 100%;
		height: 100%;
		color: #000000;
		text-decoration: none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}
		
	a.menuhover{
		width: 100%;
		height: 100%;
		color: #FFFFFF;
		text-decoration: none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}


	.footer {
		display: none;
		margin: auto;
		padding-top: 3px;
		position: relative;
		width: 600px;
		border-top: 1px solid #FF3300;
		border-bottom: 0px;
		background-color: #FFFFFF;
		margin-top: -1.6em;
		padding-top: 0.3em;
		line-height: 1em;
	}
	
	ul.bottomLinks
	{
		list-style: none;
		display: inline;
		margin-top: 1em;
		margin-left: 0;
	}
	
	.bottomLinks li
	{
		display: inline;
		border-left: 1px solid #cc0000;
		padding-right: 1em;
		padding-left: 1em;
	}
	
	.bottomLinks li.first
	{
		border-left: 0 none transparent;
	}
	
	.bottomLinks a
	{
		color: #CC0000;
		font-size: 0.7em;
		font-weight: bold;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-decoration: none;
	}
	
	.druck {
		display: block;
	}
