/**
gelb: #F3BB20

blau: #1B2A65


**/


html, body, div, td, a, input, textarea, select {
        font-family:Verdana, Arial, sans-serif;
        color:#1B2A65;
         font-size:11px; 
}
p { font-size:11px; }

html, body {
        margin:0;
        padding:0;
        /*overflow:auto;*/
}
html {

        height:100%;
}
body {
        background-color:#DFDFDF;
}
form {
        margin:2;
        padding:2;
}

img {
        border:0;
}

#topNavi {
        font-size:11px;
        overflow:hidden;
        float:right;
        width:600px;
        color:#F3BB20;
}

#footer
{
        float:center;
        color: #1B2A65;
        font-size:10px;
        width:880px;
        height:100px;
}



/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {

        min-height:90%;
}
#outerContainer, #contentContainer {
        margin:0;
        padding:0;
}

#contentContainer, #suche {
        margin:0;
        padding:0;
}

#whiteBg {
        float:left;
        background-color:#fff;
        padding:0;
        margin:0;
        height:100%;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
        width:170px;
        margin:0;
        padding:0;
        /*background-color:#F2F2F2;*/
        background-color:transparent;
}
#navigation ul li {
        width:170px;
        margin:0;
        padding:0 0 0 10px;
        list-style-type:none;
}
#navigation ul li a {
        display:block;
        width:170px;
        height:19px;
        line-height:19px;
        margin:0;
        padding:0 0 0 5px;
        font-size:11px;
        color: #1B2A65;
        background-image:url(../images/navi_pfeil_zu.gif);
        background-repeat:no-repeat;
        background-position:160px 3px;
        border-bottom:1px solid #ccc;
        text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
        background-image:url(../images/navi_over.gif);
        background-repeat:no-repeat;
        background-position:0 0;
        color:#fff;
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
        margin-left:10px;
}
#navigation ul li.navmainStandardLevel_2 a {
        background-image:url(../images/subnavi_pfeil_zu.gif);
        background-repeat:no-repeat;
        background-position:199px 8px;
        border-bottom:1px dotted #ccc;
        color: #1B2A65;
        width: 160px;
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
        background-image:url(../images/subnavi_over.gif);
        background-repeat:no-repeat;
        background-position:0 0;
        color:#fff;
}

 /* Level 3*/
#navigation ul li.navmainStandardLevel_3 {
        margin-left:20px;
}
#navigation ul li.navmainStandardLevel_3 a {
        background-image:none;
        border-bottom:0;
        color: #1B2A65;
        width:150px;
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
        background-image:url(../images/subsubnavi_over.gif);
        background-repeat:no-repeat;
        background-position:0 0;
}
 
ul#metaNavigation {
        margin:0 0 20px 0;
        padding:0;
}
ul#metaNavigation li {
        margin:0;
        padding:0 1px 0 8px;
        display:inline;
        border-left:1px solid #D7D7D6;
}


/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
        font-size:11px;
        color:#1B2A65;
        line-height:14px;
}
#content h1, #content h2 {
        margin:0 0 10px 0;
        padding:0;
        font-size:20px;
        font-weight:normal;

}
#content h1 {
        line-height:22px;
        color: #1B2A65;
}
#content h1 a {
        color: #1B2A65;
        text-decoration:none;
}
#content h2 {
        font-style:italic;
        font-size:13px;
        color:#FF9F00;
        font-weight:bold;
}

img.hr {
        display:block;
        margin:1px 0;
        padding:0;
        width: 99%
}




/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#suche {
        margin: 0 10px 0  50px;
        font-size:11px;
        background-color:transparent;
        color: #F3BB20;

}
#search label {
        font-size:11px;
        display:block;
        float:left;
        width:42px;
        padding:0 0 0 3px;
}
#search input {   /*suchfeld*/
        border:1px solid #F3BB20;
        width:140px;
        height:15px;
        font-size:10px;
}
#search input.sbmt {  /*suchpfeil*/
        border:0;
        width: 5px;
        height:8px;
        margin:0 0 0  0px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
        margin:0 0 10px 0;
}
#searchResults p.message {
        margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
        border-bottom:1px solid #ccc;
        margin:0 0 10px 0;
        padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
        font-size:14px;
        margin:0 0 5px 0;
        padding:0;
        color:#0060b1;
        font-style:normal;
}
/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
        color:#0060b1;
        text-decoration:none;
}
a:hover {
        text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
        font-size:11px;
}
#contactForm .contactRow {
        margin:4px 0;
}
#contactForm label {
        display:block;
        float:left;
        width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
        border:1px solid #ccc;   
        width:346px;
         
}
#contactForm .contactRow select {
        border:1px solid #ccc;
        width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
        width:343px;
}

