body, div
{
    font-family: Arial;
    margin: 8px 0 0 0;
    padding: 0;
}
h1, h2, h3, h4
{
    font-family: Times New Roman;
}
.bodysmk {
  background-attachment: fixed;
  background-image: url(/SiteData/Bilder/Logotyper/smk.png);
  background-repeat: no-repeat;
  background-position: 230px 124px;
  
}
.bodysmu {
  background-attachment: fixed;
  background-image: url(/SiteData/Bilder/Logotyper/smu.png);
  background-repeat: no-repeat;
  background-position: 230px 124px;
}
#toplogo
{
    float: left;
    width: 100%;
}
#toplogo img
{
    border: 0;
}
#ctl00_menu 
{
    clear: left;
    width: 12em;
    float: left;
    height: 400px;
}
#ctl00_menu h2
{
    font-size: 16px;
    margin-left: 12px;
}
#ctl00_menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 12px;
    font-size: 0.9em;
}
#ctl00_menu ul ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 22px;
}
#ctl00_menu ul li.nosize
{
    display: inline;
}
#credits
{
    width: 12em;
    float: left;
    clear: left;
    text-align: center;
    height: 100px;
}
#credits h3
{
    text-align: center;
    font-size: .8em;
    margin: 0;
    padding: 0;
}
#credits a
{
    font-size: .7em;
}
#main
{
    padding: 0px 16px;
    width: 31.5em;
    border-left: 1px dashed #000;
    min-height: 31.5em;
    float: left;
}
* html #main
{
    height: 31.5em;
}
#ctl00_ContentMain_ContentPanel h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
}
#ctl00_ContentMain_ContentPanel h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: .9em;
}
#ctl00_ContentMain_ContentPanel p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: .9em;
}
a:link, a:visited, a:active {
  color: #666666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: thin solid #000000;
}
.ImageNoBorder {
  border: none;
}
.ImageRight {
    margin: 10px 0px 10px 10px;
    float: right;
}
.ImageLeft {
    margin: 10px 10px 10px 0px;
    float: left;
}
.Underline
{
    text-decoration: underline;
}
.Bold
{
    font-weight: bold;
}
.UnderlineAndBold
{
    text-decoration: underline;
    font-weight: bold;
}
