body
{
	padding: 0;
	margin: 0;
	color: #444;
	font-size: 10px;
	background-color: #ccc;
	font-family: verdana;
}

a
{
	color: #3363AF;
	font-weight: 900;
	text-decoration: none;
	font-family: verdana;
}

a:hover
{
	color: #000;
}

td
{
	vertical-align: top;
	font-size: 10px;
	font-family: verdana;
}

html, body, form
{
	height: 100%;
}

.fckEdit
{
	background-image: none;
	background-color: #fff;
}

#wrapper
{
	margin: 0 auto;
	background-color: #fff;
	clear: both;
	width: 881px;
	margin-top: 20px;
}

#contents
{
	clear: both;
	background-color: #fff;
}

#top
{
	height: 262px;
	background-color: #0095da;
	margin-left: 1px;
	margin-right: 1px;
	background-image: url(bb/01c.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-top:1px solid #fff;
}

#top img
{
	border-right: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}


#mainmenu
{
	height: 89px;
	background-color: #ececec;
}


#mainmenu ul
{
	padding: 0px;
	margin: 0px;
	background-color:gray;
	height:87px; /* ny */
	border-bottom:1px solid #808080;
	border-top:1px solid #ececec;	
}

#mainmenu li
{
	display: block;
/*	background-color: #808080;*/
	float: left;
	border-left: 1px solid #ececec;
/*
	border-top: 1px solid #ececec;
*/
}

#mainmenu li .mylink
{
	display: block;
	height: 87px;
/*	width: 87px; */
width:124px;
	text-align: center;
}

#mainmenu li .mylinklast
{
	display: block;
	height: 87px;
	width:129px;
	text-align: center;
	border-right:1px solid #ececec;
}

#mainmenu li .mylinklast:hover
{
	background-color:#8BA4D4;
	border-right:1px solid #ececec;
}



#contents #submenu
{
	float: left;
	padding: 0px;
	width: 181px;
	margin-right: 30px!important;
	margin-right:0px; /* ie6 */
	margin-left: 1px;
	margin-top: 70px;

}
#ctl00_expubList ul
{
	border-bottom: 1px solid #ccc;
}
#submenu ul
{
	margin: 0px;
	padding: 0px;
	
}

#submenu ul li
{
	list-style-type: none;
	background-image: url(c/links_pil.gif);
	background-repeat: no-repeat;
	background-position: 20px -1px;
	border-top: 1px solid #ccc;
	/*height: 21px;*/
	margin:2px 0px;
}

#submenu .selected
{
	background-image: url(c/links_aktiv.gif);
	
}

#submenu ul li a
{
	margin-left: 30px;
	margin-top: 3px;
	font-weight: 900;
	color: #3363AF;
	display: block;
}

#submenu ul li a:hover
{
	color: #000;
}
#submenu ul li.selected ul
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border:none;
}

#contents #main
{
	float: left;
	padding: 0px;
	margin-top: 30px;
	width: 655px;
}

#contents .pubMenu li, #contents .pubMenu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#footer
{
	color:Silver;
	clear: both;
	height: 30px;
	padding-left:15px;
}


#footer a
{
	color:Silver;
}

a img
{
	border: 0;
}


#mainmenu a img
{
	background-position: 0px 0px;
}

#mainmenu a:hover img
{
	background-position: 0px -87px;
}

#mainmenu .sel img
{
	background-position: 0px -87px;
}



/* css för mallar */

/* Kalenderhändelser */
.cal_article
{
	float: left;
	width: 400px;
	margin-right: 25px;
}

.cal_additional
{
    float:left;
    width:230px;
    margin-top:55px;
    margin-right:0px;
    padding-right:0px;
}

.cal_additional img
{
    float:right;
    margin:0px;
    padding:0px;
}

/* aktuellt */
.cal_wrapper
{
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.full_article
{
	width: 400px;
	float:left;
}


#menutext
{
	margin-left: 10px;
}

.articlecolumn
{
	width: 400px;
}

.imagebox
{
	float: left;
	margin: 5px;
	border: 1px solid black;
}

.imagebox img
{
	display: block;
}

/* lightbox */
#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img
{
	border: none;
}

#outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer
{
	padding: 10px;
}

#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer > #hoverNav
{
	left: 0;
}
#hoverNav a
{
	outline: none;
}

#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink
{
	left: 0;
	float: left;
}
#nextLink
{
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover
{
	background: url(/images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
	background: url(/images/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData
{
	padding: 0 10px;
	color: #666;
}
#imageData #imageDetails
{
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption
{
	font-weight: bold;
}
#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#ctl00_ContentPlaceHolder1_exNyhetsLista li
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

#ctl00_ContentPlaceHolder1_exNyhetsLista ul
{
    width:655px;
    padding:0px;
    margin:0px;
}

#nyhet
{
    margin-bottom:15px;
    width:655px;
}

#lasMer
{
    margin-top:10px;
}

#nyhetsLista
{
    width:655px;
}

.articleText
{
    width:400px;
    float:left;
    margin-right:17px;
}

#checkBoxInfo
{
    float:right;
    height:50px;
    width:200px;
    background-color:#eee;
}

#nyhetsplitter
{
    border-bottom:1px solid #ccc;
    width:645px;
    margin-top:15px;
    margin-bottom:10px;
}

#ctl00_ContentPlaceHolder1_exNyhetsArkiv li
{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

#ctl00_ContentPlaceHolder1_exNyhetsArkiv ul
{
    width:610px;
    padding:0px;
    margin:0px;
}

.bilder
{
    float:left;
    width:236px;
    margin-top:55px;
    margin-right:0px;
    padding-right:0px;
}

.bilder img
{
    float:right;
    margin:0px;
    padding:0px;
}

#ctl00_fotnot
{
    height: 30px;
}

#picHolder
{
    float:right;
}

#ingressHolder
{
    float:left;
    width:400px;
    margin-bottom:10px;
}

#picholder img
{
    width:223px;
    margin-top:10px;
}

.cl
{
    clear:both;
}

#ctl00_ContentPlaceHolder1_ingress
{
    margin-bottom:10px;
}

.addressbook
{
	position:relative;
	left:-300px;
	width:1050px;
	background-color:#fff;
	padding:10px;
	border:solid 2px #ddd;
}

.addressbook table
{
	width:100%;
	border:solid 1px #ccc;
}

.addressbook td
{
	padding:3px;
}

.addressbook th
{
	padding:3px;
	text-align:left;
	background-color:#ccc;
}

.addressbook .odd
{
	background-color:#eee;
}

.addressbook .over
{
	background-color:#3363AF;
	color:#fff;
}

input,textarea,select
{
	font-family:verdana;
	font-size:10px;
}

#adddiv
{
	background-color:#eee;
	padding:5px;
	border:solid 1px #ccc;
}

#adddiv b
{
	display:block;
	float:left;
	width:100px;
}

#adddiv input
{
	width:140px;
}

.gridDelete
{
	background-image:url(delete2.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:16px;
}

.cbLists input
{
	width:auto !important;
}