body{
    background-color: black;
    font-family: 'Droid Sans Mono';
    font-size: 1.5em;
    color: white;
    
}

.ueber{
    font-size: 0.4em;
    margin: 0.2em;
    padding: 0.2em;
    
}

#cdate{
    float: left;
    width: auto;
    margin: auto 1em;
    padding: 1em;
    border: 0.3em solid white;
    border-radius: 1em;
    position: relative;
    top: 5em;
    min-width: 13em;
    
}

.text{
    text-decoration: none;
    color: inherit;
    
    
}

#cardphoto{
    max-width: 80px;
	float: left;
    margin: 0em 0.5em 0em 0em;
    
}

#adresse{
    float: right;
    
}