body {
  font-family: tahoma,verdana,helvetica,arial,sans-serif;
  font-size: 80%;
  color: #000000;
  margin-left: 0;
  margin-top: 0;
}
A:link {
text-decoration: underline;
/*background-color: none; */
color: #000000;
}
A:visited {
text-decoration: underline;
/*background-color: none; */
color: #000000;
}
A:active {
text-decoration: underline;
/*background-color: none; */
color: #000000;
}
A:hover {
/*text-decoration: none;*/
/*background-color: none; */
color: #005AA5;
}
/*
div{
text-align: left; 
padding: 0px;
width: 100%;
height: 100%;
overflow: auto;
}
*/
p { margin-top: 0px;
     margin-bottom: 0px;
 } 

.bildtext {
font-style: italic;
}
td {
margin-top: 0px;
margin-left: 20px;
color: #111111;
}
h1 {
font-weight: bold;
font-size: 140%;
padding-bottom:  0px;
margin-bottom: 5px;
color: #005AA5;
}
h2 {
font-weight: bold;
font-size: 120%;
color: #005AA5;
margin-top: 0px;
margin-bottom: 5px;
}
h3 {
font-weight: bold;
font-size: 100%;
color: silver;
margin-top: 0px;
margin-bottom: 3px;
}
td.menyrad{
font-weight: bold;
background-color: #005AA5;
}
.annons {
font-weight: bold;
color: #000000;
}
a:link.smallink {
font-weight: normal;
text-decoration: none;
}
a:visited.smallink {
font-weight: normal;
text-decoration: none;
}
a:active.smallink {
font-weight: normal;
text-decoration: none;
}
a:hover.smallink {
font-weight: normal;
text-decoration: none;
}
a:hover.kalender {
color: #FFFFFF;
}
td.fot{
font-size: 90%;
background-color: #005AA5;
color: #dcedff;
}
a:link.fot{
color: #dcedff;
}
a:visited.fot{
color: #dcedff;
}
a:active.fot{
color: #dcedff;
}
a:hover.fot{
color: #FFFFFF
}

.innehall {
color: black
}
td.innehall{
margin-top: 0px;
}
.menykolumn {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
margin-top: 10px;
margin-left: 2px;
}
td.menykolumn{
}

A:link.menyrad {
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #dcedff;
}
A:visited.menyrad {
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #dcedff;
}
A:active.menyrad {
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #dcedff;
}
A:hover.menyrad {
font-weight: bold;
font-style: normal;
text-decoration: none;
color: black;
}

A:link.invisible {
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
}
A:visited.invisible {
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
}
A:active.invisible {
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
}
A:hover.invisible {
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
}

hr {
width: 100%;
color: #005AA5;
background-color: #dcedff;
height: 1px;
border-style: dashed;
}

.formbutton {  
  font-style: normal;
  font-weight: normal;
  color: #000000;
  background-image: url("http://www.sonnius.se/bildfiler/knapp_bakgrund.gif"); background-repeat:  repeat-x;
  border: 1px #000000 solid;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
}
.form {
  font-style: normal;
  color: #000000;
  background-color: #FFFFFF; 
  border: 1px #000000 solid;
  font-weight: normal;
  cursor: text;
  margin-bottom: 0;
  margin-top: 0;
}
.formradio {
  font-style: normal;
  color: #000000;
  font-weight: normal;
  cursor: pointer;
}

.textwrap {
FLOAT: right;
}

.trans { 
/*filter: alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity:  0.7; 
-khtml-opacity:  0.7; */
}

.glassy { 
background-image: url("http://www.sonnius.se/bildfiler/glassy.gif"); background-repeat: repeat-x;
height: 20px;
color: #dcedff;
}

/*.gradient { 
filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#005AA5', endColorStr='#dcedff', gradientType='0');
}
*/

/* CSS menyinställningar */
#menycontainer{
	padding-left: 2px; 
	margin-left: 2px;
	width: 150px;
	border-top: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;}
#meny{margin: 0px; padding: 0px; list-style-type: none;}
#meny a{
	font-weight: normal;
	display: list-item;
	margin: 0px;
	padding: 2px;
	background: #005AA5;
	text-decoration: none;
	height: 100%;
	border-bottom: 2px solid #FFFFFF;}
	
#meny ul{
	margin-left: 8px; 
	list-style-image: none;
	list-style-type: none;
	position: relative; 
} 
#meny ul a{
	margin: 0px;
	background: #005AA5;
	}	
	
#meny a:link{color: #ffffff;}
#meny a:visited{color: #ffffff;}
#meny a:hover{background: #dcedff;}
#meny a#current{font-weight: bold;background: #dcedff;color: #000000}

.rteImage {
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	cursor: pointer;
}

.rteImageRaised, .rteImage:hover {
	background: #D3D3D3;
	border: 1px outset;
	cursor: pointer;
}

.rteImageLowered, .rteImage:active {
	background: #D3D3D3;
	border: 1px inset;
	cursor: pointer;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}
