﻿/* CSS layout */
body {
	background-color: #336699; 
	height: 101%;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: .7em; /*font-size:11px;*/;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #333333;
	background-color: #FFFFFC;
}
a {
	text-decoration: underline;
	color: #B32D00;
}

/******************
HEADINGS
******************/
	h1 {
	font-size: 1.2em;
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	color: #4F5668;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.1em;
	font-family:"Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	color: #4F5668;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
}

h3 {
	font-size:1em;
	font-family:"Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	color: #4F5668;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 1px;
	}
	
h4 {
	font-size:.9em;
	font-family:"Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	color: #4F5668;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 1px;
	}
code {
	font-size:11px;
}
/******************
Layout Divs
******************/
#left_col {
	width: 12px;
	background-image: url('../images/shadow_left.gif');
	background-repeat: repeat-y;
	background-position: left top;
}
#right_col {
	width: 12px;
	background-image: url('../images/shadow_right.gif');
	background-repeat: repeat-y;
	background-position: left top;
}

#page_content {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

#container {
	position: relative;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	/*border: 1px #999999 solid;*/
	border-left: 1px #CCCCFF solid;
	border-right: 1px #CCCCFF solid;
	background-position: 0% 0%;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/topp.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-bottom-color: #C6D7D5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#menybox {
	background: #ffffff;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
#content-container {
	background: #FFFFFF;
	border-left-color: #CCCCFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCFF;
	border-right-style: solid;
	border-right-width: 1px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
	overflow: auto;
	height: auto /*min-height: 200px;*/ /*height:auto !important;
  	height:400px;*/;
	min-height: 400px;
}
#main-left{
	margin: 0 15px 0 0;
	background: #FFFFFF;
	width: 150px;
	float: left;
}
#main-mid{
	width: 490px;
	float: left;
}
#mid-left{
	width:45%;
	float:left;
}
#mid-right{
	width:45%;
	float:right;
}

#main-right{
	background: #FFFFFF;
	width: 150px;
	float: right;
	margin-left: 15px;
}
#annons{
	width:140px;
	float:right;
}
#pagetop_first_content{
	/*overflow: auto;*/;float: left;
}
#page-1-bild{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	overflow: auto;
	/*width:25%;*/
	float:right;
	clear:both;
}
#pagetop_content{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	overflow: auto;
	width: auto;
	float: left;
}
#content-page{
	/*float: left;*/
	overflow: auto;
	/*margin-left: auto;
	margin-right: auto;*/
	margin-right:15px;
}

#side {
	width: 15%;
	float: left;
	font-size: .8em;
	margin-bottom: 18px;
	margin-top: 0px;
	margin-right: 10px;
}
#printer{
	float: right;
}
#delare1{
	width: 560px;
	height: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both}

#delare{
	width: 100%;
	height: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}
#news-delare{
	width: 90%;
	height: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top:5px;
	/*border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	clear: both;
}
#aktuellt-delare{
	width:100%;
	height: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom:10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both;
}

#footer {
	clear: both;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	background-color: #BECEEF;
	background-image: url('../images/bl_Navbar_Gd_Default.jpg');
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 3em;
}	
#spacer {
	height:285px;
	width:1px;
}

/******************
MAIN MENU ITEMS
******************/
#menybox ul
{
	list-style-type: none;
	float: left;
	width: 100%;
	height:auto; 
	padding: 0;
	margin: 0;
	background-color: #BECEEF;
	background-image: url('../images/bl_Navbar_Gd_Default.jpg');
	font: 12px Arial, Helvetica, sans-serif;
}

#menybox li { display: inline; }

#menybox span
{
	float: left;
	padding: 5px 5px;
	background-color: #5C657A;
	text-align: center;
}

#menybox a
{
	width: 70px;
	float: left;
	padding: 5px 5px;
	height: auto;
	background-color: #3366CC;
	background-image: url('../images/bl_Navbar_Gd_Default.jpg');
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

#menybox span#aktuell
{
	width: 70px;
	background-color: #3366CC;
	background-image: url('../images/bl_Navbar_Gd_Hover.jpg');
	color: #F2F2F2;
}

#menybox a:hover
{
	background-color: #666666;
	background-image: url('../images/bl_Navbar_Gd_Hover.jpg');
	color: #ffffff;
}
/******************
SIDE LIST MENUS
******************/

#side ul
{
	margin:0px;
	padding:0px;
}
#side li
{
	background-position:0% 0%;
	font-weight:bold;
	list-style-type:none;
	padding-left:5px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:5px	
}
#side a
 {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
#side a:hover {	
}

#selected{
	color: #A42900;
}
#top-selected{
	color: #333333;
	font-size: 10px;
}
/******************
LISTS - IN THE CONTENT DIV
******************/
#rubriklista-1{
	margin: 0px 0px 5px 20px;
	padding: 0px;
}
#rubriklista-1 li {
	padding: 2px 0px 10px 5px;
	list-style-type:circle; 
	color: #333333;
}
#rubriklista-1 a:visited {
	color: #333333;
	text-decoration: none;
}

