
/* FRAMEWORK 
================================== */

body
{
    background-color: #E9ECF1;
    font-family: Myriad Pro, Arial, Verdana;
    font-size: 13px;
    letter-spacing: 0px;
}

h1
{
    font-family: Myriad Pro, Arial, Verdana;
    font-size: 24px;
    font-weight: normal;
    margin-left: 0px;
}

h3
{
    font-family: Myriad Pro, Arial, Verdana;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    margin-left: 50px;
    margin-top: 13px;
}

p
{
    font-family: Myriad Pro, Arial, Verdana;
    font-size: 13px;
}


a:link
{
    text-decoration: none;
    color: #333;
}

a:hover
{
    text-decoration: underline;
    color: #333;
}

a:visited
{
    text-decoration: none;
    color: #333;
}

#wrap
{
    background-image: url(../img/contentBack.png);
    width: 973px;
    float: left;
}

#uberwrap
{
    width: 973px;
    margin: 0 auto;
}

.headerTop
{
    background-image: url(../img/headerTop.png);
    width: 973px;
    float: left;
    height: 41px;
}

.headerBack
{
    background-image: url(../img/contentBack.png);
    float: left;
    width: 973px;
    height: 75px;
}



.menu
{
    float: left;
    margin-left: 43px;
    width: 877px;
    height: 31px;
    background-image: url(../img/menu_bg.jpg);
    background-repeat: repeat;
    font-size: 13px;
    }

.menu ul
{
    margin: 0 0 0 0;
    padding: 0;
}

.menu ul li
{
    padding-top: 8px;
    padding-right: 25px;
    padding-left: 25px;
    float: left;
    list-style: none;
    height: 31px;
    border-right-style: solid;
    border-right-color: White;
    border-right-width: 1px;
}


/* NEWS
================================== */

.aktuellt_header
{
    font-family: Century Gothic, Arial, Verdana;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    margin: 0 0 4px 28px;
}

.aktuellt_item
{
    font-family: Century Gothic, Arial, Verdana;
    font-size: 11px;
    font-weight: normal;
}

.NewsRubrik
{
    font-weight: bold;
}

.NewsDatum
{
    color: #006aa5;
}

.news_arkivlink
{
    color: #006aa5;
    margin-left: 0px;
}

