
*{
    margin: 0px;
    padding: 0px;
}

html, body{
    background-image: url(../Images/background-temple-ex.gif);
    background-attachment: fixed;
    background-position: top;
    background-repeat: repeat-y;
}

#wrapper{
    width: 1050px;
    height: auto;
    min-height:900px ;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin: 30px auto;
    position: relative;
    -webkit-box-shadow: 0px 0px 37px 8px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 37px 8px rgba(0,0,0,1);
    box-shadow: 0px 0px 37px 8px rgba(0,0,0,1);
}


#outside1{
    width: 250px;
    height: 360px;
    margin-left: -300px;
    margin-top: 10px;
    position: fixed;
    border: solid 5px #3d5a24;
}

#outside2{
    width: 250px;
    height: 360px;
    margin-left: -300px;
    margin-top: 400px;
    position: fixed;
    border: solid 5px #3d5a24;
}


header{
    width: 1050px;
    height: 410px;
    float: left;
}

#logoL{
    width: 300px;
    height: 100px;
    background-image: url(../Images/);
    background-repeat: no-repeat;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

#banner{
    width:250px;
    height: 100px;
    background-image: url(../Images/LOGO-DGE-metall1-Bogen-100px.gif);
    background-repeat: no-repeat;
    float: left;
    margin-left: 100px;
    margin-top: 20px;
}

#logoR{
    width: 100px ;
    height: 100px;
    float: right;
    background-image: url(../Images/HiPo01-100px.gif);
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-right: 50px;
}

#bildout{
    width: 200px;
    height: 281px;
    background-image: url(../Images/halstuch.png);
    position: absolute;
    top: -15px;
    right: -105px;
    margin-left: 430px;
}

#main-navigation{
    width: 100%;
    height: 30px;
    float: left;
    margin-top: 10px;
    background-color: #FFFFFF;
}

#main-navigation .menu{
    list-style-type: none;
    width: 100%;
}

#main-navigation .menu li a{
    height: 30px;
    display: block;
    float: left;
    background-color: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: Source Sans Pro , Arial;
    font-weight: lighter;
    color: #3d5a24;
    transition-property: background-color , color;
    transition-duration: 2.0s;
}

#main-navigation .menu li a:hover{
    height: 30px;
    display: block;
    float: left;
    background-color: #88bd27;
    border-radius: 5px 5px 0px 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: Source Sans Pro , Arial;
    font-weight: lighter;
    color: #283333;
    -webkit-box-shadow: 0px 3px 5px #000;
    -moz-box-shadow: 0px 3px 5px #000;
    box-shadow: 0px 3px 5px #000;
}

#main-navigation .menu #aktuell1 a{
    height: 30px;
    display: block;
    float: left;
    background: #88bd27;
    border-radius: 5px 5px 0px 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: Source Sans Pro , Arial;
    font-weight: lighter;
    color: #283333;
    -webkit-box-shadow: 0px 3px 5px #000;
    -moz-box-shadow: 0px 3px 5px #000;
    box-shadow: 0px 3px 5px #000;
}

#topbar_line{
    width: 100%;
    height: 5px;
    background: #88bd27;
    float: left;
}

#wechseln{
    width: 1050px;
    height: 200px;
    float: left;
}

.wechsel{
    width: 1050px;
    height: 200px;
    background-repeat: no-repeat;
    float: left;
}

#inhalt{
    width: 100%;
    height: auto;
    min-height: 200px;
    background: #88bd27;
    float: left;
}

#overline{
    width: 800px;
    height: 10px;
    float: right;
}

#inhalt #breadcrumbs{
    width: 800px;
    height: 20px;
    float: right;
    font-family: calibri , Arial;
    font-size: 12px;
    font-weight: lighter;
    text-decoration: none;
    color: #3c7b35;
}

#inhalt #breadcrumbs a{
    margin-top: 20px;
    font-family: calibri , Arial;
    font-size: 12px;
    font-weight: lighter;
    text-decoration: none;
    color: #3c7b35;
}

#inhalt #breadcrumbs a:hover{
    font-family: calibri , Arial;
    font-size: 12px;
    font-weight: lighter;
    text-decoration: underline;
    color: #353030;
}

#inhalt #sidebar-navigation{
    width: 250px;
    min-height: 400px;
    height: auto;
    margin-top: 60px;
    float: left;
}

#inhalt #sidebar-navigation .sidebar{
    list-style-type: none;
    width: 100%;
}


#inhalt #sidebar-navigation .sidebar li a{
    width: 100%;
    height: 30px;
    display: block;
    float: left;
    background-color: rgba(200,200,200,0);
    border-radius: 5px 0px 0px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 15px;
    padding-top: 5px;
    text-align: left;
    text-decoration: none;
    font-size: 20px;
    font-family: Source Sans Pro , Arial;
    font-weight: lighter;
    color: #293333;
    transition-property: background-color , color;
    transition-duration: 2.0s;
}

