/*------------------------------------GENERAL DECLARATIONS----------------------------------------------*/
* {
    padding:0px;
    margin:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

html,body{
    background-color:#000000;
    height:100%;

}

a{
    font-size:12px;
    text-decoration:none;
    cursor:hand;
    color:#aea167;
}

a:hover{
    font-size:12px;
    color:#ffffff;
    text-decoration:underline;
}

h1{
    font-family:"Times New Roman", Times, serif;
    font-size:30px;
    color:#ffffff;
    margin-bottom:15px;
    margin-top:0px;
    font-weight:normal;
    line-height:1;
}

h2{
    font-family:"Times New Roman", Times, serif;
    font-size:24px;
    color:#aea167;
    font-weight:normal;
    margin-bottom:15px;
    margin-top:0px;
    line-height:1;
}
h3{
    font-size:14px;
    font-weight:bold;
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    margin-bottom:15px;
    margin-top:0px;
}
h4{
    font-size:12px;
    color:#aea167;
    font-weight:bold;
    line-height:1;
    margin-top:0px;
}
h5{
    font-size:12px;
    color:#aea167;
    font-weight:normal;
    margin-top:15px;
    margin-top:0px;
    line-height:1;
}


sup{
        font-size:7pt;
    }
    
/*------------------------------------ MAIN CONTAINER ---------------------------------------------------*/
div#wrapper{
       position:absolute;
       left:0px;
       top:0px;
       width:100%;
}

div#mainCont{
    position:relative;
    margin-left:auto;
    margin-right:auto;
/*-----------Hier die 2 ausklamern wenn brd nicht bis ganz unten reichen soll---------*/
    min-height:100%;
    height:auto;
    width:944px;
    background-color:#000000;
}
/*------------------------------------ HEAD CONTAINERS --------------------------------------------------*/
div#header{
    width:944px;
    height:121px;
}
div#headerLinks{
    width:720px;
    float:left;
    }
div#headerRechts{
    width:224px;
    float:left;
    padding-top:25px;
    color:#666666;
    }
div#headerRechts a{
    color:#666666;
    text-decoration:none;
    }
div#headerRechts a:hover{
    color:#aea167;
    text-decoration:underline;
    }
/*------------------------------------ BREADCRUMP --------------------------------------------------*/
div#Breadcrump1 {
    color:#666666;
    font-size:10px;
    height:25px;
    margin-bottom:0px;
    margin-left:240px;
    margin-top:25px;
    width:704px;
    }
div#Breadcrump1 a{
    color:#666666;
    text-decoration:none;
    font-size:10px;
    }
div#Breadcrump1 a:hover{
    color:#FFFFFF;
    text-decoration:underline;
    font-size:10px;
    }
/*------------------------------------ CONTENT --------------------------------------------------*/
div#cont{
    width:944px;
    color:#FFFFFF;
    }
div#contentBereich{
    width:704px;
    margin-left:16px;
    float:left;
    line-height:1.3;
    }

    
div#contentBereichStart{
    width:944px;
    height:850px;
    background-image:url(../images/testimonial.jpg);
    background-repeat:no-repeat;
    float:left;
    color:#FFFFFF;
    }
div#contentBereichStart_EN{
    width:944px;
    height:850px;
    background-image:url(../images/testimonial_EN.jpg);
    background-repeat:no-repeat;
    float:left;
    color:#FFFFFF;
    }
/*------------------------------------ FOOTER --------------------------------------------------*/
div#footer1{
    margin-top:50px;
    margin-left:240px;
    width:704px;
    float:left;
    color:#FFFFFF;
    }
/*------------------------------------ MAIN NAVIGATION --------------------------------------------------*/
div#navigation{
    width:224px;
    background-color:#000000;
    float:left;
    margin-bottom:20px;
}
/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:217px;
    margin-bottom:0;
    padding:0;
}
#navigation ul li {
    width:224px;
    padding:0 0 0 0;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    padding:0 0 0 0;
    color:#ffffff;
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
}
#navigation ul li a:hover{
    color:#aea167;
}

#navigation ul li.active a{
    color:#aea167;
    }

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin-left:0px;
    margin-top:0px;
    font-weight:normal;
}


#navigation ul li.navmainStandardLevel_2 a {
    color:#666666;
    font-size:14px;
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    color:#aea167;
}

/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    margin-left:0px;
}
#navigation ul li.navmainStandardLevel_3 a {
    color:#68676C;
    font-size:14px;
    font-weight:normal;
    margin-left:10px;
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
    color:#aea167;
}
/*------------META NAVI-----------------------------------------------------------------------*/
div#MetaNavigation{
    width:224px;
    background-color:#000000;
    float:left;
    margin-top:36px;
    }
div#MetaNavigation ul li a{
    color:#666666;
    font-size:12px;
    font-weight:normal;
    margin-bottom:5px;
}
div#MetaNavigation a:hover{
    color:#aea167;
    font-size:12px;
    font-weight:normal;
    margin-bottom:5px;
}

#MetaNavigation ul li a.active{
    color:#aea167;
}

/*-----------SEARCH--------------------------------------------------------------------------------------*/
/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    font-size:12px;
    color:#666666;;
    width:224px;
    margin-top:5px;
}
#search label {
    font-size:12px;
    display:block;
    float:left;
    width:42px;
    padding:2px 0 0 0;
}
#search input {
    background-color:#000000;
    border:1px solid #666666;
    color:#666666;
    font-size:12px;
    height:18px;
    padding-left:5px;
    padding-top:2px;
    width:172px;
}
#search input.sbmt {
    border:0;
    width:19px;
    height:18px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
    margin:0 0 0px 0;
}
#searchResults p.message {
    margin:0px 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:#AEA167;
    font-style:normal;
}
/*---------------------------------------------- SLIDESHOW ------------------------------------------------*/
div#slideshow{
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
        margin-right:0px;
}

div#slideshow ul li{
      display:inline;
      margin-right:0px;
      margin-left:10px;
      float:right;
}

div#slideshow ul li a{
      text-decoration:none;
      background-repeat:no-repeat;
      width:auto;
      height:auto;
      margin:0px;
      text-align:right;
      color:#b60000;
}


div#slideshow #ref-container{
      width: 494px;
      margin: 0px 0px 10px;
}

div#slideshow p{       
       margin:0px 0px;
}

div#bildBereichSlideshow{
    position:absolute;
    width:300px;
    height:auto;
    float:left;
    }
div#thumbSlideshow{
    position:relative;
    width:200px;
    height:auto;
    float:right;
    }
img#refimg{
      width:494px;
}
div#clearAlles{
    clear:both;
    }
/*-----------------------SITEMAP---------------------------------------------*/
ul.sitemapStandardMainCat {
        margin-left:0;
        padding-left: 0;
}

ul.sitemapStandardMainCat li {
    border-bottom: 1px solid #000000;
    list-style-type: none;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {

        padding: 3px 3px 3px 10px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {

        padding: 3px 3px 3px 30px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {

        padding: 3px 3px 3px 50px;
}