
/* Main
------------------------ */
body, td, input, textarea, select {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 11px;
    color: #4a4e1d;
}

body {
    background-color: #fff;
}

a:link {
    color: #bb8f23;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #bb8f23;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color:  #dbbc6c;
    font-weight: bold;
    text-decoration: none;
}

a:active {
    color: #dbbc6c;
    font-weight: bold;
    text-decoration: none;
}

/* Blocks
------------------------ */

.pageBody {
    margin: 20px;
    background-color: #360;
}

.padded {
    padding: 40px;
    padding-bottom: 0px;
}

#scrollbars {
    height: 350px;
    overflow: auto;
    padding-right: 20px;
}

/* Textmallar
-------------------------------- */

.caption {
    font-size: 13px;
    font-weight: bold;
}

.small {
    font-size: 10px;
}

.mini {
    font-size: 7px;
}

.biggerBold {
    font-size: 13px;
    font-weight: bold;
}

.error {
    color: red;
}

.topheadline {
    margin-bottom: 15px;
}


/* Menu styles
------------------------ */

.menuLevel0, .menuLevel1, .menuLevel2, .menuLevel3, .menuLevel4,
.menuLevel0 a:link, .menuLevel1 a:link, .menuLevel2 a:link, .menuLevel3 a:link, .menuLevel4 a:link,
.menuLevel0 a:visited, .menuLevel1 a:visited, .menuLevel2 a:visited, .menuLevel3 a:visited, .menuLevel4 a:visited
{
    font-family: Arial, Helvetica, Sans-serif;
    color: #033;
    text-decoration: none;
    font-weight: bold;
    padding: 3px;
}

.menuLevel0 a:hover, .menuLevel1 a:hover, .menuLevel2 a:hover, .menuLevel3 a:hover, .menuLevel4 a:hover
{
    /* background-color: #9c3; */
}


.menuLevel0, .menuLevel0 a:link, .menuLevel0 a:visited {
    font-size: 18px;
    color: #690;
}

.menuLevel1, .menuLevel1 a:link, .menuLevel1 a:visited {
}

.menuLevel2, .menuLevel2 a:link, .menuLevel2 a:visited {
    padding-right: 5px;
    padding-top: 1px;
}

.menuLevel3, .menuLevel3 a:link, .menuLevel3 a:visited {
    padding-right: 15px;
    padding-top: 1px;
}

.menuLevel4, .menuLevel4 a:link, .menuLevel4 a:visited {
    padding-right: 25px;
    padding-top: 1px;
}

/* Treemenu highlighting for the selected entry
------------------------------------------------  */
.selected, .selected a:link, .selected a:visited {
    background-color: #9c3;
    color: #fff;
}


/* Headlines
------------------------ */
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Times, "Times New Roman", Serif;
    color: #360;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 5px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.noBottomMargin {
    margin-bottom: 0px;
}


/* Newarchive style
-------------------------- */
.newshead,
.newshead a:link,
.newshead a:visited {
    color:              #715b28;
    font-family:        Georgia, Times New Roman, Times, Serif;
    font-weight:        normal;
    font-size:          16px;
    margin-bottom:      7px;
}

.newsDate {
    font-family:        Verdana, Helvetica, Sans-serif;
    font-weight:        normal;
    font-size:          10px;
}

.newsCaption {
    margin-bottom:      7px;
}

.newsCaption a, .newsCaption a:link, .newsCaption a:visited, .newsCaption a:hover, .newsCaption a:active {
    color:              #4a4e1d;
    font-weight:        normal;
    text-decoration:    none;
}

.break {
    clear:              both;
}

.hiddenLink, a.hiddenLink, a.hiddenLink:link, a.hiddenLink:visited, a.hiddenLink:hover {
    font-weight:        normal;
    color:              #4a4e1d;
}


/* Modified standard styles
-------------------------- */
p {
    margin: 0px;
    padding: 0px;
}

li {
    margin-bottom: 2px;
}

form {
    margin: 0px;
    padding: 0px;
}

th {
    font-size: 12px;
}


html {
    scrollbar-face-color:#FFFFFF;
    scrollbar-arrow-color:#669900;
    scrollbar-track-color:#FFFFFF;
    scrollbar-shadow-color:#669900;
    scrollbar-highlight-color:#669900;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-darkshadow-Color:#FFFFFF;
}

