@charset "utf-8";
/* CSS Document */

html, body
	{
	height:100%;
	margin:0 auto;
	background-color:#818181;
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	}
#container
	{
	margin:0 auto;
	position:relative;
	width:919px;
	}
#header
	{
	position:relative;
	width:1004px;
	height:246px;
	}
td.off 
	{
	background: #595959;
	}

td.on 
	{
	background: #c8d341;
	}
	.tekst {
	margin: 25px;
	color:#000;

}
