﻿body
{
    font-family: Arial;
    font-size: 12px;
    padding: 0;

}

/* Site    
----------------------------------------------------------*/


.site
{
    margin: 0 auto;
    /* width: 1000px; */
    padding: 0;
    border: 0;
    z-index: -1000;


}

/* Top    
----------------------------------------------------------*/

.siteHeader
{
    width: 100%;
    height: 84px;
}
.leftTop
{
    text-align: center;
    height: 92px;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.topLogotyp
{
 
    display: block;
    margin:0;
    padding:0;
   
}
.topLogotyp img
{
    padding:1px 0 0 0;
    margin:0 0 0 1px;
   
}

.rightTop
{
    text-align: right;
    height: 50px;
    margin:0;
    background-image:url(Images/top_bg.jpg);
    padding:10px;
    color:White
}

.siteMenuTop
{
    background-color: #fafafa;
    /*background-image: url(Images/menuback2.png);*/
    height: 42px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.siteMenuTop a,.siteMenuTop span
{
    float: left;
    height: 32px;
    padding: 0 10px;
    text-decoration: none;
    color: #222222;
}
.siteMenuTop a:hover
{
    color: #15467A;
    
}
.siteMenuTop a.aktuell
{
    color: #15467A;
}

.hovermenu
{
    text-align: left;
}
.hovermenu ul
{
    margin:0;
    padding:0
}
.hovermenu ul li ul li > a
{
    display: block;
    width: 175px;
    font-family: arial,helvetica;
    font-weight: bold;
    font-size: 11px;
    color: #008;
    padding-left: 5px;
}
.hovermenu ul li ul li > a:hover
{
    background: #cecece;
    text-decoration: none;
}
.hovermenu li
{
    float: left;
    
    list-style-type: none;
    text-decoration: none;
}
.hovermenu li > a
{
    font-family: arial,helvetica;
    font-weight: bold;
    font-size: 11px;
    color: #008;
    padding:0
}
.hovermenu ul li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    width: 180px;
    left: -1;
    background-color: #cecece;
    border: 1px solid #bbc9e4;
    display: none;
    z-index: 1000;
}
.hovermenu ul li:hover ul
{
    display: block;
    text-decoration: none;
    z-index: 1000;
}
.hovermenu ul li ul li
{
    padding: 5px 0;
    width: 100%;
}
/* MainContent    
----------------------------------------------------------*/

.content
{
    width: 100%;

    padding:20px 0;
    clear: both
}
.leftLogotyp
{
    display: none;
}

.siteRight
{
display: none;
    
}
.floatLeft
{
    float: left;
}
.clear
{
    clear: both;
}

.siteFooter {
    /* width: 1000px; */
    border-top: 1px solid gray;
}
.siteFooter a
{
    color: White;
}

.siteFooter table
{
    border: 0;
}
.siteFooter tr
{
    border: 0;
}
.siteFooter p
{
    margin: 0;
    padding: 0;
}
/* content divs    
----------------------------------------------------------*/




.navigering
{
    margin-top: -10px;
    margin-bottom: 50px;
}

.siteRight div
{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.siteFooter div
{
    width: 990px;
    padding-top: 5px;
    margin-left: 10px;
}
.siteFooter hr
{
    border: 1px solid white;
}


/* 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: #565656;
}

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;
}
div
{
}
p
{
}
/* 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;
}
.searchResult
{
    border-bottom: 1px solid #013068;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* admin  
----------------------------------------------------------*/

.adminDivHeader
{
    display: none;
}
.adminDivLeft, .adminDivContent, .adminDivRight, .adminDivFooter
{
    display: block;
}
.fHsetInfo
{
    display: none;
}
.topMenuLinkAllTheWay
{
    width: 800px;
    float: none;
    display: block;
    background-image: url(Images/menuback.png);
    height: 34px;
    line-height: 34px;
    clear: both;
}

