

/* --- Standard behaivour for stuff --------------------- */
body {
  background-color: #905010
}

a:hover {
  color: #000000;
}  

a{
  /*color: rgb(90,90,255); */
  color: rgb(0,100,0); 
  text-decoration: none;
  font-weight: bold;
}


/* --- Classes ------------------------------------------ */

.main {
  border : thin solid black;
  position : absolute;
  x-overflow : hidden;
  background-color: rgb(230,181,100);
  font-size: 10pt;
}  

.menu {
  text-decoration: none;
  font-size: 15pt;
  font-weight: bold;
  font-family: Verdana, sans-serif;
}


/* The menu choice that is currently active */
a.activemenu {
  color: rgb(80,0,0);
  text-decoration: underline;
  font-size: 15pt;
  font-weight: bold;
  font-family: Verdana, sans-serif;
}

a.activemenu:hover {
  color: #000000;
}


.schedule {
}  


h3 {
  font-size: 11pt;
  font-weight: bold;
}


a.downl {
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  font-family: Verdana, sans-serif;
}


a.downl:hover {
  color: rgb(0,0,0);
}


/* --- Divs --------------------------------------------------------- */


#logoarea { 
  padding : 0px;
  border : thin solid black;
  background-color: rgb(230,181,100);
  x-overflow : none;

  position : absolute;
  top : 20px;
  left : 100px;
  width : 600px;
  height : 60px;
}


#mainarea { 
  padding : 20px;
  position : absolute;
  y-overflow : auto;
  top : 170px;
  left : 100px;
  width : 600px;
  height : 400px;
}


#menuarea { 
  padding : 10px;
  top : 100px;
  left : 100px;
  width : 600px;
  height : 40px;
}


#updated {
  font-size: 7pt;
  font-style: italic;

/*  top : 410px;
  left : 630px;
  height : 30px; */
}  



/* --- Gubbarna ---------------------------------------------------- */

.floatimg {
  padding : 0px;
  border : none;
  position : absolute;
  background : rgb(144,80,16);
  x-overflow : hidden;
  y-overflow : hidden;
}

#gubbe1 { 
  top : 340px;
  left : 710px;
  width : 30px;
  height : 30px;
}


#gubbe2 { 
  top : 110px;
  left : 30px;
  width : 30px;
  height : 30px;
}

#gubbe3 { 
  top : 110px;
  left : 30px;
  width : 30px;
  height : 30px;
}

#gubbe4 { 
  top : 110px;
  left : 30px;
  width : 30px;
  height : 30px;
}







/* --- Old stuff ---------------------------------------------------- */

/*
.activemenu {
  font-style: normal;
  background-color: #f5dca1;
  text-decoration: none;
}

.passivemenu {
  font-style: normal;
  background-color: #000000;
}*/

/*a.menu:active {
  color: #00ff00;
  text-decoration: none;
  font-size: 15pt;
  font-weight: bolder;
  font-family: Verdana, sans-serif;
}*/

/*
.submainframe { 
  background-image: url(image/submainborder.gif);
  background-repeat: repeat-x;
  /*background-color: rgb(0,0,0); */
}*/


