body {
	text-align: center;
}



div#titel {
	text-align: center; /* centrerar text (left/right oxå gångbart) */
	background-color: rgb(240, 200, 200); 
/*	background-color: #ecc;*/
	/*height: 100px;*/ /* höjd på lådan */
	font-size: 40px;
	color: rgb(120, 80, 80); /* på text */
	padding: 5px; /* fyllning i lådan */
	font-family: "comic sans MS", sans-serif;
}

div#foton {
	background-image: url(bilder/framsidan/testkollage.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 120px;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}

div#lankar {
	background-color: rgb(240, 200, 200);
	font-size: 13px;
	color: rgb(120, 80, 80);
	padding: 2px;
	font-family: verdana, sans-serif;
	border-bottom: 1px black solid;	
}

div#lankar ul {
	margin: 0;
	padding: 0;
	display: inline;
}

div#lankar ul li {
	margin: 0;
	padding: 1px;
	width: 0px;
	margin-left: 5px;
	margin-right: 10px;
	display: inline;
	white-space: nowrap;
}

a {
	font-size: 13px;
	color: rgb(120, 80, 80);
	font-family: verdana, sans-serif;
}

a:hover {
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	text-decoration: none;
}

div#info {
	font-size: 20px;
	color: rgb(120, 80, 80);
	padding-left: 20px;
	padding-bottom: 60px;
	padding-top: 60px;
	font-family: verdana, sans-serif;
	background-color: rgb(255, 240, 240); 
}

div#nedredel {
	background-color: rgb(255, 240, 240); 
	padding-left: 20px;
	margin-bottom: 20px;
}

div#slumpbild {
	float: left;
	background-image: url(bilder/framsida.jpg);
	border: 1px black solid;
	border-left: 0px;
	width: 171px;
	height:240px;
}

div#nyheter {
	background-color: rgb(240, 200, 200);
	border: 1px black solid;
	width: 600px;
	padding: 20px;
	padding-left: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: rgb(120, 80, 80);
	margin-left: auto;
	margin-right: auto;
	
}

