    .serendipity_entry_body{

	}

html{

    overflow:auto;
}

#gallery{

    border:none;
    overflow: visible;
    	
	}
#navigation{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;
font-size: 0.7em;
background-image:url(../images/standard_background.png);
    
}
.menu {
   /* background-color:#F9A94A; */

   background-color: rgb(81,163,62);
    position:absolute;
    top:15%;
    left:4%;
    width:9%;
    height:80%;
    display: table;
    overflow: hidden;
    text-align: center;
    
    /*runde Ecken*/
     -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /******/


}

.content {
    /*background-color:#FDDFBB;*/
    background-color: rgb(255,244,122);
    position: absolute;
    top:15%;
    left:15%;
    width:83%;
    height: auto;
    min-height: 80%;
    /*runde Ecken*/
     -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /******/

}

#info{
    border-top: 1px solid  #000000;


}

#mannschaft{
    border-bottom: 1px solid  #000000;
}

#liste{
    list-style-type: none;

}


#impressum {
  position:absolute;
  top:10%;
  left:90%;
}
#kontakt {
  position:absolute;
  top:7%;
  left:90%;
}
#anfahrt {
  position:absolute;
  top:4%;
  left:90%;
}
#djklogo{
    position: absolute;
    left: 40%;
    top: 4%;
}

#djk1920{
    position: absolute;
    left: 6%;
}


img{
    border: 0px;
}

a:link {
    font-weight:bold;
    color:rgb(70,60,60);
    text-decoration:none;
}

a:visited {
    font-weight:bold;
    color: rgb(70,60,60);;
    text-decoration:none;
}

a:focus {
    font-weight:bold;
    color:black;
    text-decoration:none;
}

a:hover {
    font-weight:bold;
    color:black;
    text-decoration:none;
}

a:active {
    font-weight:bold;
    color:rgb(70,60,60);;
    text-decoration:none;
}


/* Formatierung Anmeldeformular*/

p{

  margin:0px;
}

.serendipity_title{

font-size: 1.2em;

}

.serendipity_date{

    font-size: 0.9em;
    text-decoration: underline;



}