#rubriklista-1 a:link {
	color: #333333;
	text-decoration: none;
}

#rubriklista-1 a:hover {
	text-decoration:underline;
}



#rubriklista{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.rubriklista ul{
	margin: 0px 0px 0px 0px;
	padding-left: 0;
	list-style:none;
		
}

.rubriklista li {
	padding-top: 5px;
	padding-left: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position:0px;
	display:inline;
	list-style:none;
	margin-right:50px;
	width:auto;	
	

/*	
	
	padding: 2px 0px 10px 5px;
	list-style-type:none; 
	color: #333333;
	*/
}
.rubriklista a:visited {
	color: #333333;
	text-decoration: none;
}

.rubriklista a:link {
	color: #333333;
	text-decoration: none;
}

.rubriklista a:hover {
	text-decoration:underline;
}
/******************
CLASSES
******************/
.ingress{
	font-size: .9em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
}
.content-anslag{
	/*margin-right:10px;*/
}
.merlink{
	font-size:.8em
}
.rubrikpunkter{
	text-decoration: underline;
	color: #B32D00;
}
.txtbutton {
    border: 1px solid #006;
    background: #ccf;
}
.txtbutton:hover {
    border: 1px solid #f00;
    background: #eef;
}

.button{
	background-color: #F49566;
	border: 1px #ff6600 outset;
	padding: 2px;
	color: white;
	text-decoration: none;
	font: bold 10px Verdana;
}

.button:visited, .button:hover, .button:active{
color: white;
}
.grey{
	color:#808080;font-size:10px;
}
/*.skugga{
border: thin solid;
box-shadow: 0.2em 0.2em #CCC;
}*/
.toppruta {
	background: #DDDDFF;
	color: #333333;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: 5px;
	padding: 5px;
	border: 1px #E1E1FF solid;
	border-bottom: 0px;
	clear: both;
	background-image: url('../images/tab.gif');
}
.textruta {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px #E1E1FF solid;
}
.textruta ul {
	margin: 0px 0px 0px 0px;
	padding-left: 0;
	list-style: none;
}

.textruta li {
padding-top: 5px;
padding-left: 15px;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
/*background-position: 0 .5em;*/
background-position:0px;
}

.rutrubrik{
	background: #DFCCA4;
}

pre {
	font-family: "Courier New";
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}


.box {
	float: left;
	width: 235px;
	height: auto;	
}
#boxContent {
	padding: 5px;
	border: 1px #FD9F84 solid;
	background: #F2F2F2 url('../images/box-bg.png');
	position: relative;
	left: -2px;
	top: -2px;
}
#boxContainer {
	width: 247px;
	position: relative;
	background: #CCCCCC;
	margin: 4px;
} 
#boxtext{
	padding:5px;
	width:235px;
}

.input230{
	font-size:10px;
	width:230px;
	border:1px #FFA500 solid;
	margin-bottom:5px;
}
.input120{
	font-size:10px;
	width:120px;
	border:1px #FFA500 solid;
	margin-bottom:3px;
	margin-top:3px;
}	
.datum {
	color: #666666;
	font-size: .75em;
	padding-top: 0px;
	padding-bottom: 0px;
}
img.startbild {
	width:200px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	float: right
}
img.photo-small {
	border: 1px #BCC1C5 solid;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 230px;
	padding:2px;
	clear:both;
}
img.photo-thumb{
	border:5px solid #F2F2F2;
	width:50px;
}	

img.photo-stor{
	border:10px solid #F2F2F2;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:auto;
	margin-top: auto	
}
img.photo1 {
	margin-left:0px;
	margin-right:20px;
	margin-bottom:5px;
	float: left;
	border: 1px #BCC1C5 solid;
	padding:2px;
	width:230px;
	}

img.photoleft {
	margin-left:0px;
	margin-right:20px;
	margin-bottom:5px;
	float: left;
	border: 1px #BCC1C5 solid;
	padding:2px;
	width:230px;
}
img.photocenter {
	margin-left:0px;
	margin-bottom:5px;
	float: left;
	border: 1px #BCC1C5 solid;
	padding:2px;
	clear:both;
	width:485px;
}
img.photoright {
	margin-left:20px;
	margin-bottom:5px;
	float: right;
	border: 1px #BCC1C5 solid;
	padding:2px;
}

img.photo {
	margin-left:20px;
	margin-bottom:5px;
	float: right;
	border: 1px #BCC1C5 solid;
	padding:2px;
}

