@charset "utf-8";
/* CSS Document */
img {
	border:0;
}
body {
	background: url(image/bg1.jpg) repeat-x;
	background-color:#cfcfcf;
	background-position:top;
	background-repeat:repeat-x;
	margin:20px 0 0 0;
	
}

#main {
	width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:100px;
	text-align:left;
}


#centerpiece {
	position:relative;
	width:990px;
	border:0;
	height:330px;
	padding:5px;
	background:#F2F2F2;
	
}



#news {
	background:#fff;
	position:relative;
	padding:5px;
	width:440px;
	height:auto;
	float:left;

}

#sponsors {
	position:relative;
	top:-30px;
	width:500px;
	right:-5px;
	height:304px;
	float:right;
	padding:5px;
}

a {
	color:#999;
	text-decoration:none;
}

.nyhet {
	height:20px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	background:#E8E8E8;
	margin-bottom:8px;
	padding:3px;
}


.nyhet:hover {
	background:#D4D4D4;
}

.game {
	height:100px;
	padding:2px 0 2px 0;
	position:relative;
	color:#333;
	background:#e8e8e8;
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
}
.game:hover{
	background:#D4D4D4;
}

.resultat {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:20px;
}

.rubrik{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#999;
	text-transform:uppercase;
}

li {
	display:inline;
}

li:hover{
	background:#fff;
}

#meny {
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
	width:1001px;
	margin-top:21px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	
}

#footer{
	position:absolute;
	bottom:-100px;
	width:100%;
	height:150px;
	background:url(image/footer.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#match{
	border:1px solid #999;
	background:#e8e8e8;
	width:300px;
	height:300px;
	margin-bottom:15px;
}


#match:hover{
	background:#D4D4D4;
}

.normal {
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	
	
}

a:hover{
	color:#666;
}

#header {
	padding-top:20px;
	position:absolute;
	background:url(images/topbg_01.png);
	top:0;
	width:100%;
	text-align:center;
	height:270px;
}

.wu:hover {
	background:#CCC;
	border:1px solid #ccc;
}

.skugga {
	background:#F2F2F2;
	padding:10px;
}
