/* ********* Allgemeine Formatierungen ************ **************************************************/

*{
    margin: 0px;
    padding: 0px;
}

html, body{
    background: #FFFFFF; /*E5E5E5*/


}

/* ******************** Layout ******************** **************************************************/

 
#wrapper{
    min-height: 1400px;
    height:auto;
    width: 1400px;
    margin:30px auto;
    background-color: transparent;
}

#main-header{
    width:1400px;
    height:432px;
    margin-top:20px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    float:left;
}

#navigation{
    height: 40px;
    width: 1378px;
    color: white;
    padding-left: 20px;
    background-color: #175778;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom: 4px solid #000000;
    border-top: 1px solid #000000;
     -webkit-box-shadow: 7px 7px 7px 7px #999999;
    box-shadow: 7px 7px 7px 7px #999999;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    float:left;
}

#headerbild{
    background:url(../images/Logo-Schriftzug-gross.png);
    background-repeat: no-repeat;
    height: 407px;
    width: 1398px;
     -webkit-box-shadow: 7px 7px 7px 7px #999999;
    box-shadow: 7px 7px 7px 7px #999999;
     border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    float:left;
}

#breadcrump{
    height: 40px;
    width: 1398px;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
    background-color: #175778;
    color: #FFFFFF;
     -webkit-box-shadow: 7px 7px 7px 7px #999999;
    box-shadow: 7px 7px 7px 7px #999999;
     border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    float:left;
}

#rahmen{
    width: 1398px;
     -webkit-box-shadow: 7px 7px 7px 7px #999999;
    box-shadow: 7px 7px 7px 7px #999999;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b2d3e8+0,b2d3e8+30,ffffff+30,ffffff+100 */
        background: rgb(178,211,232); /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(178,211,232,1) 0px, rgba(178,211,232,1) 300px, rgba(255,255,255,1) 300px, rgba(255,255,255,1) 1400px); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(178,211,232,1) 0px,rgba(178,211,232,1) 300px,rgba(255,255,255,1) 300px,rgba(255,255,255,1) 1400px); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(178,211,232,1) 0px,rgba(178,211,232,1) 300px,rgba(255,255,255,1) 300px,rgba(255,255,255,1) 1400px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2d3e8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;

    float:left;
}


#sidebar{
    width: 280px;
    margin: 0px;
    padding-left:20px;
    float:left;
    
}

#content{
    margin-top: 25px;
    width: 898px;
    padding-left: 100px;
    padding-right: 100px;
    min-height: 800px;
    float:left;
}

#spalte1 {
    width: 350px;
    float:left;
}

#spalte2 {
    width: 450px;
    float:left;
}

#spalte3 {
    width: 450px;
    padding-right: 50px;
    float:left;
}

#spalte4 {
    width: 350px;
    float:left;
}

#spalte5 {
    width: 450px;
    float:left;
}

#spalte6 {
    width: 350px;
    float:left;
}

#spalte7 {
    width: 800px;
    float:left;
}

#spalte8 {
    width: 800px;
    float:left;
}

#footer{
    width: 1378px;
    height: 40px;;
    padding-left: 20px;
    color: #FFFFFF;
    background-color: #175778;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top: 4px solid #000000;
    border-bottom: 1px solid #000000;
     -webkit-box-shadow: 7px 7px 7px 7px #999999;
    box-shadow: 7px 7px 7px 7px #999999;
     border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    float:left;
    margin-bottom:300px;

}



/* ******************** Navigation **************** **************************************************/

.sidebarliste{
    list-style-type: none;
    margin-top: 30px;
}

ul.sidebarliste li a{
    height:25px;
    width: 250px;
    text-align:left;
    margin-top:7px;
    
    display: inherit;
    text-decoration: none;
    color: #175778;
    border-bottom: 1px dotted #175778; 
    text-decoration:none;
    line-height: 46px;
    font-weight:300;

}

ul.sidebarliste li a:hover{
    color: #FFFFFF;
    padding-left: 20px;
    width: 230px;
}

.footerliste{
    list-style-type: none;
    margin-top: 0px;
    margin-left: 30px;
}

.text {
    width: 850px;
    margin-right: 20px;
    float:left;
}

.bildchen {
    width: 300px;
    float:left;
}

ul.footerliste li a{
    float:left;
    height: 20px;
    width:165px;
    margin-top: 10px;
    text-align: center;
    color: #ffffff;    
    float:left;
    text-decoration: none;
    
    text-align: center;
}

ul.footerliste li a:hover{
    text-decoration: underline;
}
/* ******************** Externes ****************** **************************************************/

#wetter{
    margin-left: 45px;
}

#fltool{
    width: 680px;
    min-height: 600px;
    height: inherit;
    margin-left: -60px;
    float:left;
}

.ig_attention {
    color: #175778;
}

/* ******************** Pauschal ****************** **************************************************/

.Bild{
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    -webkit-box-shadow: 3px 3px 3px 3px #999999;
    box-shadow: 3px 3px 3px 3px #999999;

    
}

.Bilder{
    background: white;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
   
    -webkit-box-shadow: 3px 3px 3px 3px #999999;
    box-shadow: 3px 3px 3px 3px #999999;

    
}

.preitb{
    border: 1px solid #175778;
}

.preith{
    border: 1px solid #175778;
    padding-left: 10px;
    padding-right: 30px;
    height: 40px;
}

.preitd{
    border: 1px solid #175778;
    height: 20px;
    padding-left: 10px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 200px;
}