#inhalt #sidebar-navigation .sidebar li a:hover{
    width: 100%;
    height: 30px;
    display: block;
    float: left;
    background:#FFFFFF;
    border-radius: 5px 0px 0px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 15px;
    padding-top: 5px;
    text-align: left;
    text-decoration: none;
    font-size: 20px;
    font-family: Source Sans Pro , Arial;
    font-weight: lighter;
    color: #3d5a24;
    -webkit-box-shadow: 0 -4px 5px -3px #000;
    -moz-box-shadow: 0 -4px 5px -3px #000;
    box-shadow: 0 -4px 5px -3px #000;
}

#inhalt #sidebar-navigation .sidebar #aktuell2 a{
    width: 100%;
    height: 30px;
    display: block;
    float: left;
    background:#FFFFFF;
    border-radius: 5px 0px 0px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 15px;
    padding-top: 5px;
    text-align: left;
    text-decoration: none;
    font-size: 20px;
    font-family: Source Sans Pro , Arial;
    font-weight: lighter;
    color: #3d5a24;
    -webkit-box-shadow: 0 -4px 5px -3px #000;
    -moz-box-shadow: 0 -4px 5px -3px #000;
    box-shadow: 0 -4px 5px -3px #000;
}

#inhalt section{
    width: 800px;
    height: auto;
    min-height: 500px;
    background: #FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 30px;
    border-radius: 8px 0px 0px 8px;
    float: right;
    -webkit-box-shadow: 0 -4px 5px -3px #000;
    -moz-box-shadow: 0 -4px 5px -3px #000;
    box-shadow: 0 -4px 5px -3px #000;
}

.zelle{
    width: 800px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
}

.zelleB{
    width: 200px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
}

.bilder{
    width: 300px;
    height: 225px;
    float: right;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    border: solid 5px #3d5a24;
    background-repeat: no-repeat;
    -webkit-box-shadow: 4px -4px 5px -3px #000;
    -moz-box-shadow: 4px -4px 5px -3px #000;
    box-shadow: 4px -4px 5px -3px #000;
}

.bilder2{
    width: 300px;
    height: 225px;
    float: left;
    margin-right: 30px;
    margin-left: 0px;
    margin-bottom: 30px;
    border: solid 5px #3d5a24;
    background-repeat: no-repeat;
    -webkit-box-shadow: 4px -4px 5px -3px #000;
    -moz-box-shadow: 4px -4px 5px -3px #000;
    box-shadow: 4px -4px 5px -3px #000;
}

.plakat{
    width: 375px;
    height: 540px;
    float: left;
    margin-right: 30px;
    margin-left: 0px;
    margin-bottom: 30px;
    border: solid 5px #3d5a24;
    background-repeat: no-repeat;
    -webkit-box-shadow: 4px -4px 5px -3px #000;
    -moz-box-shadow: 4px -4px 5px -3px #000;
    box-shadow: 4px -4px 5px -3px #000;
}

.plakat2{
    width: 250px;
    height: 360px;
    float: right;
    background-repeat: no-repeat;
    -webkit-box-shadow: 4px -4px 5px -3px #000;
    -moz-box-shadow: 4px -4px 5px -3px #000;
    box-shadow: 4px -4px 5px -3px #000;
}

.logo{
    float: right;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
}

footer{
    width: 1050px;
    height: 20px;
    background-color: #88bd27;
    border-radius: 0px 0px 8px 8px;
    float: left;
    text-align: center;
    font-family: Verdana;
    font-size: 10px;
    color: #1c2123;
}

#footerline{
    height: 50px;
    float: left;
}


/* ****************Text Layout*********************
 * ***********************************************/

h1{

    font-family: Source Sans Pro , Arial;
    font-size: 30px;
    font-style: normal;
    font-weight: lighter;
    border-bottom: dotted 1px #3d5828;
    color: #3d5828;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}




h2{
    font-family: Source Sans Pro , Arial;
    font-size: 25px;
    font-style: normal;
    font-weight: lighter;
    color: #3d5828;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

h3{
    font-family: Source Sans Pro , Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: lighter;
    color: #3d5828;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

p{
    text-align: left;
    font-family: Source Sans Pro , Arial;
    font-size: 20px;
    font-weight: lighter;
    line-height: 1.5;
    color: #293333;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

section li{
    text-align: left;
    font-family: Source Sans Pro , Arial;
    font-size: 20px;
    font-weight: lighter;
    color: #283333;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 30px;
    margin-bottom: 10px;
}

section li a{
    text-align: left;
    display: block;
    text-decoration: underline;
    font-family: Source Sans Pro , Arial;
    font-size: 20px;
    font-weight: lighter;
    color: #283333;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 30px;
    margin-bottom: 10px;
}

section li a:hover{
    text-align: left;
    display: block;
    text-decoration: underline;

    font-family: Source Sans Pro , Arial;
    font-size: 20px;
    font-weight: lighter;
    color: #88bd27;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 30px;
    margin-bottom: 10px;
}

section a{
    text-decoration: underline;
    font-family: Source Sans Pro , Arial;
    font-size: 20px;
    font-weight: lighter;
    color: #404040;
}

section a:hover{
    text-decoration: underline;
    font-family: Source Sans Pro , Arial;
    font-size: 20px;
    font-weight: lighter;
    color: #88bd27;
}

section .leiterzelle{
    width: 800px;
    height: 600px;
    float: left;
}