body {
        background-color:rgb(78, 48, 25);
        font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
}

#Header {
background-image:url(../Images/rsz_banner.jpg);
width:800px;
height:203px;
margin:0px auto;
margin-top:10px;
font-size:75px;
vertical-align:middle;
text-align:center;
line-height:150px;
color:white;
border-top-left-radius:20px;
border-top-right-radius:20px;
}

#MenuTop {
    margin:0px auto;
    height:32px;
    width:750px;
        margin-top:5px;
    background-color:black;
    
}
        #MenuTop ul {
            margin:0;
            padding:0;
            line-height:32px;
        }
        #MenuTop li {
            margin:0;
            padding:0;
            list-style:none;
            float:left;
            position:relative;
        }
        #MenuTop ul li a {
    text-align:center;
    text-decoration:none;
    height:32px;
    width:125px;
    display:block;
    color:white;
    /*border-left:1px solid white;
    border-right:1px solid white;*/
}
        #MenuTop ul ul {
            position:absolute;
            visibility:hidden;
            top:32px;
            background-color:black;
        }
        #MenuTop ul li:hover ul {
            visibility:visible;
        }
        #MenuTop li:hover {
            background-color:rgb(58,36,15);
        }
        #MenuTop ul li:hover ul li a:hover {
            background:white;
            color:black;
        }
        #MenuTop a:hover {
            color:white;
        }
        
#Content {
background-color:white;
margin:0px auto;
margin-top:10px;
width:760px;
border-radius:10px;
padding:20px;
}

#Copyright {
background-color:white;
margin:0px auto;
margin-top:10px;
width:800px;
height:30px;
text-align:center;
}

.GallerySliderShow {
width:800px;
margin:auto;
margin-left:-20px;
}

.GallerySliderShow ul {
list-style:none;
}

.GallerySliderShow li{
float:left;
margin:10px;

}

.GallerySliderShow img{
display:block;
padding:5px;
background:#42517f;
border:1px solid #99adeb;
box-shadow:1px 1px 2px #000;

}

.GallerySliderShow img:hover{
border:1px solid #fff;    
}

#Reactiesdiv{
border-radius:15px;
border:1px solid black;

}

.rotate90 {
background-image:url(../Images/rsz_de.jpg);
height:157px;
float:right;
width:332px;
        margin: 20px;
    transition: all 400ms; 
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}