/***************************** ALLGEMEIN *************************************/

body{
    background-color: #cc9900;
}

p{
    font-style: italic;
    font-size: 20px;
    text-align: center;
}

p.wir {
    font-size: 25px;
    font-weight: bolder;
    color: red;
}

/********************** UEBERSCHRIFT ****************************************/
.ueberschrift {
font-weight : normal;
font-size : 30px;
color : #330033;
text-shadow : 2px 25px 2px #000000;
text-align:  center;
}

.shadow {
    -webkit-box-shadow: 0px 0px 50px #000;
    -moz-box-shadow: 0px 0px 50px #000;
    box-shadow: 0px 0px 50px #000;
}


/******************** NAVIGATION *********************************************/

ul{
   list-style-type:square;
}

#navigation{
    margin-top: 20px;
}

a:link {
    color:  red;
}

a:visited {
    color: green;
}

a:focus {
    color: brown;
}

a:hover {
  font-size: 25px;
  color:fuchsia;   
}

a:active {
    font-size: 25px;
    color: darkmagenta;
}


/* **************** Bilder ********************************/

img {
    border-radius: 15px;
    box-shadow: 0 0 1em black;
    height: 202px;
    width: 269px;
}

#foto {
    text-align: center;
}

marquee > img {
    height: 50;
    width: 50;
    box-shadow: none;
}



