@charset "utf-8";
/* CSS Document */

#body {
	background-image:url(../image/bakgrund.jpg);
	background-repeat:no-repeat;
 	width:920px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

a.meny:link {text-decoration: none; color:#FFFFFF;}
a.meny:visited {text-decoration: none; color:#FFFFFF;}
a.meny:active {text-decoration: none;color:#00000;}
a.meny:hover {text-decoration:blink; color: #000000; background-color:#FFFFFF;}
a:link{
color: #FFFFFF;
}


	/* Logga */
	
#logo{
	float:left;
	width:400px;
	height:200px;
	color:#FFFFFF;
	font-size:36px;
}


	/* Menu */
	
#meny{
	float:right;
	width:150px;
	height:auto;
	margin-right:60px;
	margin-top:80px;
	color:#FFFFFF;
	}
	div.meny {
	width:150px;
	height:20px;
	color:#FFFFFF;
	}
	div.menyhover {
	width:150px;
	height:30px;
	color:#000000;
	}
	



	/* Main */
	
#main{

	width:670px;
	height:auto;
	min-height:600px;
	margin-right:50px;
	float:right;
	color:#FFFFFF;
	border:solid ;
	}
	
	#tillbaka{
	float:right;
	width:90px;
	padding-right:10px;
	padding-top:10px;
	font-size:12px;
	}
	
	#senaste{
	float:left;
	width:90px;
	padding-left:10px;
	padding-top:10px;
	font-size:20px;
	}
	
	#text{
	width:580px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}

	/* Undermeny */
#undermeny{
	background:#000000;
	float:left;
	width:auto;
	height:auto;
	margin-top:250px;
	margin-left:auto;
	color:#FFFFFF;
	}
	
	#undermeny a{
	width:150px;
	}
	#undermeny b{
	width:150px;
	}
	#undermeny c{
	width:150px;
	}
	#undermeny d{
	width:150px;
	}
	
	
#copyright{
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	width:670px;
	font-size:11px;
	color:#FFFFFF;
	}
	#copyright a{

		}



