﻿#top
{
    width: 810px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 80px;
}

#servicemenu
{
    text-align: right;
    margin-top: 6px;
}

input.search
{
    width: 130px;
    border: 1px solid #93C0CB;
    color: #5a4733;
    font-size: 9px;
    padding: 0 3px;
    font-family: Trebuchet MS;
    margin-right: 0.25em;
    vertical-align: top;
}

a.searchbutton
{
    border-bottom: none;
}

#logo
{
    /*margin-left: -58px;*/
    position: absolute;
    left: -58px;
}

#logo a
{
    border-bottom: none;
}

#mainContainer
{
    margin-top: 20px;
    width: 810px;
    margin-left: auto;
    margin-right: auto;
}

#containerBottom
{
    background-image: url(/images/edges_bottom.png);
    _background-image: url(/images/edges_bottom.gif);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 15px;
}

#content
{
    background-color: #FFF;
    padding: 10px 9px 5px 10px;
}

#footer img
{
    margin-top: 5px;
    margin-right: 9px;
    float: right;
}

#footer p
{
    text-align: right;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 3px;
    padding-top: 5px;
    font-size: 1.18em;
}

#frontpageImage
{
    width: 751px;
    height: 108px;
    padding: 20px;
    padding-top: 40px;
    margin-bottom: 7px;
    position: relative;
}

#frontpageImage h1
{
    color: #5a4733;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 2.54em;
    line-height: 1.1em;
    position: absolute;
    bottom: 14px;
    left: 14px;
}

.content
{
    padding: 20px;
}

#sideMenu
{
    float: left;
    width: 169px;
    background-image: url(images/menu_bg.gif);
    background-repeat: no-repeat;
    min-height: 200px;
    margin: 6px 0 0 0;
    padding: 16px 11px 16px 11px;
}

#sideMenu a
{
    border-bottom: 1px solid #bcf0fd;
    display: block;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

#sideMenu a.toplevel
{
    font-size: 1.1em;
    font-weight: bold;
    color: #5a4733;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

#sideMenu a.menu
{
    text-decoration: none;
    color: #8b6034;
    background-image: url(images/menu_dot.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 10px;
}

#sideMenu a.menuselected
{
    font-weight: bold;
}

#sideMenu a.menu.menuselected
{
    background-image: url(/images/menu_dot_selected.gif);
}

#sideMenu a.submenu
{
    padding-left: 20px;
    background: none;
}

#sideMenu a.submenu.menuselected
{
    color: #ca2b31;
}

#sideMenu a.subsubmenu
{
    padding-left: 40px;
	background: none;
}

#sideMenu a.subsubmenu.menuselected
{
	font-weight: normal;
}

#mainContent
{
    width: 392px;
    min-height: 200px;
    background-image: url(/images/content_bg_narrow.gif);
    background-repeat: no-repeat;
    margin: 6px 0 0 199px;
    _margin: 6px 0 0 196px;
}

#mainContent .content
{
    padding: 12px;
    padding-top: 21px;
}

#mainContent .content h1
{
    border-bottom: 1px solid #bcf0fd;
}

div#menu
{
    height: 24px;
    background: transparent url(images/menu.png) 0px 0px;
    _background: transparent url(images/menu.gif) 0px 0px;
    padding-left: 15px;
    padding-top: 0;
    position: relative;
    z-index: 2;
}

div#menu a
{
    font-size: 1.18em;
    color: #FFF;
    text-decoration: none;
    border-bottom: none;
    padding: 0.25em 0;
    display: block;
}

div#menu a:hover
{
    text-decoration: underline;
}

div#menu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    background: #AC1820;
}

div#menu li
{
    float: left;
    position: relative;
    padding: 0 2em;
}

div#menu li.sub
{
    background: transparent url(images/menu_seperator.gif) no-repeat left center;
    text-align: center;
}

div#menu li.sub.first-child
{
    background: none;
}

div#menu li ul
{
    display: none;
    position: absolute;
    top: 2em;
    left: 0;
}

/*div#menu li > ul
{
    top: auto;
    left: auto;
}*/

div#menu li:hover ul, div#menu li.over ul
{
    display: block;
}

div#menu ul li a.active
{
    line-height: 1.15em;
    border-bottom: 3px solid white;
}

div#menu ul.niveau2 li
{
    /*border-bottom: 1px solid white;*/
    padding: 0.3em 2em;
    text-align: left;
    white-space: nowrap;
	float: none;
}

/*div#menu
{
    height: 22px;
    background: transparent url(images/menu.png) 0px 0px;
    _background: transparent url(images/menu.gif) 0px 0px;
    padding-left: 15px;
    padding-top: 2px;
    position: relative;
    z-index: 2;
}

* div#menu
{
    font-size: 1.18em;
}

div#menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    background: #AF1921;
}

div#menu li
{
    position: relative;
    line-height: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

div#menu ul li a
{
    display: block;
    text-decoration: none;
    border-bottom: none;
    padding: 0.25em 1.5em 0.25em 1.5em;
    margin: 0;
    color: #FFF;
}

div#menu ul li.sub a.active
{
    border-bottom: 3px solid white;
}

div#menu ul li a:hover
{
    text-decoration: underline;
}

div#menu ul li.sub a.active:hover
{
    text-decoration: none;
    border-bottom: none;
}

div#menu ul ul
{
    display: none;
    position: absolute;
}

div#menu ul ul li
{
    padding: 0.25em 0;
}

div#menu li.sub
{
    background: transparent url(images/menu_seperator.gif) no-repeat left center;
}

div#menu li.sub:first-child
{
    background: none;
}

div#menu ul.niveau1 li.sub:hover ul.niveau2, div#menu ul.niveau2 li.sub:hover ul.niveau3, div#menu ul.niveau1 li.sub.over ul.niveau2, div#menu ul.niveau2 li.sub.over ul.niveau3
{
    display: block;
}

div#menu ul.niveau2
{
    top: 1.4em;
    left: 0;
}*/

#breadcrumb
{
    font-size: 0.9em;
    margin-left: 13px;
}

#breadcrumb a
{
    border-bottom-style: none;
}

#breadcrumb a:hover
{
    text-decoration: underline;
}

.frontpageBox
{
    float: left;
    width: 227px;
    min-height: 135px;
    _height: 135px;
    padding: 15px;
    background-image: url(images/frontpage_box_bg.gif);
    background-repeat: no-repeat;
    margin-left: 8px;
}

.frontpageBox h2
{
    border-bottom: 1px solid #bcf0fd;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-bottom: 0.5em;
    margin-top: 0px;
}

.frontpageBoxFirst
{
    margin-left: 0;
}

hr
{
    border-color: #bcf0fd;
    border-style: solid;
    border-width: 1px 0 0;
    height: 0;
}

#rightColumn
{
    float: right;
    width: 169px;
    background-image: url(images/menu_bg.gif);
    background-repeat: no-repeat;
    min-height: 200px;
    margin-top: 6px;
    padding: 16px 11px 16px 11px;
    overflow: hidden;
}

a.arrowLink.arrowLinkNewsList
{
    color: #5A4733;
    background-position: left 3px;
    padding-bottom: 0.5em;
    margin-top: 1em;
    border-bottom: 1px solid #bcf0fd;
}

a.arrowLink.arrowLinkNewsList:hover
{
    border-bottom: 1px solid #bcf0fd;
}

.searchresult
{
    margin-bottom: 1em;
}

.searchResultSnippet
{
    margin-top: 0.25em;
}
