
/* Main
------------------------ */
body {
    color: black;
}

body.pageBody {
    background-color: #271F03;
    background-image: url(gfx/bakgrund_pattern.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
}

body, td, input, textarea, select {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size:   11px;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a:link, a:visited {
    color: #ff3377;
}

a:hover {
    color:  #990000;
}

a:active {
    color: #ff77aa;
}

/* Blocks
------------------------ */
.author {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.captionBlock {
    font-size: 13px;
    font-weight: bold;
}

#outer {
    background-image: url(gfx/bakgrund.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
    overflow: visible;
}

#inner {
    background-image: url(gfx/bakgrund_highlight.jpg);
    background-repeat: no-repeat;
    background-position: center -20px;
    background-color: #c9c7c0;
    border: 1px dashed black;
    width: 800px;
    height: 400px;
    overflow: visible;
    margin: 20px;
    margin-bottom: 3px;
    padding: 0px;
}


/* Misc styles
------------------------ */
.error {
    color: red;
}

/* Treemenu highlighting for the selected entry
------------------------------------------------  */
.selected, .selected a, .selected a:link, .selected a:visited,
tr.selected td, tr.selected td a, tr.selected td a:link, tr.selected td a:visited
{
    background-color: #ff00ff;
    color: #ffffff;
}

.selected a:hover, tr.selected td a:hover {
    color: #ffbbdd;
}


/* Menu styles
------------------------ */
/*
.meny td {
    font-size: 11px;
}
.meny td a:link, .meny td a:visited {
    color: #8E9B56;
}
.meny td a:hover {
    color: #bb8f23;
}
.menyLevel0, .menyLevel0 a:link, .menyLevel0 a:visited {
    font-size: 13px;
}
*/

/* Headlines
------------------------ */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: normal;
    margin: 0px;
    color: #990099;
    margin-bottom: 5px;
}
h1 {
    font-size: 48px;
    letter-spacing: -5px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 20px;
}

/* ------------------------------------------------------------------------ */







/* Newarchive style
-------------------------- */
.newshead,
.newshead a:link,
.newshead a:visited {
    color:              black;
    font-size:          15px;
    font-weight:        bold;
    margin-bottom:      0px;
}

.newsDate {
    font-weight:        normal;
    font-size:          10px;
}

.newsCaption {
    margin-bottom: 3px;
}

.newsCaption a, .newsCaption a:link, .newsCaption a:visited, .newsCaption a:hover, .newsCaption a:active {
    color:              black;
    font-weight:        normal;
    text-decoration:    none;
}

.break {
    clear:              all;
}


/* Modified standard styles
-------------------------- */
p {
    margin: 0px;
    padding: 0px;
}

li {
    margin-bottom: 2px;
}

form {
    margin: 0px;
    padding: 0px;
}
