html, body { height: 100%; margin: auto; } 
#super{
	height: 100%; 
	background: #ffffff url(images/meny-bg.gif) repeat-y left;
}
#top {  
	width: 100%; 
	top: 0; 
	left: 0; 
	height: 45px;  
	vertical-align: middle;
	background: #e5e5e5 url(images/logga.gif) no-repeat 2px;
} 
#spacer {  
	width: 100%; 
	top: 45px; 
	left: 0; 
	height: 25px; 
	background-color: #FCDC43;  
	/* vertical-align: middle; */
	border-top: 1px solid #004c75;
	text-align: right; 

 }
#container {
	width: 100%;
	background: #ffffff url(images/meny-bg.gif) repeat-y left;
} 
#meny { 
	width: 210px; 
	float: left; 
}
#content {
	background: #ffffff;
	margin-left: 220px;
	margin-right: 10px;
	overflow: hidden;
}

body {
  color: #004c75;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 11px;
  /* this attribute sets the basis for all the other scrollbar colors (internet explorer 5.5+ only) */
  scrollbar-base-color:  #004c75;
  scrollbar-arrow-color: #fcdc43;
}

ul, li, p, td, tr {
  color: #004c75;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 11px;
  
}

h1 {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.smalltext {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
}

.marktext {
  COLOR: #FF0000;
}
p.msg_ok {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #ff0000;
  font-weight:bold;
  	background: url(images/ok.gif) no-repeat 0 3px;
	padding: 7px 0 11px 45px;
}
p.msg_fel  {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #ff0000;
  font-weight:bold;
  background: url(images/fel.gif) no-repeat 0 3px;
  padding: 7px 0 11px 45px;
}
.rowtitle {
  font-weight:bold;
}
a:link, a:visited, a:active {
  color: #0f5475;
}
a:hover {
  color: #fcdc43;
  background-color: #004c75;
}
a:hover.nohover{
	background-color: transparent;
}
form {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 11px;
}
select, input, textarea {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  color: #0f5475;
  font-size: 11px;
}
.dropdownmarker {
  background-color: #eeeeee;
  color: #136c99;
  font-size: 11px;
  font-weight: bold;
}
.info {
  color: #004c75;
  font-size: 8px;
  font-family: "Small Fonts";
}

/*-- Tables ----------------------------------------------*/

.tplmarktag {
  color: #ffffff;
  font-weight: bold;
  background-color: #ff0000;
}

/*-- tables ----------------------------------------------*/

.tableheader {
  color: #fcdc43;
  font-weight: bold;
  background-color: #004c75;
}
.tableseparator {
  color: #fcdc43;
  font-weight: bold;
  background-color: #004c75;
}
.tablerow {
  background-color: #e5e5e5;
  height: 17px;
 
}
.tablerow0 {
  background-color: #f5f5f5;
  height: 17px;
}
.tablerow1 {
  background-color: #e5e5e5;
  height: 17px;
 
}
.tablerow2 {
  background-color: #f5f5f5;
  height: 17px;
  
}
.tablefooter {
  color: #fcdc43;
  font-weight: bold;
  background-color: #004c75;
  text-align: center;
}
.tableborder {
  background-color: #004c75;
}
td.brake{
background: #FCDC43;
}
.largetxt{
	width: 96%;
}
.center{
	text-align: center;
}



/*-- Navigation ------------------------------------------*/

.navheader {
  color: #ffffff;
  font-weight: bold;
  background-color: #004c75;
  padding-left: 5px;
  height: 17px;
}
.navlink, navlink:visited, navlink:acitive {
  color: #0f5475;
}

.navlink:hover {
  color: #0f5475;
  background-color: #ffe673;
}

.button {
  font-family: MS Sans Serif, Tahoma,Arial, Helvetica, sans-serif;
  background-color: #004c75;
  color: #fcdc43;
  font-size: 11px;
  font-weight: bold;
}
.knapp {
  background-color:transparent;
  background-image: url(images/cal.gif);
  height: 16px;
  width: 16px;
  border: none;
} 
a img{
	border: none;
}
#kompetensklockan{
	margin: 10px auto;
	text-align: center;
	border: 1px solid #999;
	width: 567px;
}
fieldset{
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
}
fieldset div{
	margin-bottom: 5px;
}
fieldset label{
	display: block;
}
.cakebite{
	float: left;
	width: 50%;
}
legend{
	font-weight: bold;
}
* html legend{
	margin-bottom: 10px;
}
.find{
	background: transparent url(images/search.jpg) no-repeat;
	padding-left: 17px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */