﻿body
{
    font-family: Arial;
    font-size: 12px;
    padding: 0; /*background-image: url("images/backgroundBody.jpg");*/
    background-color: #CCCCCC;
}
/* fhusetSpecial    
----------------------------------------------------------*/
.siteMenuTop ul
{
    list-style-type:none;
    margin:0;
    padding:0
}
.siteMenuTop ul li
{
    display:inline
}
.siteMenuTop ul li a
{
    display:block
}
.siteMenuTop ul li a.m1
{
    width: 130px;
    float: left;
    background-image: url("images/menu_orange.gif");
    height: 32px;
    line-height: 29px;
    text-align: center;
    color: White;
    text-decoration: none;
}
.siteMenuTop ul li a.m2
{
    width: 129px;
    float: left;
    background-image: url("images/menu_blue.gif");
    height: 32px;
    line-height: 29px;
    text-align: center;
    margin-left: 2px;
    color: White;
    text-decoration: none;
}
.siteMenuTop ul li a.m3
{
    width: 129px;
    float: left;
    background-image: url("images/menu_red.gif");
    height: 32px;
    line-height: 29px;
    text-align: center;
    margin-left: 2px;
    color: White;
    text-decoration: none;
}
.siteMenuTop ul li a.m4
{
    width: 129px;
    float: left;
    background-image: url("images/menu_brown_Orange.gif");
    height: 32px;
    line-height: 29px;
    text-align: center;
    margin-left: 2px;
    color: White;
    text-decoration: none;
}
.siteMenuTop ul li a.m5
{
    width: 129px;
    float: left;
    background-image: url("images/menu_brown.gif");
    height: 32px;
    line-height: 29px;
    text-align: center;
    margin-left: 2px;
    color: White;
    text-decoration: none;
}
.siteMenuTop ul li a.m6
{
    width: 131px;
    float: left;
    background-image: url("images/menu.gif");
    height: 32px;
    line-height: 29px;
    text-align: center;
    margin-left: 2px;
    color: White;
    text-decoration: none;
}
.siteMenuTop ul li a.m1 .aktuell
{
    width: 130px;
    float: left;
    background-image: url("images/menu_orangeHover.gif");
    height: 32px;
    line-height: 29px;
    text-align: center;
    color: White;
    text-decoration: none;
}
.siteMenuTop ul li a.m2 .aktuell
{
    width: 129px;
    float: left;
    background-image: url("images/menu_blueHover.gif");
    height: 32px;
    line-height: 29px;
    text-align: center;
   
    color: White;
    text-decoration: none;
}
.siteMenuTop ul li a.m3 .aktuell
{
    width: 129px;
    float: left;
    background-image: url("images/menu_redHover.gif");
    height: 32px;
    line-height: 29px;
    text-align: center;
  
    color: White;
    text-decoration: none;
}
.siteMenuTop ul li a.m4 .aktuell
{
    width: 129px;
    float: left;
    background-image: url("images/menu_brown_OrangeHover.gif");
    height: 32px;
    line-height: 29px;
    text-align: center;
    
    color: White;
    text-decoration: none;
}
.siteMenuTop ul li a.m5 .aktuell
{
    width: 129px;
    float: left;
    background-image: url("images/menu_brownHover.gif");
    height: 32px;
    line-height: 29px;
    text-align: center;
    
    color: White;
    text-decoration: none;
}
.siteMenuTop ul li a.m6 .aktuell
{
    width: 131px;
    float: left;
    background-image: url("images/menuHover.gif");
    height: 32px;
    line-height: 29px;
    text-align: center;
    
    color: White;
    text-decoration: none;
}
.siteMenuTop ul li a.m1:hover
{
    background-image: url("images/menu_orangeHover.gif");
}
.siteMenuTop ul li a.m2:hover
{
    background-image: url("images/menu_blueHover.gif");
}
.siteMenuTop ul li a.m3:hover
{
    background-image: url("images/menu_redHover.gif");
}
.siteMenuTop ul li a.m4:hover
{
    background-image: url("images/menu_brown_OrangeHover.gif");
}
.siteMenuTop ul li a.m5:hover
{
    background-image: url("images/menu_brownHover.gif");
}
.siteMenuTop ul li a.m6:hover
{
    background-image: url("images/menuHover.gif");
}
/* Site    
----------------------------------------------------------*/


.site
{
    margin:0 auto;
    width: 1025px;
    padding: 0;
    border: 0;
}

/* Top    
----------------------------------------------------------*/

.siteHeader
{
    background-image: url('images/top_back_bg.png');
    width: 100%;
    height: 126px;
    background-repeat: repeat-y;
}
.leftTop
{
    float: left;
    width: 213px;
    height: 126px;
    background-image: url('images/logoplaceholder3.png');
    line-height: 126px;
}
.topLogotyp
{
    background-image: url("images/fhuset-CMYK.jpg");
    width: 198px;
    height: 111px;
    display: block;
    margin-top:2px;
    margin-left:3px;
}
.topLogotyp img
{
}

