* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    background-color: #FCDE69;
}

#hintergrund {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

#seite {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
}

input, textarea {
    background: #A4E4F5;
    border: 1px solid #FFFFFF;
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
    margin-top: 0;
}

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
/*    text-transform: lowercase; */
    font-weight: normal;
}

h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.8em;
}


a {
    color: #023F68;
}

a:hover {
    text-decoration: none;
    color: #000000;
}



hr {
    display: none;
}

#main {
    width: 900px;
    margin: 0 auto;
    background-image: url(/upload/images/head_background.png);
    background-position: top;
    background-repeat: no-repeat;
    
    border-left: 10px solid #FDCC18; 
    border-right: 10px solid #FECC18; 

    border-left: 10px solid #FDDF68; 
    border-right: 10px solid #FDDF6A; 

}

/* Header */

#header {
    height: 270px;
    width: 840px;
}

#logo {
    width: 900px;
    height: 204px;
}

#logo h1, #logo p {
    margin: 0;
    line-height: normal;
}

#logo h1 {
    padding: 0px 0 0 570px;
    font-size: 35px;
    color: #014073;
    font-weight: normal;
}
#logo h2 {
    padding: 5px 0 0 570px;
    font-size: 12px;
    text-transform: uppercase;
    color: #014073;
}

#logo a {
    text-decoration: none;
    color: #ffffff;
}

#logo img {
    position: relative;
    left: 190px;
}


/* Page */

#page {
    width: 900px;
    margin: 0 auto;
    margin-top: 12px;
}

/* Content */

#content {
    float: left;
    width: 457px;
}

#content .post ul, #content .post ol {
    margin-left: 30px;
}

#content .top {
    width: 465px;
    background: url(/upload/images/Hintergrund/Texthintergrund_15_oben.png) no-repeat;
    height: 10px;
}

#content .middle_back {
    width: 465px;
    background: url(/upload/images/Hintergrund/Texthintergrund_15_mitte.png) repeat-y;
/*    min-height: 370px; */
   padding: 10px 10px 10px 10px;
}

#content .bottom {
    width: 465px;
    background: url(/upload/images/Hintergrund/Texthintergrund_15_unten.png) no-repeat;
    height: 20px;
    margin-bottom: 10px;
}

.post {
    margin-bottom: 15px;
    color: #000000;
    margin-top: 10px;
    margin-left: 5px;
    width: 457px;
}

.post a {
    color: black;
}

.post a:hover {
    color: black;
}


/* Sidebars */

.sidebar {
    float: left;
    width: 208px;
    width: 213px;
    margin-top: 10px;

    color: #000000;

}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}


.sidebar li {
    padding: 6px 0 6px 10px;
}

.sidebar a {
    text-decoration: none;
    color: #FFFFFF;
    color: #023F68;
    font-size: 1em;
    font-weight: bold;
}
.sidebar a:hover {
    color: #63A1C8;
    color: #2B6187;
    text-decoration: underline;
}

.sidebar h2 {
    padding-top: 10px;
    color: #FFFFFF;
    background: url(/upload/images/ueberschrift.png) no-repeat;
    height: 33px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}

/* Left Sidebar */

#leftbar {
 margin-left: 4px;
}

/* Right Sidebar */

#rightbar {
 margin-left: 15px;
 margin-left: 13px;
}

#leftbar .sb_top, #rightbar .sb_top {
    background: url(/upload/images/Hintergrund/Sidebarhintergrund_15_oben.png) no-repeat;
    height: 10px;
}

#leftbar .sb_back, #rightbar .sb_back {
    background: url(/upload/images/Hintergrund/Sidebarhintergrund_15_mitte.png) repeat-y;
    padding: 10px 10px 10px 10px;
/*    min-height: 240px; */
}

#leftbar .sb_bottom, #rightbar .sb_bottom {
    background: url(/upload/images/Hintergrund/Sidebarhintergrund_15_unten.png) no-repeat;
    height: 20px;
}


/* Footer */

#footer {
    text-align: center;
}

#footer a {

}

/*  Menü  */
#MainNavigation {
    height: 50px;
    width: 900px;
    padding-top: 7px;
    padding-left: 2px;
}
#MainNavLeft {
    float:left;
    margin-left: 6px;
}
#MainNavRight {
    float:right;
    margin-right: 6px;
}
#MainNavigation ul {
    margin: 0;
    list-style: none;
}

#MainNavigation li {
    display: inline;
}

#MainNavigation a {
    float: left;
    width: 133px;
    height: 25px;
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
    font-size: 0.9em;
    font-weight: bold;
    color: #ffffff;
    background: url(/upload/images/nav_button.png) no-repeat;
}

#MainNavigation a:hover {
    background: url(/upload/images/nav_button.png) no-repeat;
    color: #023F68;
}

.legende_head {
    color: #FFFFFF;
    font-weight: bold;
}

.legende {
    color: #FFFFFF;
}

.title {
    font-size: 2.1em;
    margin: 0 30px 5px 10px;
/*    filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1; */
}
.text {
    font-size: 1.1em;
    color: #000000;
    line-height: 1.5em;
    margin: 0 30px 0 10px;
/*    filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1; */
}

#SubNavigation2 {

}

#SubNavigation1 {
    border-bottom: 2px solid #FFFFFF; 
    border-bottom-style: groove;
    margin-bottom: 7px;
    padding-bottom: 7px;

}
.searchResultItem {
    width: 430px;
}
.searchResultItem h3 {
    margin-top: 10px;
}
.searchResultItem a {
    margin-bottom: 10px;
    margin-top: 0px;
}
.searchResultItem p {
    margin-bottom: 0px;
    margin-top: 4px;
}
#resultpage {
    margin-bottom: 0px;
    margin-top: 15px;
}
#searchlabel {
    margin-bottom: 10px;
    color: #FFFFFF;
}
#searchterm {
    margin: 10px 0px 10px 0px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    width: 170px;
}
#searchsend {
    margin-top: 3px;
    background-color: #02426D;
    color: #FFFFFF;
    border: 4px outset #011F34;
    width: 140px;
    height: 27px;
}

/* (en) Styling of article list | (de) Gestalltung fÃ¼r die Artikelliste */
.articlelistPagecounter { width: 100%; text-align: center; margin: 5px 0 5px 0; padding-bottom: 5px; border-bottom: 1px solid #CCC; }
.articlelistItem { width: 100%; border-bottom: 1px solid #CCC; margin-top: 5px; }
.articlelistItem img { float: left; margin-right: 10px; }
.articlelistItem p.articlelistHeadline { margin: 5px 0 5px 0; }
.articlelistItem a.articlelistHeadline { font-weight: bold; }
.articlelistItem p.articlelistSubheadline { margin: 0 0 5px 0; font-weight: bold; }
.articlelistItem p.articlelistContent { }
.articlelistItem p.articlelistContent img { float: right; margin-left: 10px; }
.articlelistItem p.articlelistMore { clear: left; text-align: right; font-weight: bold; }
.articlelistItem a.articlelistBack { }
.articlelistItem a.articlelistNext { }
.articlelistItem a.articlelistPageNumber { }
.articlelistItem a.articlelistBegin { }
.articlelistItem a.articlelistEnd { }
.articlelistItem a.articlelistPrevious { }
.articlelistItem a.articlelistNext { }
.articlelistNavigation { width: 100%; text-align: center; margin: 5px 0 20px 0; }



