body {
    background-color: #fff;
    background-image: url(../img/bodyBackground.png);
    margin: 0;
    padding: 0 0 20px 100px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
}

#wrapper {
    width: 804px;
    background-image: url(../img/pageBackground.png);
    background-repeat: repeat-y;
}

html>body #wrapper {
    
}

#navigation {
	background-image: url(../img/navigationBackground.png);
	background-repeat: no-repeat;
	background-color: #fff;
	height: 105px;
}

#siteTitle {
    float: left;
    width: 320px;
    height: 70px;
    margin: 0;
}


#siteTitle a {
    display: block;
    height: 70px;
    margin: 0;
    text-indent: -1000em;
}


/******************************
*
* Top right menu
*
******************************/
#topRightMenu {
    width: 400px;
    float: right;
    margin: 0 1px 0 0;
    padding: 4px 0 4px 0;
    list-style-type: none;
    text-align: right;
}

#topRightMenu li {
    display: inline;
    background-color: #ececec;
    padding: 4px 0 4px 0;
    margin: 0;
    font-size: 11px;
    line-height: 11px;
}

#topRightMenu li.first {
    background-image: url(../img/topRightMenuCorner.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding-left: 22px;
}

#topRightMenu li.last {
    padding-right: 19px;
}


/******************************
*
* Main menu
*
******************************/

#mainMenu {
    margin: 17px 12px 0 12px;
    padding: 4px 0 0 20px;
    list-style-type: none;
    text-align: left;
    font-family: "Trebuchet MS", helvetica, sans-serif;
}

#mainMenu li {
    display: inline;
    padding-right: 2em;
    font-size: 12px;
    line-height: 14px;
    text-shadow: #999 1px 2px 3px;
    color: #fff;
}

#mainMenu li.cur, #mainMenu li.act {
    font-weight: bold;
    font-size: 13px;
}

#mainMenu li a {
    color: #fff;
    text-decoration: none;
}


/******************************
*
* Sub menu
*
******************************/

#subMenu {
    list-style-type: none;
    text-align: center;
    margin: 4px 12px 4px 0;
    padding: 0;
    font-family: helvetica, "Trebuchet MS", sans-serif;
}

#subMenu li {
    display: inline;
    font-size: 11px;
    line-height: 14px;
    white-space: nowrap;
}

#subMenu li.act, #subMenu li.act a {
    color: #666;
}

/* the sub menu needs different paddings depending on the parent page to make it appear beneath it */
#subMenu.parentUid38 { text-align: left; padding-left: 50px; } /* Om RSH */
#subMenu.parentUid37 { text-align: left; padding-left: 75px; } /* Forskning */
#subMenu.parentUid14 { text-align: right; padding-right: 95px;  } /* Ansökan */
#subMenu.parentUid13 { text-align: right; padding-right: 80px;  } /* Kontakt */

/******************************
*
* Header
*
******************************/

#header div {
    margin: 0 12px 0 12px;
    padding: 5px 0 5px 0;
}

/******************************
*
* Main content
*
******************************/

#mainContent {
    margin-left: 6px; /* should be 12px but IE win 5.5-6 wants 6px */
    width: 480px;
    float: left;
    padding: 9px 0 20px 0; 

}

html>body #mainContent {
    width: 480px;
    margin-left: 12px;
}

#mainContent h1 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: normal;
    margin: 9px 0 9px 0;
    text-shadow: #999 1px 2px 3px;
}

#mainContent h2 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    margin: 7px 0 7px 0;
    text-shadow: #999 1px 2px 3px;
}

#mainContent h3 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #666666;
    font-style: italic;
    font-size: 13px;
    line-height: normal;
    font-weight: normal;
    margin: 7px 0 7px 0;
}

#mainContent p {
    margin: 0 0 7px 0;
}

#mainContent p.align-right {
    text-align: right;
}

#mainContent p.align-center {
    text-align: center;
}

span.read-more {
    color: #f69a00; 
    background-image: url(../img/linkArrow.png); 
    background-repeat: no-repeat;
    background-position: 4px 50%; /* 50% is not perfect for FF which wants 0, but it's better for Safari and IE */
    padding-left: 16px;
}

a span.read-more, span.read-more a {
    text-decoration: none;
}


