/* sabisaf.css. Stylesheet for www.sabisaf.dk
 * Janus Wesenberg, Nov. 2002
 * [20021121] Added background-color to all color lines to get 
 *            validation w/o warnings.	
 * [20030225] Topfig margin changed to padding to avoid collapse
 *            Same with ul left, migth cause trouble? Yes
 *            Changed back!
 */
/******** General Section *********/
body {
 color: black;
 background-color:  #ffc;
 margin: 1em;
 font-family: "Arial","Helvetica",sans-serif;      
}
h1,h2 {
 font-family: "Lucida Sans Unicode","Arial","Helvetica",sans-serif;
 font-stretch: semi-condensed;
}
a, a:link, a:visited {
 color: blue;
 background-color:  #ffc;
 text-decoration: none;
}
a.ainpg {
 color: black;
 background-color:  #ffc;
 text-decoration: none;
}
a.atarget {
 color: blue;
 background-color:  #ffc;
 text-decoration: none;
}
a.atarget:hover {
 text-decoration: none;
} 
a:hover    {text-decoration: underline;}
a.external {text-decoration: underline;}
a img      {border-style: none;}

ul {
 margin-left: 20px;
 padding-left: 0px;
 padding-bottom: 0.2em;
}

/******** Top *********/
#main td  {vertical-align: top;}
tr.toprow p {
 margin-top: 0px;
 padding-top: 0px;
 text-align: center;
 font-size: 70%;
}

/******** Content *********/
#content    { padding-left: 1em; }
#content h2 { clear: both; }
#forside    { text-align: center;} 

img.topfig  { 
 float: left; 
 padding-right: 1em;
 padding-bottom: 1em;	
}

#newsflash {
 margin: 10% 10% 1em; /* top, sides, bottom */
 text-align: left;
}

span.title {
 font-family: "Lucida Sans Unicode","Arial","Helvetica",sans-serif;
 font-stretch: semi-condensed;
 padding-right: 0.5em;
 font-size: 120%;
}
 
/******** Menu *********/
#lmenu li          {list-style-image: url(figures/default-li.gif);  }
#lmenu li.selected {list-style-image: url(figures/selected-li.gif); }
#lmenu 	           { min-width: 150px; }

#lmenu A, #lmenu A:link, #lmenu A:visited {
 color: black;
 background-color:  #ffc;
}
#lmenu A:hover {
 color: blue;
 background-color:  #ffc;
 text-decoration: none;
}

/******** OSS **********/
#ossul1 li {list-style-image: url(figures/default-li.gif);}
#ossul1 ul li {list-style-type: none;}
