body {
	background-color: #5a6f91;
	background-image: url(images/bg_fader_grey.gif);
	background-repeat: repeat-y;
	background-position:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 0 em;
	height: 100%;
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
	color:#CC0000;
}
a:visited {
	color:#CC0000;
}
a:hover {
	text-decoration: underline;
}

h3 {
	margin-bottom: 0em;
	font-size:10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #385B88;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}
td.off { 
	background-color: #f5f5f5;
	border:1px #a2a3a3 solid;
}
td.on {
	background-color: #e5e5e5;
	border:1px #a2a3a3 solid;
}

/* Stilmall över layouten - tabellerna */

#logotype { 
	background-image: url(images/logga.gif);
	background-repeat: no-repeat;
	height: 115px;
	width: 707px;
}

#fader_grey {
	background-image:url(AdvHTML_Images/fader_grey.gif);
	background-repeat:repeat-y;
}
#menyrad {
	padding: 1px 15px 3px 10px;
	text-align: left;
	height: 20px;
}

#table-dotted-left {
	border-left-style: solid;
	border-color: #666666;
	border-width: 1px;
	height: 100%;
}
#table-dotted-top {
	border-bottom-style: solid;
	border-color:#a2a3a3;
	border-width: 1px;
	padding-bottom: 10px;
	width: 100%;
}
#newsbg {
	background-image:url(images/news_bg.gif);
	background-repeat:no-repeat;
	width:160px;
	height:400px;
	}

/* Slut stilmall över layouten - tabellerna */
.admintext {
	color: #000000;
	font-size: 9px;
	padding-right: 10px;
}

.footer {
	font-size: 10px;
	color: #999999;
	text-align:right;
}
.Main-font {
	text-align:justify;
	font-size: 9px;
	color: #333333;
	line-height:1.4em;
	
}

.subtitle {
	font-size: 12px;
	line-height: 22px;
  	color: #000066;
}
.sidebarHeader {
	font-size: 10px;
	font-weight: normal;
	color: #385B88; 
}

.container {
	padding-top: 5px;
	margin: 10px 0 20px 0;
	background: #5a6f91;
	border:1px solid #666666;
	}

#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight:bold;
	margin: 0 10px 4px 5px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #fff;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 5px solid #fff;
	padding-bottom: 0;
	background:#5a6f91;
	color: #fff;
	}