/******************************
*
* Menu of these pages (main)
* Menu of subpages to these pages (main)
*
******************************/
.csc-menu-7, .csc-menu-4 { clear: both; }
.csc-menu-7-item-left, .csc-menu-4-item-left { width: 235px; float: left; }
.csc-menu-7-item-right, .csc-menu-4-item-right { width: 235px; float: right; }
.csc-menu-7-image, .csc-menu-4-image { padding-top: 2px; width: 235px; }
#mainContent .csc-menu-7-item h2, #mainContent .csc-menu-4-item h2 { margin: 0; padding: 0 0 2px 10px; text-shadow: #999 1px 2px 3px; color: #fff; }
.csc-menu-7-item h2 a, .csc-menu-4-item h2 a { text-decoration: none; color: #fff; }
#mainContent .csc-menu-7-item p, #mainContent .csc-menu-4-item p  { margin: 3px 0 17px 0; font-size: 11px; line-height: 14px; }
html>body #mainContent .csc-menu-7-item p, html>body #mainContent .csc-menu-4-item p { margin: 7px 0 14px 0; }
.csc-menu-7-item p a, .csc-menu-4-item p a { text-decoration: none; } 
.csc-menu-7-item p a:hover, .csc-menu-4-item p a:hover { text-decoration: underline; } 
.csc-menu-7-morelink a, .csc-menu-4-morelink a  { 
    color: #f69a00; 
    background-image: url(../img/linkArrow.png); 
    background-repeat: no-repeat;
    background-position: 4px 50%; /* 50% is not perfect for FF which wants 0, but it's better for Safari and IE */
    padding-left: 16px;
}


/******************************
*
* Right Column
*
******************************/

#rightColumn {
    width: 290px;
    margin-right: 6px; /* should be 12px but IE win 5.5-6 wants 6px */
    float: right;
    background-color: #f3f3eb;
    padding-bottom: 20px;
}

html>body #rightColumn {
    width: 290px;
    margin-right: 12px;
}

#rightColumn h1, #rightColumn h2 {
    font-family: helvetica, "Trebuchet MS", sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 8px 4px 8px;
    margin: 0;
    border-top: 4px solid;
    text-shadow: #999 1px 2px 3px;
}

#rightColumn p { margin: 0 8px 7px 8px; }


/******************************
*
* Search
*
******************************/

#search { border: none; margin: 0;}

#search div.branchBackgroundColor {
    padding: 5px 8px 9px 8px;
    height: 10px; /* For IE. No idea why it needs this .... */
}

html>body #search div.branchBackgroundColor { height: auto; }

#shortcutsForm {
    float: left;
    width: 144px;
    margin: 0;
}

#shortcutsSelect {
    width: 118px;
    border: 1px solid #7d787c; 
    font: 9px verdana; 
    vertical-align: middle;
}

#shortcutsSubmit {
    margin-left: 7px;
    vertical-align: middle;
}

.tx-macinasearchbox-pi1 {
    float: right;
    width: 120px;
    margin: 0;
    padding: 0;
}

#tx-macinasearchbox-form { margin: 0; padding: 0; }

#tx-macinasearchbox-searchword {
    width: 92px; 
    height: 17px; 
    padding: 2px 0 0 2px; 
    margin: 0;
    border: 1px solid #7d787c; 
    font: 9px verdana; 
    line-height: 10px;
    color: #999;
    vertical-align: middle;
}

html>body #tx-macinasearchbox-searchword { height: 13px; }

#tx-macinasearchbox-submit {
    vertical-align: middle;
    margin-left: 4px;
}


/******************************
*
* Level 3 menu
*
******************************/

#level3menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}

#level3menu li {
    margin: 0;
    padding: 4px 8px 3px 8px;
    font-weight: bold;
}

#level3menu li.even { background-color: #fcfbf9; }
#level3menu li a { color: #666; text-decoration: none; }
#level3menu li a:hover { text-decoration: underline; }

#level3menu ul ul { border-bottom: none; }
#level3menu ul ul li { padding-left: 12px; font-weight: normal; }


/******************************
*
* Menu of these pages (right)
* Menu of subpages to these pages (right)
*
******************************/

