/**
 *
 * stylesheets für entsprechende Bereiche der Webseite
 * inklusive Layoutanpassungen
 *
 * David Mann @ Open New Media GmbH
 */





body {
  background: #ebebeb;
}

div.page {
  width: 918px;
  margin: 0px auto;
  position: relative;
}

#logo {
  width: 294px;
  height: 78px;
  position: absolute;
  left: 78px;
  top: 0px;
  z-index: 5;
}
#logo #sitetitle {
    position:absolute;
    top: -500px;
}

#header_right {
  width: 216px;
  height:  52px;
  position: absolute;
  left: 624px;
  top: 18px;
  z-index: 5;
}

    #header_right #header_search {
        position: relative;
        height: 34px;
    }

        #header_right #header_search form {
            display: inline;
        }

            #header_right #header_search form input.search_text {
                background: url(../images/searchfield.png) no-repeat;
                color: #FFF;

                border: 0;
                height: 24px;
                width: 178px;
                float: left;
                position: relative;
                padding: 0 0 0 5px;
                margin: 0;
                margin-right: 5px;
                vertical-align:middle;
                line-height:24px;
            }

            #header_right #header_search form input.search_but {
                position: relative;
                height: 24px;
                width: 28px;
                border: 0;
                margin: 0;
                padding: 0;
                background: none;
            }

    #header_right #header_nav {
        position: relative;
        height: 18px;
        float: right;
    }

        #header_right #header_nav ul {
           list-style-type: none;
           margin:0;
        }

            #header_right #header_nav ul li {
                background: none;
                font-family: Arial;
                font-size: 11px;
                float: left;
                padding: 0 5px;
                border-right: 1px solid;
                position: relative;
                height: 11px;
                line-height: 10px;
            }
            #header_right #header_nav ul li.last {
                  border-right: 0px;
            }
            #header_right #header_nav ul li.sel {
                  font-weight: bold;
                  color:#FFF;
            }

            #header_right #header_nav ul li a {
                 color: #FFF;
            }

#header_image {
  background: #2a426f;
  color: #FFF;
  width: 100%;
  height: 460px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
    #header_image div {
        position: absolute;
        top: 0;

    }

#header_content {
  width: 450px;
  /*min-height:  110px;*/
  height: 191px;
  position: relative;
  overflow: hidden;
  left: 390px;
  top: 103px;
  z-index: 5;
}

    #header_content h2, #header_content h3 {
        width: 430px;
    }
  #header_content p {
    padding-left: 20px;
    color: #FFF;
    width: 430px;
  }

    #header_content span.bullets {
        position: relative;
        float: right;
        right: 30px;
    }
    #header_content div {
        position: absolute;
        top: 0px;
    }
        #header_content span.act {
            margin-left: 5px;
            background: url(../images/bullet_act.png) no-repeat;
            width: 10px;
            height: 10px;
        }
        #header_content span.no {
            margin-left: 5px;
            width: 10px;
            height: 10px;
            background: url(../images/bullet_no.png) no-repeat;
        }


