/* ALLMÄNT */
body {
	text-align: center;
	background-color:#f7f7f7;
	
	font-family: "trebuchet ms", "verdana", "helvetica";
}
img {
	border: none;
}
a {
	text-decoration: underline;
	color: #5c7bbc;
}


/* SEKTIONER */

/* innehåller allt annat */
#main {
	width: 765px;
	margin:auto;
}
/* loggan */
#header {
	width:765px;
	height:119px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-color:#f7f7f7;
	margin-bottom:14px;
}
/* allt nedanför loggan innehålls i lower-diven */
#lower{
	background-color:#5c7bbc;
}
/* meny-diven */
#menu {
	height: 300px;
	
	float: left;
	background-color: #5c7bbc;
	width: 117px;
	padding-top: 10px;
}
#menucontainer {
	padding-left: 6px;
}
/* sidinnehållet */
#content {
	float:left;
	text-align:left;
	width:587px;
	min-height:360px;
	height:auto !important;
	height:360px;
	display: block;
	background-color:#ffffff;
	padding-left:30px;
	padding-right:30px;
	padding-top:1px;
	padding-bottom:20px;
	font-size:14px;
}
/* menyalternativen */
a.menuitem {
	text-align:left;
	text-decoration: none;
	color: white;
	font-size:12px;
	width:100px;
	height:24px;
	padding-top:6px;
	padding-bottom:0px;
	padding-left:0px;
	display: block;
	background: #5c7bbc url(images/line.png) no-repeat bottom left;
}
/* menyalternativen vid hover */
a.menuitem:hover {
	color: #cccccc;
}
a.submenuitem {
	/*background: transparent url(images/submenuitem.png) left no-repeat;*/
	text-align:left;
	text-decoration: none;
	color: white;
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
}
a.submenuitem:hover {
	color: #cccccc;
}
/* innehåller bilderna med runda hörn */
#top {
	background-image:url(images/blue-white.jpg);
	background-repeat:repeat-y;
	width:765px;
	height:12px;
}
#bottom {
	background-image:url(images/blue-white.jpg);
	background-repeat:repeat-y;
	width:765px;
	height:12px;
	clear:both;
}
/* Copyright */
#copyright {
	margin-top:10px;
	color:#999999;
	font-size:10px;
}


/* INNEHÅLLSFORMATERING */
.rubrik {
	font-size:28px;
	font-weight:100;
	text-align:center;
	margin-bottom:10px;
	clear:both;
}
.rubrik2 {
	font-size:20px;
	text-align:center;
	margin-bottom:10px;
	clear:both;
}
.rubrik3 {
	font-size:20px;
}
.ingress {
	font-size:16px;
	font-weight:bold;
}
.news_header {
	padding:1px;
	background-color:#eeeeee;
}
a.adlink {
	text-align:left;
	text-decoration: none;
	color: white;
	font-size:12px;
	width:100px;
	height:24px;
	padding-top:6px;
	padding-bottom:0px;
	padding-left:6px;
	display: block;
}