@charset "utf-8";
/* CSS Document */

*		{	
	margin: 0;	
	padding: 0;	
}
html	{	
	background: #E2E0E0;
}


body	{	
	width: 900px;
	height: 100%; 
	font: 11px "Verdana";
	margin: 0 auto;
	color: #1C1C1C;
}

img, img a { 
border : 0;
}

a        {  color: #000000; text-decoration: none;  }
a:hover  {  color: #CCCCCC; text-decoration: none;  }

br.clear {	clear: both; font-size: 1px; height: 1px;	}

/* Header */
div#header              {   height: 117px; background: url('images/header.gif') no-repeat 0 0px; text-align: right;  }
#header .titel    { float: left; width: 700px; height: 117px; }
#header .titel h1 { text-align: left; margin-top: 15px; height: 60px; font-size: 36px; color: #fff; }
#header .titel h2 { text-align: left; height: 40px; font-size: 12px; color: #fff; }

div#container			{	width: 900px; background: #FFF;	}

div#container div#spel	   {	width: 700px;	float: left;	}
div#container div#spel p   {	padding: 3px 10px 3px 10px;	}
div#container div#spel .spelid	   {	margin-left: 10px; width: 100px; height: 120px; float: left;	}
div#container div#spel .spelid h1   {	width: 100px; height: 20px; font-size: 10px; font-weight: bold; text-align: center;	}

div#container div#ad    {	width: 200px; float: right; background: url('images/ad.gif') no-repeat;  }
div#container div#ad p  {	padding: 100px 0px 0px 40px;	}

div#footer			{	background: url('images/footer.gif') no-repeat; height: 32px; }
div#footer p		{	width: 50%; float: left; padding: 10px;	color: #FFF;	 }
div#footer span		{	width: 30%; float: right; padding: 10px;	color: #FFF;	text-align: right;	 }