body{
	margin: 0; 
	padding:0; 
	font-family: verdana, arial; 
	font-size: 11px; 
	line-height: 130%;
	background-color: #000066;
}
/*Innehlets omre*/
.content{
  width: 625px;
  min-height: 600px;
/*  height: 100%; */
  background-color: white; /*  //z-index: 0;*/
/*  padding-left: 20px;*/
  
}
/*Kalendern placerad i content*/
#hkalender {

  width:150px;
height: 100%;
  background-color: #E1EEFD;
float: right;
z-index: 5;

}

#hkalender blockquote{
  margin: 0 0 25px 10px;
 font: 10px verdana;
 
}
#hkalender b{
display: block;
 font: bold 10px verdana;
 margin-left: 10px;
}
#kalenderRubrik{
font: bold 10pt verdana;
text-align: center;
margin-top:20px;
}


/*Aktuellt placerad bredvid kalendern pinnehlet*/
#aktuellt{
width:475px;
float: left;
z-index: 4;
}
#underAktuellt{
width:475px;
float: left;
z-index: 4;
}

/*Sid rubriken*/
.header{
        padding: 0px;
        margin: 0px;
        width: 100%;
        height: 100px;
        overflow: hidden;
        background:url(../images/header2.jpg) top left no-repeat;
}


/*  background-color: #00009E;
  height:100px;
  color:white;
        padding: 0px;
        margin: 0px;
        width: 100%;
        overflow: hidden; 
        background:url(../images/header2.jpg) top left no-repeat;
}*/

.menu {
  float:left;
  min-height:560px;
  background-color: #6699FF;
  width:150px;
  height:100%;
  padding-top:20px;
  text-decoration:none;
}

.menu a, .menu a:visited{
  color: #003399;
  text-decoration: none;
  font: bold 11px verdana;
  font-weight: bold;
/*  margin-left: -30px;*/
}

.menu a:hover, .menu a:active{
  color: #476BB3;
  text-decoration: none;
}

.menu ul{
  list-style: none;
  margin-left: -30px;
}




/*Lkarna*/
a, a:visited{
color:#476BB3;
text-decoration: underline;
}

A:hover, .verticalMenu A:hover {
  color: #476BB3;
  text-decoration: none;
}
/*Paragraf*/
p{
  margin: 5px 25px 10px 20px;
  font: 11px verdana;
}
/*Rubrik h1 o h2*/
h1{
  padding: 12px 10px 0px 20px;
  color: #003399;
  font-family: arial;
  font-size: 20px;
  display: table-cell;
  width: 425px;
  height: 40px;
  background-image: url("../images/h1.jpg");
  background-repeat: no-repeat;

}
h2{
  margin: 10px 15px 0px 20px;
  font-size: 16px;
  font-family: arial;
  color: black;
}

/*Her flytande element*/
#right20{
  float:right;
  margin:20px 20px 0 0;
  padding:20px;
  text-align:center;

}
#right15{
  float:right;
  margin:15px 15px 0 0;
  padding:15px;
  text-align:center;
  }
#right10{
  float:right;
  margin:10px 10px 0 0;
  padding:10px;
  text-align:center;
}
/*Vster flytande element*/
#left20{
  float:left;
  margin:20px 20px 0 0;
  padding:20px;
  text-align:center;

}
#left10{
  float:left;
  margin:10px 10px 0 0;
  padding:10px;
  text-align:center;
}
#left15{
  float:left;
  margin:15px 15px 0 0;
  padding:15px;
  text-align:center;
}
/*Bli vikingaflicka*/
#box{
  width: 250px;
  height: 100px;
  background-image: url("../images/box1.jpg");
  background-repeat: no-repeat;
  padding: 20px 10px 10px 10px;
  margin: auto;
  text-align: center;
  color: #000;
  font-size: 11px;
  font-weight: bold;
}
#genomskinlig{
  width: 720px;
  height: 720px;
  background-image: url("../images/logogenomskinlig.gif");
  background-repeat: no-repeat;
  padding: 20px 10px 10px 10px;
  margin: auto;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-weight: bold;

}
/*Admin verktygen*/
.adminBar {
  background-color: #dddddd;
  font-family: helvetica, arial;
}
.tableMenu {
  background-color: #dddddd;
  font-size: 10pt;
  font-family: Arial;
}
.tableMenu a {
  text-decoration: none;
}
.tableHeader {
  background-color: #dddddd;
  font-size: 10pt;
  font-family: Arial;
}
.tableData {
  font-size: 10pt;
  font-family: Arial;
}
.pollColor {
  background-color: #cccccc;
  border: thin solid #aaaaaa;  
}
.pagination {
  font-family: arial;
  font-size: 8pt;
  text-align: center;
}
.tab {
  border: 1px solid black;
   background-color: #eeeeee;
}
.tabBody {
   border: 1px solid black;
   border-top: 1px solid black;
   border-left: 1px solid black;
   background-color: #dddddd; 
}
div.tabs {
    line-height: 15px;
    font-size: 14px;
}
.tabHover {
   background-color: #cccccc;
}
.tabActive { 
   background-color: #dddddd; 
}
