/**********************************************/
/*********** Autor: Enrico Baumann ************/
/*********** Copyright: Enrico Baumann ********/
/**********************************************/

html
{
   /* background-color: #f0f9ff;  */
   background-color:   #fefff4;
   background-repeat: no-repeat;
}
body 
{
    background-color: #efefef;
    color: #16398d;
	margin:40px auto;
    border: 2px solid red;
	border-radius: 0.5em;
    width: 45%;
	min-width: 350px;
    box-shadow: 5px 5px 5px #a28686;
}

h1
{
    color: #f00;
    text-align: center;
    text-shadow: 3px 3px 3px #ab9898;
	font-size:270%;
}

h3
{
	font-size: 165%;
}

h3 mark 
{
	padding: 1px;
}

p
{
		font-size: 140%;
}

h1, h3, p 
{
	padding: 0px 20px;
}
a
{
    text-decoration: none;
    color: #ff6a00;
}

a:hover
{
    color:  #00b05b;
}

.bild
 { 
    display: flex; 
    justify-content: center; 
    align-items: center;
	margin-top: 30px;
	margin-bottom:30px;
}
img
{
	border-radius: 10px;
	border: 1px solid orange;
	box-shadow: 3px 5px 5px silver;
	width: 315px;
	height: 283px;
}



p.fuss 
{
	border-top: 1px dotted red;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	background-color:  #f3f5fd ;
	text-align: center;
	font-size:100%;
	padding:5px 0px;
	margin:0px;
	color: #00146d;

}