html, body, div, span,h1, h2, h3, h4, h5, h6,
p, blockquote, pre,a, abbr, acronym, address, 
big, cite, code,del, dfn, em, img, ins, kbd, 
q, s, samp,small, strong, sub, sup, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {	
       margin: 0;	
       padding: 0;	
       border: 0;
       font-size: 100%;
       font-weight: normal;
       vertical-align: baseline;	
       background: transparent;
       }

body {
  background: #fff;
  color: #000;
  font-family: "Myriad Web", "Myriad Pro", Myriad, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  }
  
hr {
  visibility: hidden;
  clear: both;
}
  
#main {
  background: #000;
  color: #fcfcfc;
  min-height: 576px;
}

h1 { font-size: 1.5em; margin: 0 0 .5em; }
h2 { font-size: 1.25em; margin: 1.5em 0 .5em; }
h3 { font-size: 1em; margin: 1.5em 0 0 }

p { margin-bottom: 1.5em; }

dt { font-weight: bold; }

#main a:link, #main a:visited {
  color: #fff;
  background: inherit;
  text-decoration: underline;
}

#main a:hover, #main a:active {
  color: #fff;
  background: inherit;
  text-decoration: underline;
}
/*
#home #main {
  background: #000 url(../bilder/index_pingvin.jpg) top right no-repeat;
}
*/

#home #main a:link, #home #main a:visited, #home #main a:hover, #home #main a:active {
	text-decoration: none;
	color: #0df;
	font-weight: bold;
	font-size: 1.5em;
}

#home #main span { font-weight: bold; }

#tidning #main {
  background: #000 url(../bilder/tidning.png) top right no-repeat;
}

#radio #main {
  background: #000 url(../bilder/radio.jpg) top right no-repeat;
}

#home h1 {
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 2.5em;
}

#main #content_wrapper {
  width: 1174px;
  margin: auto;
}

#main #contents, #main #sub_contents, #main #nav {
  padding: 6em 1.5em 6em;
  float: left;
}

#main #contents {
   width: 340px;
}

#main #sub_contents {
   width: 480px;
}

#main #nav {
  width: 210px;
}

#main #nav ul {
  list-style-type: none;
}

#main #nav ul li a { 
  font-size: 1.25em;
  text-decoration: none;
}

#main #nav ul li a:link, #main #nav ul li a:visited {
   background: inherit;
   color: #fff;
}

/* SIDHUVUD */

#header {
        background: #fff;
        color: #000;
        padding: 1.5em;
        }

#header ul {
        list-style-type: none;
        text-align: center;
        float: right;
        background: #fff;
        margin-top: .75em;
        }
        
#header ul li {
        float: left;
        margin-right: 1.5em;
        display: block;
        }
        
#header ul li a, #header ul li a.currentpage, #header ul li.currentpage {
        text-decoration: none;
        font-size: 1.5em;
}

#header ul li a:link, #header ul li a:visited { background: transparent; color: #aaa; }

#home #header ul li a:link, #home #header ul li a:visited { background: transparent; color: #000; }
#home #header ul li a:hover { background: transparent; color: #f00; }

#header ul li a:hover { background: transparent; color: #f00; }
#header li.currentpage, #header ul li a.currentpage { background: transparent; color: #000; }

/* SIDFOT */

#footer {
        background: #fff;
        color: #000;
        padding: .5em;
        }

#footer ul {
        list-style-type: none;
        text-align: center;
        background: #fff;
        }
        
#footer ul li {
        display: inline;
        margin-right: 1em;
        }
        
#footer ul li a, #footer ul li a.currentpage, #footer ul li.currentpage {
        text-decoration: none;
        font-size: 1em;
}

#footer ul li a:link, #footer ul li a:visited { background: transparent; color: #666; }

#home #footer ul li a:link, #home #footer ul li a:visited { background: transparent; color: #000; }
#home #footer ul li a:hover { background: transparent; color: #f00; }

#footer ul li a:hover { background: transparent; color: #f00; }
#footer li.currentpage, #footer ul li a.currentpage { background: transparent; color: #000; }