#contactForm .contactRow input {
        height:16px;
}

#contactForm .contactRow textarea {
        height:105px;
        font-size:10px;  //10px
}

#contactFormSubmit #contactFormSubmitLeft {
        float:left;
        margin:0 0 0 80px;
        width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
        margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
        float:right;
        width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input,
#contactFormSubmit #contactFormSubmitRight input {
        background-color:#fff;
        border:0;
        color:#0060b1;
        padding:10px 20px 10px 10px;   //0 20 0 0 
        background-image:url(../images/link_pfeil.gif);
        background-repeat:no-repeat;
        background-position:right 4px;
        font-size:11px;
        width:auto;
        height:auto;
        float:right;
        margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
        background-image:none;
        padding:0;
        float:left;
}

#contactForm table {
        width:100%;border-collapse:collapse;
}
#contactForm table td {
        padding:0;   
}
#contactForm table td.pt {
        padding-top:2px;
}
* html #contactForm table td.pt {
        padding-top:0; 
}
/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
        position:absolute;
        top:60px;
        left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/**** IMAGE GALLERY ****/
table.gallery {
        margin: 10px 5px 0px 0px; /10 5
        width: 410px;
}

table.gallery td.gallery-navigation {
        /*font-size: 0.6875em;*/
}

table.gallery tr.thumbnails td {
padding: 0;
}

table.gallery dd {
}

div.download {
        padding: 3px 0 3px 5px;
        background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

        padding: 0;
        margin-top: 3px; //von 10
        background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
        margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
        text-align: left;
        padding: 0;
}


td.gallery_image{
        height: 150px;//geändert von 220
        padding:0px;

}
td.gallery_image div.link_image{
        padding:0;
        background-position:top center;
        min-height:10px; //120
        margin-bottom:5px;
        overflow:hidden;
}
td.gallery_image .bottom_links{
         height:10px; margin-top:3px;    //von 40px 10px
}
td.gallery_image .bottom_links{
        margin-bottom: 0px;
        text-align:left;
        width:180px;
}
td.gallery_image .links{
        margin-bottom: 0px;
}

/* ###################################################### */
/* ####################### Sitemap ################ */
/* ###################################################### */

ul.sitemapStandardMainCat {
        margin-left:0;
        padding-left: 0;
}

ul.sitemapStandardMainCat li {
        border-bottom: 1px solid #ffffff;
        list-style-type: none;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
        background-color: #FEF6E9;
        padding: 3px 3px 3px 10px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
        background-color: #F6F2ED;
        padding: 3px 3px 3px 30px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

/* ###################################################### */

.teaser_image {
        float:left;
        margin-top:4px;
        margin-right:4px;
}

/* ###################################################### */
/* ####################### Login und out ################ */
/* ###################################################### */

#login
{
        float:center;
        color: #1B2A65;
        font-size:10px;
        width:380px;
        height:450px;
}

#login input#loginBtn {
        background-color:#F3BB20;
        border:0;
        color:#0060b1;
        padding:0 15px 0 0;
        background-image:url(../images/link_pfeil_klein.gif);
        background-repeat:no-repeat;
        background-position:right 6px;
        font-size:11px;
        width:auto;
        height:auto;
        float:right;
        margin:0 5px 0 0;
}
* html #footer input#loginBtn {
        margin:0 14px 0 0;
}


#logoutText {
        position:relative;
        height:70px;
}
#logoutText a {
        position:absolute;
        right:10px;
        bottom:10px;
        text-decoration:none;
}