
 @import url(http://allfont.de/allfont.css?fonts=bauhaus-bold-bt);

#wrapper{
width:40rem;
margin:auto;}

body{
	text-align:center;
 font-family: calibri;
}
figure{
margin:0;
margin-right:3rem;
float:left;
}

p{clear:both;
}

h1{
font-family: Bauhaus Bold BT, arial;
font-size:40px;
}



h2{text-align:center;
background-color: white;
font-family: Bauhaus Bold BT; 
color: black;
font-size:36px; 
font-weight: normal;}



h3{

   font-family: Bauhaus Bold BT; 
color: black;
font-size:30px; 
font-weight: normal;
}


a{ 
background-color:white;
   font-family: calibri;
 color: black;
font-size:14 px;
 font-weight: normal;}

li{
display:inline;
}

ul, li{
	margin:0;
	padding:0;
}

/*3-spaltige Tabelle*/
div.table {
margin-top:5rem;
width:70%;
margin:auto;
display: table;

border-collapse: collapse;

}

div.tr {
	
display: table-row;

}

div.td {
	vertical-align:middle;
	text-align:left;
	display: table-cell;
/*	border: thin solid red;*/
	padding: 5px;

}