/* CSS Document */

body {padding: 20px; margin: 20px; text-align: center; background-color: #b0c4de; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#000080;}

h1 {font-size: 24px}
h2 {font-size: 14px; text-align: center;}
h3 {font-size: 11px}
h4 {font-size: 11px; text-align: center;}
.kursiv {font-size: 11px; font-style: italic;}
.fet {font-size: 11px; font-weight: bold;}

a:link {text-decoration: none; color: #000080}
a:visited {text-decoration: none; color: #000080}
a:active {text-decoration: none; color: #000080}
a:hover {text-decoration: underline}

/* sidlayout */
#layout {width: 700px; background-color: #dae3f7; border-top: 3px double #000080; border-right: 3px double #000080; border-left: 3px double #000080; margin-right: auto; margin-left: auto;}
#sidhuvud {padding: 10px; margin: 0;}
#kolumncontainer{float: left; width: 700px;	background: #dae3f7;}
#kolumn1 {float: left; width: 330px; padding: 10px;	background: #dae3f7; text-align: left;}
#kolumn2 {float: left; width: 330px; padding: 10px; background: #dae3f7; text-align: left;}
#sidfot {clear: both; padding: 10px; border-bottom: 3px double #000080; color: #000080;}
.box {width: 330px; padding: 0; background: #dae3f7; text-align: center;}
.punktlista {list-style: none; padding: 1em; border: 3px double #000080;}

/* meny */
#menycontainer{border-bottom: 3px double #000080;}
#menycontainer ul{padding: 0.5em 0; margin: 0;}
#menycontainer li{margin-right: 0; display: inline; list-style: none;}
#menycontainer li a{text-decoration: none; padding: 0.5em; margin-left: 0; background: #b0c4de; font-weight: bold;}
#menycontainer a:link{color: #000080;}
#menycontainer a:visited{color: #000080;}
#menycontainer a:hover{background: #f0f8ff;}
#menycontainer a#current{background: #dae3f7; border-bottom: 3px double #000080; color: #000080;}

#menycontainer2{border-bottom: 3px double #000080;}
#menycontainer2 ul{padding: 0.5em 0; margin: 0;}
#menycontainer2 li{margin-right: 0; display: inline; list-style: none;}
#menycontainer2 li a{text-decoration: none; padding: 0.5em; margin-left: 0; background: #b0c4de; font-weight: bold;}
#menycontainer2 a:link{color: #000080;}
#menycontainer2 a:visited{color: #000080;}
#menycontainer2 a:hover{background: #f0f8ff;}
#menycontainer2 a#current{background: #dae3f7; border-bottom: 3px double #000080; color: #000080;}