@charset "UTF-8";
/* CSS Document */

body{background-repeat: no-repeat;}

.logo{	
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

.bild{
	padding-bottom: 30px;
  max-width: 100%;
  height: auto;}

.headline {	
	font-family:"Georgia", "Times", serif;
	font-size:20px;
	text-align:center;
	color: #354a54;
	line-height:30px;
}

h2{	
	font-family:"Georgia", "Times", serif;
	font-size:18px;
	text-align:center;
	color: #c50a33;
	line-height:30px;
}

.wrapper {
	font-family:"Georgia", "Times", serif;
	font-size:15px;
	text-align:center;
	color: #003;
	line-height:26px;
	margin-top: 0;
	height: auto;
	width: auto;
	margin-left: 1%;	
	margin-bottom: 50px;
}
	
.wrapper a{
	color: #c50a33;
	font-weight: bolder;
	text-decoration:none;
}

.clear {
    clear: both;
}
