body { 
	height: 100%;
	min-height: 100%;
	background: #fff; 
	font-family: Verdana; 
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	}
	
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #d86316;
	}
h2 {
	font-size: 11px;
	font-weight: bold;
	}

td {
	font-size: 11px;
	font-family: Verdana;
	}
	
#container_sidhuvud
{
	float:left;
	margin: 0 0 0 0;
	width: 100%;
	background: #fff;
}

#container_holder
{
	float:left;
	background: url('../images/bakgrund2.jpg') no-repeat;
	width: 990px;
	height: 540px;
}

#container_left
{
	float: left;
	width: 200px;
	height: 540px;
}


#container_middle
{
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 560px;
	padding: 0px 0px 0 0px;
	background:	url('../images/bg_circle.jpg') no-repeat #fff bottom center;
}

#container_inner_middle
{
	float: left;
	width: 510px;
	padding: 20px 20px 0 20px;
}

.info_box
{
	float: left;
	width: 310px;
	padding: 10px;
	border: dotted 1px #ccc;
	margin: 5px;
}

#container_right
{
	float: left;
	width: 150px;
	border-left: 0px solid #ccc;
	padding: 20px 10px 0 10px;
}

	
#container_sidfot
{
	float: left;
	width: 560px;
	position:relative;
	
	}
	
	
/* TOPMENY */	
	
#menycontainer {
	float:left;
	width: 100%;
	height: 20px;
	padding: 4px 0 0px 0;
	margin-top:5px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: url('../images/toplist_toning.png') repeat-x;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#meny {
	margin: 0 0 0 200px;
	padding: 0; 
	font-size: 12px;
	}
	
#meny li { 
	padding: 0px 20px 0 20px;
	border-right: solid 1px #fff;
	display: inline; 
	list-style-type: none;
	}

#meny a {
	text-decoration: none;
	}

#meny a:link {
	color: #fff; 
	}
	
#meny a:visited { 
	color: #fff; 
	}
	
#meny a:hover {
	color: #ffffff; 
	}
	
#meny a#current {
	text-decoration: underline;
	}
	
/* UNDERMENY */

#submenycontainer {
	float:left;
	width: 550px;
	padding: 4px 0 0px 0;
	margin:0 0 0 0px;
	font-size: 11px;
	color: #333;
	background: url('../images/linje_plutt.gif') no-repeat #fff;
	border-bottom: 0px solid #ccc;
	}

#submeny {
	margin: 0 0 0 70px;
	padding: 0; 
	font-size: 12px;
	}
	
#submeny li { 
	padding: 0px 5px 0 5px;
	border-right: solid 1px #fff;
	display: inline; 
	list-style-type: none;
	}

#submeny a {
	text-decoration: none;
	}

#submeny a:link {
	color: #333; 
	}
	
#submeny a:visited { 
	color: #333; 
	}
	
#submeny a:hover {
	color: #666; 
	}
	
#submeny a#current {
	text-decoration: underline;
	}
