@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font: 12px  "Courier New", Courier, monospace;
	text-align: center;
	color: #000;
	background: #FFF url(images/bg_karta2.jpg) repeat;
}

a:link, a:visited{
	text-decoration: none;
	color: #F00;
	border: none;
	padding:0;
}

a:hover{
	text-decoration: none;
	color: #C00;
}

#shadow{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 840px;
	background: url(images/bg_shadow_840px.png) repeat-y top right;
}

#wrapper{
	width: 700px;
	margin: 0 50px 0 50px;
	padding: 0 20px 0 20px;
	background: #FFF url(images/paper-tile.png) repeat bottom left;
	text-align: left;
}
#headerwrapper{
	width: 740px;
	margin: 0 50px 0 50px;
	padding: 0;
	background: #FFF url(images/paper-tile.png) repeat bottom left;
}
#header{
	margin: 0;
	padding: 0;
}
#pagehead {
	width:740px;
	height:230px;
	margin: 0;
	padding: 0;
}
#content{
	margin: 0;
	padding: 20px 0 0 0;
}
#footer{
	width: 700px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #999;
}
#footer img{
	padding: 5px;
}
#shadowfooter{
	margin: 0 auto 0 auto;
	width: 840px;
	height: 100px;
	background: url(images/bg_shadow_footer.png) no-repeat top center;
}

.clear{
	clear: both;
	margin:0;
	padding:0;
	height: 0;
	line-height: 0;
}

/* meny ---> */

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0 0 0 20px;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 15px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #eb1c23 /*url("images/hover.gif") bottom center no-repeat*/;
	color: #fff;
	padding-bottom: 8px;
	}
#menu .selected {
	background: #eb1c23;
	color: #fff;
	padding-bottom: 8px;
	}

#leftpanel{
	float: left;
	text-align:justify;
	width: 440px;
	margin: 0;
	padding: 0;
}

#rightpanel{
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
}

#lowerpanel{
	clear:both;
	width: 700px;
	margin: 0;
	padding: 0;
}

.picture{
	float: left;
	width: 180px;
	height: 180px;
	margin: 5px;
	background: #000;
}
.puffl {
	float:left;
	text-align:left;
	width: 220px;
	margin: 0;
	padding-right: 20px;
	color: #999;
}
.puffl .imgcenter {
	text-align:center;
	padding: 0 auto;
}
.puffr {
	float:left;
	text-align:left;
	width: 220px;
	margin: 0;
	padding: 0;
	color: #999;
}
.puffbg {
	margin: 0;
	padding: 10px;
	background-color: #333;
	background-image:url(images/bg45grader.png);
	background-repeat:repeat;
}
.sidopanelpuff {
	margin:0;
	padding:10px;
	background-color:#333;
	color:#FFF;
	text-align:right;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: #C00;
}
strong {
	color: #333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.textruta {
	padding: 0;
	margin: 0 10px 35px 0;
	text-align: justify;
}
.textruta p, .textrutaom p{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
.textruta strong {
	color: #C00;
}  
.textrutaom strong {
	color: #000;
}  
#fakta {
	padding: 0px;
	margin: 0 10px 0 0;
	text-align: left;
}
.news {
	clear:both;
	margin: 0 10px 45px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
}
.news strong {
	font-weight:bold;
	color:#C00;
}

.hlinje { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	border-bottom: 2px dashed #666;
	margin:10px 10px 10px 0;
}
.rubrik {
	margin: 0 0 20px 0;
}
.rubrikhelsida {
	clear:both;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:10px 0 10px 0;
}