#grey_transparent {
  background: #ebebeb url(../images/grey_transparent.png) no-repeat;
  position: absolute;
  top: 460px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#main {
      background: #FFF;
      width: 798px;
      position: relative;
      left: 60px;
      top: 150px;
      z-index: 5;
      box-shadow: 2px 2px 3px rgba(0,0,0,0.1),-2px 2px 3px rgba(0,0,0,0.1);
      -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1),-2px 2px 3px rgba(0,0,0,0.1);
      -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.1),-2px 2px 3px rgba(0,0,0,0.1);
}
  #main #navigation {
    width: 470px;
    height: 70px;
    position: absolute;
    top: -36px;
    left: 18px;
    z-index: 2;
  }

        #main #navigation div {
            position: relative;
            width: 230px;
            height: 70px;
            float: left;
            font-size: 16px;
            font-family: LindenHillRegular;
        }
            #main #navigation div span {
                position: relative;
                left: 20px;
                top: 12px;
            }
            #main #navigation div span i{
                font-size:14px;
            }
            #main #navigation div.act {
                background: transparent url(../images/navigation_act.png) no-repeat;
            }

            #main #navigation span.background
            {
                position:absolute;
                top: 6px;
                left:7px;
                z-index: -1;
                width: 216px;
                height: 53px;

            }
            #main #navigation div.no, #main #navigation div.no a {
                background: transparent ;
                color: #FFF;
                font-size: 16px;
                font-family: LindenHillRegular;
            }

  #main #subnav {
    background: #FFF;
    height: 36px;
    position: relative;
    z-index: 3;
    margin-left: 18px;
    width: 760px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
  }

    #main #subnav ul {
        list-style-type: none;
    }

        #main #subnav ul li {

            background-position: 2px 40%;
            position: relative;
            border-right: 1px dotted #000;
            float: left;
            line-height: 20px;
            height: 20px;
            padding: 0 15px 0 15px;
            margin: 15px 0 15px 5px;

        }
            #main #subnav ul li.last {
                border:0;
            }
            #main #subnav ul li.sel {
                font-weight:bold;
            }

  #main #content {
    width: 100%;
    position: relative;
  }
    #main #content #right {
      width: 450px;
      min-height: 400px;
      margin-top: 18px;
      margin-right: 18px;
      margin-bottom: 18px;
      overflow: hidden;
    }
    #main #content #right a {
        font-weight:bold;
    }
    #main #content #right .news-list-container {

    }
        #main #content #right .news-list-container .news-list-item {

        }
            #main #content #right .news-list-container .news-list-item .date, #main #content #right .news-list-container .news-list-item .news-list-morelink {
                float:right;
                width:100px;
                color: #909090;
                font-weight: bold;
                font-size: 12px;
            }

            #main #content #right .news-list-container .news-list-item div.image {
                float:left;
                padding: 0 18px 0 0;
                width: 140px;
            }
            #main #content #right .news-list-container .news-list-item p {
                margin-right:110px;
                float:left;
            }

    #main #content #right .news-single-item {

    }
    #main #content #right .news-single-item .date {
        color: #909090;
        font-weight: bold;
    }

#footer {
    clear:both;
    position: relative;
    width: 798px;
    height: 200px;
    top: 150px;
    left: 60px;
    z-index: 5;
    font-size: 14px;
}
    #footer #foot_row_1 {
        width: 798px;
        height: 47px;
        background: url(../images/bg_footer_row1.png) no-repeat;
    }
        #footer #foot_row_1 #copyright {
            width: 294px;
            position:relative;
            float: left;
            margin-left: 18px;
            padding-top:18px;
        }
        #footer #foot_row_1 #social {
            width: 160px;
            position: relative;
            float: right;
            padding:18px 0 0 246px;
            margin-right: 18px;
        }
    #footer #foot_row_2 {
        clear: both;
        width: 798px;
        height: 88px;
        background: url(../images/bg_footer_row2.png) no-repeat;
    }
        #footer #foot_row_2 #foot_headline {
            text-align: center;
            padding-top: 7px;
        }
        #footer #foot_row_2 #foot_links {
            width: 798px;
            text-align: center;
            margin-top: 25px;
        }
            #footer #foot_row_2 #foot_links span{
                padding: 25px;
            }
            #footer #foot_row_2 #foot_links span a {
                font-family: LindenHillRegular;
                font-size: 12px;
                color: #909090;
                white-space: nowrap;
           }

div.button {
    background: url(../images/button.jpg) no-repeat;
    width: 125px;
    height: 39px;
    padding-left: 27px;
    padding-top: 11px;
    margin-top: 10px;
}
    div.button a {
        font-weight: bold;
    }


.tx_powermail_pi1_fieldwrap_html_label {
    margin-left: 120px;
}


/* kursive LindenHill-Formatierung */
.small i,
#foot_links i,
#navigation i {
    font-family: LindenHillItalic;
    font-style: normal;
}

#large_box {width:800; height:600;}