/* general */
body {
 background: #FFFFFF; 
}

p,li,td {
  font-family: Arial;
  font-size:13px;		
}

sup{
	font-size: 10px;	
}

h3{
  margin-top: 5px;
  font-size: larger;
 /* color: #024895;*/
  margin: 7 2 7 0;
}

h4{
  font-size: 14pt;
}

a:link {
 text-decoration: none;
}

a:visited {
 text-decoration: none;
}

a:hover {
 text-decoration: none;
}

/* telefon */
.header, .footer {
 background: #FFFFFF;
 color: #024895;
}

.header a:link,
.footer a:link,
.header a:visited,
.footer a:visited
{
 color: #024895;
 font-weight: bold;
/* 
 font-size: smaller;
color: #EEEEEE; */
}

.header a:hover,
.footer a:hover 
{
 color: #024895;
 font-weight: bold;
 text-decoration: underline;
 /* color: black; 
 background: #EEEEEE;*/
}

.footer{
	padding: 8px;
	text-align: center;
}

.seperator
{
	color: #DDDDDD;	
}

.headerlinks
{
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
	}
	
a.headerlinks:hover
{
	text-decoration: underline;
}

/* diverse test */
.beskrivning-rubrik {
 font-size: larger;
 color: #024895;
 margin: 0 0 0 0;
}

.beskrivning-mellanrubrik {
 font-size: normal;
 color: #024895;
 font-weight: bold;
 margin: 0 0 0 0;
}

.beskrivning-content {
 margin: 0 0 20px 0;
}
.roll{
	font-weight: bold;
	color: #333333;
}

.nyhet-datum {
 font-size: normal;
 color: #024895;
/* font-weight: bold; */
 margin: 0 0 0 0;
}

.nyhet-content {
 margin: 0 0 20px 0;
 font-family: Arial;
 font-size: 12px;
}

.fullheight {
 height: 100%;
}

.mainwrapper{
	background: #EEEEEE;
	padding: 7px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 2px;
	border-spacing: 10px;
	width: 100%;
}

.maincontent{
	background: #FFFFFF;
	vertical-align: top;
}