html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

a {
	color:#0065A6;
	text-decoration:none;
}


#t1 {
	background-color: #0099FF;
	float: left;
	width: 946px;
	
}
* html #t1, * html #m1, * html #b1 { margin-right: -3px; }
* html #t2, * html #m2, * html #b2 { margin: 0px; }
#top {
	background-color: #0065A6;
	height: 150px;
	width:100%;
}
#middle {
	width:100%;
	
}
#m2 {
	background-image: url(../images/layout/m2bg.gif);
	background-repeat: repeat-x;

}
#m1 {
	background-color: #FFFFFF;
	float: left;
	width: 946px;
	background-image: url(../images/layout/m1bg.gif);
	background-repeat: repeat-x;
	padding-bottom:100px;
}
#b1 {
	background-color: #0071B9;
	float: left;
	height: 110px;
	width: 946px;
	background-image: url(../images/layout/b1bg.gif);
	background-repeat: repeat-x;
}
#bottom {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-color: #0065A6;
	height: 110px;
	clear:both;
	background-image: url(../images/layout/b2bg.gif);
	background-repeat: repeat-x;
}
#t2 {
	background-image: url(../images/layout/t2bg.gif);
	background-repeat: repeat-y;
	margin-left:946px;
	height: 150px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #555;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
td {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body.page {
	background-color: #E5E5E5;
}
#b2 {
	background-image: url(../images/layout/b1bbg.gif);
	background-repeat: repeat-y;
	height: 110px;
	margin-left:946px;
}

#page {	
	position:relative; /* needed for footer positioning*/
	background-image: url(../images/layout/pbg.gif);
	background-repeat: repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#menu {
	height:36px;
	
}
#cleft {
	width:180px;
	float:left;
	clear:left;
	margin-top:0px;
}

#cright {
	width:235px;
	float:right;
}
#content {
	width:470px;
	margin-left:30px;
	float:left;
}
#fullcontent {
	width:710px;
	margin-left:210px;
}

#sub {
	background-color: #E8E8E8;
	background-image: url(../images/layout/submtbg.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	width:166px;
	margin-left:15px;
	margin-top:0px;
}
#pfunc {
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
	margin-right:10px;
}
div.box {
	background-image: url(../images/layout/hbg.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	width:235px;
	font-size:10px;
	line-height:13px;
}
div.box h2 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	
	color: #FFFFFF;
	margin:0px;
	margin-left:30px;
	padding-top:10px;
	margin-bottom:30px;
}
div.box div.content {
	margin:10px;
}
h1 {
	font-family: "Trebuchet MS";
	font-weight:normal;
	font-size: 18px;
	color: #777;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
h2 {
	font-family: "Trebuchet MS";
	font-weight:bold;
	font-size: 14px;
	color: #777;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
div.footerCol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #91C2E1;
	float: left;
	width: auto;
	margin-right: 20px;
	margin-left: 30px;
	margin-top:45px;
	display:inline;
}
div.footerCol a {
	color: #91C2E1;
	text-decoration:none;
}
div.footerCol a:hover {
	color: #eee;
	text-decoration:underline;
}
#banners {
	text-align:center;
	margin-left:20px;
	margin-top:30px;
}
ul#subm {
	list-style-position: outside;
	list-style-image: url(../images/layout/bpil.gif);
	line-height:normal;
	padding-top:1px;
	font-size:10px;
	margin-left:0px;
	padding-left:30px;
}
ul#subm li {
	padding:0px;
	line-height:normal;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
}
#menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-left:20px;
}
#menu ul li {
	float:left;
	padding:8px;
	padding-left:25px;
	padding-right:5px;
	background-image: url(../images/layout/sep0.gif);	
	background-repeat:no-repeat;
}
#menu ul li#a2 {
	background-image: url(../images/layout/sep1.gif);	
}
#menu ul li#a1 {
	background-image: url(../images/layout/sep2.gif);	
}
#menu ul li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

#menu ul li#a1 a {
	color:#0071B9;
}
a#print, a#sitemap {
	color:#333;
	font-size:10px;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-right:10px;
	margin-left:20px;
}
a#print {
	background-image: url(../images/layout/ico_print.gif);
	padding-left: 20px;
}
a#sitemap {
	background-image: url(../images/layout/ico_sitemap.gif);
	padding-left: 15px;
}
a#print:hover, a#sitemap:hover {
	text-decoration:underline;
}
img.npic {
	float:right;
	padding:3px;
	background-color:#fff;
	border:1px solid #ccc;
	margin:10px;
}
img.border {
	padding:3px;
	background-color:#fff;
	border:1px solid #ccc;
}
img#pk {
	float:left;
	padding:3px;
	background-color:#fff;
	border:1px solid #ccc;
	margin-right:10px;
}
#newsleft, #newsright {
	font-size:10px;
	line-height:13px;
}
#newsleft span, #newsright span, span.date {
	color:#9AC7E3;
}
#newsleft {
	float:left;
	width:220px;
	border-right:1px solid #eee;
	padding-right:10px;
}
#newsright {
	margin-left:250px;
}
div.box div.content img.l {
	vertical-align:middle;
}
div.box div.content img.vs {
	vertical-align:middle;
	margin-left:15px;
	margin-right:15px;
}
div.center {
	text-align:center;
}
#content a {
	color:#333;
}
span.blue {
	color:#0071B9 !important;
}
#navpath {
	width:520px;
	float:left;
	margin-left:30px;
	margin-top:10px;
	color:#aaa;
	font-size:10px;
}
#navpath a {
	color:#aaa;
}
div.treespace {
	font-size:1px;
	line-height:normal;
	height:7px;
	border-bottom:1px dotted #ccc;
	border-left:1px dotted #ccc;
	float:left;
	margin-right:6px;
}
.sitemap td {
	line-height:normal;
	font-size:10px;
}
#printtop {
	display:none;
}
font.mHemma {
	color: #0071B9;
	font-weight:bold;
}
th.listTbl {
	color:#fff;
	font-weight:bold;
	text-align:left;
	background-image: url(../images/layout/m1bg.gif);
	background-repeat: repeat-x;
	padding:4px;
	border-bottom:2px solid #fff;
}
td.listTbl {
	padding:3px;
}
table.listTbl {
	width:100%;
	border-collapse:collapse;
}
select, option {
	font-family:verdana, arial;
	font-size:10px;
	color: #0071B9;
	line-height:normal;
}
span.lbl {
	font-size:9px;
	font-weight:bold;
	margin-top:8px;
	display:block;
}
div#pcard {
	margin-left:107px;
}
a.mpalsta {
	color:#333;
}
table.calendar {
	/*margin-left: 12px; editerad för att få kalendern i skick */
	
	padding:0px;
	
}
table.calendar td {
	
	margin:0px;
	font-size:11px;
	text-align:center;	
	color: #000;
}

table.calendar td.csun {
	color:#000;
	margin-left:0px;
}
table.calendar td.ctoday {
	color: #000;
	border: 1px solid #ff0000;	
}
table.calendar td.ctodayandevent {
	color: #000;
	border: 1px solid #ff0000;
	font-weight:bold;	
}
table.calendar td.cday {
	font-weight:bold;
	background: #fff;
	color: #000;
}
table.calendar td.cmonth, table.calendar td.cmonth a {
	font-weight:bold;
	background: #fff;
	color: #000;
	text-decoration: none;
}

table.calendar td.cevent {
	font-weight:bold;
	background-color:#fff;
	cursor:pointer;
	color:#000;
}