﻿body
{
    background-color: #ffffff;
    color: #797979;
    font: 14px Arial;
    line-height: 1.5em;
    padding: 0;
    background-image:url(images/back.gif)
}

/*topp
-------------------------------------------------------------------------------*/
.site
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.siteHeader
{
    width: 100%;
    height: 312px;
    
}
.leftTop
{
    float: left;
    width: 100%;
    height: 312px;
}
.topLogotyp
{
    background-image: url(images/header3.png);
    display: block;
    width: 100%;
    height: 312px;
}
.rightTop
{
    display: none;
}
/*toppmeny
----------------------------------------------------------------------------*/
.siteMenuTop
{
    clear: both;
    display: block;
    width: 800px;
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #1E251C;
}
.siteMenuTop a
{
    display: block;
    float: left;
    text-decoration: none;
    color: #636D43;
    font-size:15px;
    padding-left: 10px;
    padding-right: 10px;
}
.siteMenuTop a:hover
{
    color: #797979;
    text-decoration: underline;
}
.siteMenuTop b
{
    font-weight: normal;
}

.siteMenuTop > span > a.topAktuell1, .siteMenuTop > span > a.topAktuell2, .siteMenuTop > span > a.topAktuell3, .siteMenuTop > span > a.topAktuell4, .siteMenuTop > span > a.topAktuell5, .siteMenuTop > span > a.topAktuell6, .siteMenuTop > span > a.topAktuell7, .siteMenuTop > span > a.topAktuell8, .siteMenuTop > span > a.topAktuell9, .siteMenuTop > span > a.topAktuell10
{
    color: #797979;
    
}
/*inline elements
-------------------------------------------------------------------------------------*/
img
{
    border: 0;
}
a
{
    color: #636D43;
    text-decoration: none;
}
a:hover
{
    color: #797979;
    text-decoration: underline;
}


/*Block elements
---------------------------------------------------------------------------------------*/
h1, h2, h3
{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-weight: bold;
    color: #80A9DD;
}

h1
{
    font-size: 22px;
    margin: 0 0 16px 0;
}
h2
{
    font-size: 18px;
    margin: 0 0 12px 0;
}
h3
{
    font-size: 16px;
    margin: 0 0 12px 0;
}
/*Content
----------------------------------------------------------------------------------------*/
.content
{
    width: 100%;
    border-bottom:2px solid #1E251C;
    margin-top:20px;
    padding-bottom:20px;
}
.siteLeft
{
    display: none;
}
.leftLogotyp
{
    display: none;
}
.siteLeft div
{
    display:none
}
.siteContent
{
    clear: both;
    float: left;
    width: 400px;
    margin-top: 30px;
    padding-bottom: 40px;
    border-right: 1px solid #eeeeee;
}
.siteContent div
{
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.siteRight
{
    float: left;
    width: 399px;
padding-top:55px
}

.siteRight div
{
    width: 380px;
    margin-left: auto;
    margin-right: auto;

}
.clear
{
    clear: both;
}

.siteFooter
{
    width: 800px;
    clear: both;

    height: 30px;
    margin: 0;

}
.siteFooter p
{
    margin: 0;
    padding: 0;
}
.siteFooter div
{
    width: 780px;
    margin:0 auto;
}
.siteFooter td
{
    width: 33%;
}



/*admin
------------------------------------------------------------------------------------*/

.siteHeader .addButton, .siteFooter .addButton, .siteLeft .addButton
{
    display: none;
}
.fHsetInfo
{
    width: 900px;
    display: block;
    text-align: right;
}
.siteFooter .editButtons, .rightTop .editButtons, .siteLeft .editButtons
{
    display: none;
}
.fHsetInfo img
{
    padding: 5px;
}
.navigering
{
    display: none;
}
.greenborder
{
    border: 1px dotted green;
}
.redborder
{
    border: 1px solid red;
}

