@charset "UTF-8";
/* CSS Document */

.inner-container {
	background: #FFF;
	font-size: 12px;
	padding: 0px;
	width: 820px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Trebuchet MS";
	line-height: 14px;
	color: #333333;
}

.logga {
	float:right;
	width:190px;
	height:auto;
}

.banner {
	float:left;
	width:100%;
	height:125px;
}
	
#wrapper {
	width:100%;
}

#vanster {
	width:185px;
	float:left;
	padding-bottom: 5px;
	height: 450px;
}

.meny {
	width:170px;
	color: #333333;
	list-style-type: none;
}

.nyheter {
	width:170px;
	color: #333333;
	float:left;
	padding-bottom: 20px;
	list-style-type: none;
}

#mitten {
	width:415px;
	float:left;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-left-color: #CCC;
	margin-right: 8px;
	height: 550px;
}

.stor {
	font-size:20px;
	line-height: 20px;
	color: #000;
}

.liten {
	list-style-type: none;
}

#hoger {
	width:185px;
	float:right;
	background-color: #D5E4EC;
	padding-left: 5px;
	height: 550px;
	margin-bottom: 10px;
}

.info {
	width:170px;
	float:left;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
}

#footer {
	width:auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #005E9D;
	color: #CCCCCC;
	font-size: 9px;
	font-weight: normal;
}

a:link {
	color: #333333;
	text-decoration:none;
		
}

a:visited {
	color: #333333;
	text-decoration:none;
}

a:hover {
	background-color: #none;
	color: #005E9D;
	text-decoration: underline;
}

#bilder_hoger{
	float: right;
	margin-left: 16px;
	margin-bottom: 5px;
	padding: 0px;
}

.info {
	color: black;
	font: normal 10px "Trebuchet MS";
	line-height: 15px;
	list-style-type: none;
}

.ingress {
	color: #333333;
	font: normal 12px "Trebuchet MS";
	line-height: 17px;
	list-style-type: none;
}

.rubrik {
	color: black;
	font: bold 12px "Trebuchet MS";
	line-height: 14px;
	list-style-type: none;
}


/* misc */
.clearer {clear: both; font-size: 0;}
