

a, a:visited {
	text-decoration: none;
	color: #6495ED;
	font-weight: bold;
}

a:active,a:hover {
	text-decoration: underline;
	color: #6495ED;
}

a:visited:hover, a:visited:active {
	text-decoration: underline;
	color: #6495ED;
}

div.header {
	padding: 3px;
	background-color: #6495ED;
	color: #FFFFF0;
}

a.menu{
	text-decoration: none;
	color: #FFFFF0;
}

a.menu:visited{ 
 text-decoration: none; 
  color: #FFFFF0; 
	}
	
a.menu:hover{
	text-decoration: underline overline;
	color: #FFFFF0;
}

a.menu:focus{
	text-decoration: underline overline;
	color: #FFFFF0;
}


a.menu:active {
	text-decoration: underline overline;
	color:  #FFFFF0;
	}

a.menu:visited:hover, a.menu:visited:active { 
  text-decoration: underline overline; 
  color: #FFFFF0;
}	
	
	
.link { 
  padding-left: 14px; 
  background-image: url(/aktuellt/images/startbatt.gif); 
  background-position: 0px 4px; 
  background-repeat: no-repeat; 
}

.pdf {
	padding-left: 40px;
	padding-bottom: 80px;
	background-image: url(pix/pdf-icon.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	vertical-align : middle;
}

.word {
	padding-left: 40px;
	background-image: url(pix/word-icon.gif);
	background-position: 2px 4px;
	background-repeat: no-repeat;
	padding-bottom: 80px;

}


body {
	font-size: 80%;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #000;
	padding: 0px;
	background: #6495ED;
}

div.body {
	margin : 5px 10px 5px 10px;
	background : #FFFFF0;
}

.ivory{
	
	background-color : #FFFFF0;
}

table.reg {
	padding: 0px;
	margin: 0px;
	color: #6495ED;
}

h1 {
	padding-top : 3px;
	padding-bottom : 3px;
	margin-top:1px;
	margin-bottom:1px;
	color: #FFFFF0;
	text-align : center;
	font-size: 120%;
	
}

div.title {
	border: medium;
	background: #6495ED;
	padding: 3px 3px 3px 3px;
	text-align: center;
	font-size: 110%;
	color : white;
}


h6 { font-size: 90%; color: #660000; }

hr { 
  border-top: 1px dotted #999; 
  border-bottom:transparent; 
  border-left:transparent; 
  border-right: transparent; 
  background:transparent;
  height:1px;
}

li { font-weight: normal;}		

ol,ul { 
  font-size: 100%; 
  margin-top: 5px; 
  margin-bottom: 15px;
}

	
table {
	font-size: 100%;
	}
	
td.detail{
	background : #6495ED;
}

.invisible{
	display: none;
}