.rightTop
{
    float: left;
    width: 787px;
    height: 83px;
    color: White;
    background-image: url("images/top_bg.jpg");
    background-repeat: no-repeat;
    text-align:right
}
.rightTop .contentdiv
{
    text-align:right;
    padding:10px;
}
.rightTop .standard a
{
   color:white
}
.siteMenuTop
{
    width: 790px;
    float: left;
}



/* MainContent    
----------------------------------------------------------*/

.content
{
    width: 100%;

    padding:5px 0;
    background-image: url('images/site_bg.png');
    background-repeat: repeat-y;
}
.siteLeft
{
    width: 213px;
    margin:20px 0;
    float: left;

}
.leftLogotyp
{
    display: none;
}
.siteContent
{
    width: 600px;
    float: left;
    margin:0;
}
.siteRight
{
    margin:20px 0;
    width: 187px;
    float: left;
}

.clear
{
    clear: both;
}
.siteFooter
{
    width: 1025px;
    height: 80px;
    background-image: url("images/foot_bg.png");
    background-repeat: no-repeat;
}
.siteFooter a
{
    color: White;
}
.siteFooter td
{
    width: 33%;
    border: 0;
}
.siteFooter table
{
    border: 0;
}
.siteFooter tr
{
    border: 0;
}
.siteFooter p
{
    margin: 0;
    padding: 0;
}
/* content divs    
----------------------------------------------------------*/

.siteLeft .standard,.siteLeft .leftMenu
{
    width: 190px;
    margin-left: auto;
    margin-right: auto;
}


.siteContent .standard
{
    margin:10px auto;
    width: 520px;
}
.siteContent .standard .ingress
{
    margin: 0 0 10px 0;
    font-weight:bold
}
.navigering
{
    margin-top: -10px;
    margin-bottom: 50px;
}

.siteRight .standard
{
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.siteFooter .standard
{
    width: 980px;
    padding-top: 5px;
    margin-left: 10px;
    color: White;
}
.siteFooter hr
{
    border: 1px solid white;
}
/* leftMenuLista    
----------------------------------------------------------*/

.leftMenu
{
    padding: 0px;
}
.leftMenu ul
{
    list-style-type: none;
    margin:0;
    padding: 0;
}
.leftMenu li
{
    line-height: 20px;
    border-bottom: 1px dotted gray;
}
.leftMenu li ul
{
    margin: 0;
    padding: 0;
    display: block;
}
.leftMenu li ul li
{
    margin: 0;
    padding: 0;
    display: block;
    border: 0;
}
.leftMenu li:hover
{
    background-color: #f4f4f4;
}
.leftMenu li ul a
{
    background-image: none;
    padding: 0;
}
.leftMenu li ul a:hover
{
    background-image: none;
    color: #858526;
}
.leftMenu li ul b
{
    margin-left: 10px;
    background-image: none;
    padding: 0;
}
.leftMenu li ul li
{
    padding-left: 10px;
}
.leftMenu a
{
}
.leftMenu a:hover
{
}
li.aktuell
{
    background-color: #f4f4f4;
}
.leftMenu b
{
    font-weight: bold;
}

/* BlockTypes    
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial;
    width: 100%;
    text-align: left;
    color: #013068;
}

h1
{
    padding-bottom: 0;
    margin-bottom: 0;
}
h2, h1
{
    color: #013068;
    border-bottom: 2px dotted #CCCCCC;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
    color: #013068;
}
h5, h6
{
    font-size: 1em;
}
.siteRight h1
{
    padding-left:10px;
    line-height:30px;
    height:30px;
    width:170px;
    background: transparent url(Images/TabGreyCorner.png) no-repeat scroll right top;
    color: #FFFFFF;
    float: none;
    border:0;
    font-size:13px;
}

/* InlineTypes   
----------------------------------------------------------*/
a
{
    color: #006fc9;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
img
{
    border: 0;
}

.searchButton
{
    background-color: Transparent;
    background-image: url("images/go.png");
    width: 20px;
    height: 20px;
    border: 0;
}

/* search   
----------------------------------------------------------*/

.searchField
{
    width: 158px;
    margin: 0;
    padding: 0;
}
.siteContent .sokresultat
{
    border-bottom: 1px solid #013068;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* admin  
----------------------------------------------------------*/

.siteHeader .addButton, .siteFooter .addButton
{
display:none
}
.adminDivLeft, .adminDivContent, .adminDivRight
{
    display: block;
}
.fhusetinfo div
{
    display: none;
}
.fhusetinfo .admin
{
    display: block;
}
.siteFooter .blockadmin,.siteFooter .addbutton
{
    display:none
}
.siteHeader .addbutton
{
    display:none
}
.rightTop .greenborder, .siteFooter .greenborder
{
    border :0
}