.csc-menu-def, .csc-menu-1 { margin: 0; padding: 5px 0 0 5px; }
.csc-menu-def-item, .csc-menu-1-item { clear: both; margin-bottom: 5px; padding-right: 5px; height: 75px; }
.csc-menu-def-item-odd, .csc-menu-1-item-odd { background-color: #f3f3eb; }
.csc-menu-def-item-even, .csc-menu-1-item-even { background-color: #ddd0c0; }
.csc-menu-def-item img, .csc-menu-1-item img  { float: left; }
.csc-menu-def-item h3, .csc-menu-1-item h3 { 
    margin: 0; 
    padding: 10px 10px 0 97px; 
    font-family: "Trebuchet MS", Arial, sans-serif; 
    font-size: 14px; 
    font-style: italic; 
    font-weight: normal; 
    text-shadow: #999 1px 2px 3px;
}
.csc-menu-def-item h3 a, .csc-menu-1-item h3 a { text-decoration: none; }
.csc-menu-def-item h3 a:hover, .csc-menu-1-item h3 a:hover { text-decoration: underline; }
#rightColumn .csc-menu-def-item p, #rightColumn .csc-menu-1-item p { margin: 12px 10px 0 97px; }
.csc-menu-def-item p a, .csc-menu-1-item p a { color: #666; text-decoration: none; }  
.csc-menu-def-item p a:hover, .csc-menu-1-item p a:hover { text-decoration: underline; }  

/******************************
*
* tt_news
*
******************************/

.news-latest-item { padding: 2px 0 2px 0; }
.news-latest-item-odd { background-color: #fcfbf9; }
.news-latest-item h3 { font-size: 11px; font-weight: normal; margin: 4px 8px 3px 8px; }
.news-latest-item h3 a { color: #666; text-decoration: none; }
.news-latest-item h3 a:hover { text-decoration: underline; }
.news-latest-gotoarchive { color: #ff9c00; margin: 2px 8px 4px 8px; }
.news-latest-gotoarchive a { 
    color: #ff9c00; 
    padding-left: 12px; 
    background-image: url(../img/linkArrow.png); 
    background-repeat: no-repeat;
    background-position: 0 50%;
    text-decoration: none;
}
.news-latest-gotoarchive a:hover { text-decoration: underline; } 

.news-amenu-container ul { list-style-type: none; margin: 0; padding: 0; }
.news-amenu-container li { padding: 4px 8px 3px 8px; }
.news-amenu-odd { background-color: #fcfbf9; }
.news-amenu-container a { text-decoration: none; color: #666; }
.news-amenu-container a:hover { text-decoration: underline; }
.news-amenu-show-all { margin: 4px 8px 3px 8px; }
.news-amenu-show-all a {
    color: #ff9c00; 
    padding-left: 12px; 
    background-image: url(../img/linkArrowBack.png); 
    background-repeat: no-repeat;
    background-position: 0 50%;
    text-decoration: none;
}
.news-amenu-show-all a:hover { text-decoration: underline; }

.news-list-item { border-bottom: 1px solid; padding: 7px 0 7px 0; }
.news-list-item h2 a { text-decoration: none; }
.news-list-item h2 a:hover { text-decoration: underline; }
.news-list-morelink { color: #ff9c00; }
.news-list-morelink a { 
    color: #ff9c00; 
    padding-left: 12px; 
    background-image: 
    url(global_FILES/linkArrow.png); 
    background-repeat: no-repeat;
    background-position: 0 50%;
    text-decoration: none;
}
.news-list-morelink a:hover { text-decoration: underline; } 

.news-list-browse { margin-top: 9px; }
.news-list-browse p { font-style: italic; }
.news-list-browse ul { margin: 0; padding: 0; list-style-type: none; }
.news-list-browse li { display: inline; }
.news-list-browse li a { color: #ff9c00; text-decoration: none; }
.news-list-browse li a:hover { text-decoration: underline; }
.news-browse-next a { 
    padding-right: 12px; 
    background-image: url(../img/linkArrow.png); 
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.news-browse-prev a { 
    padding-left: 12px; 
    background-image: url(../img/linkArrowBack.png); 
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.news-related-item, .news-links-item, .news-files-item { padding: 4px 8px 3px 8px; }
.news-related-item a, .news-links-item a, .news-files-item a { text-decoration: none; color: #666; }
.news-related-item-odd { background-color: #fcfbf9; }
.news-links-item-odd { background-color: #fcfbf9; }
.news-files-item-odd { background-color: #fcfbf9; }

.news-single-item h3 { font-size: 12px; font-weight: bold; }
.news-single-image-item { width: 235px; float: left; margin-right: 5px;}
.news-single-image { padding-top: 6px; width: 235px; }
.news-single-image-caption { margin: 4px 0 8px 0; font-style: italic; color: #666; }

.news-single-bottom { color: #666; margin-top: 7px; }
.news-single-bottom a { 
    color: #ff9c00; 
    padding-left: 16px; 
    background-image: url(../img/linkArrowBack.png); 
    background-repeat: no-repeat;
    background-position: 4px 50%;
    text-decoration: none;
}
.news-single-bottom a:hover { text-decoration: underline; } 





#footer {
     clear: both;
     background-color: #ececec;
     background-image: url(../img/footerBackground.png);
     background-repeat: no-repeat;
     background-position: 0 100%;
     height: 57px;
}

a {
    color: #000;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
}
