html {
	height: 100%;
}
 
body {
    font: 1.0em 'PT Sans', sans-serif;
   	text-align: justify;
	background-image: url(../roemoe.jpg);
	background-size: cover;
	color: #1c1c1c;
	height: 100%;
}

#seite {
    position: relative;
    min-height: 100%;
    width: 90%;
    margin: 0 auto;
    background-image: url(../roemoe.jpg);
	background-size: cover;
	box-shadow: 10px 20px 30px white;
	padding-left: 10px;
	padding-right: 10px;
}

#fussbereich {
	position:absolute;
    bottom: 0;
	width: 90%;
	margin: 0 auto; 
	text-align: center;
}

h1 {
	font-size: 36px;
	line-height: 1em;
	color: white;
	background-image: url(../red-top.jpg);
	text-align: center;
	margin-top:12px;
}






 
table{
    height: 50%;
	border: 1px solid #d8d8d8;
	width: 90%;
	background-color: #E6F8E0;
}
 
td {
    border-bottom: 1px dotted #d8d8d8;
}

tr.titel {
	background-color: #F0E68C;
	font-weight: bold;
	text-align: center;
}

p.hell {
	background-color: #EBF3E8;
	margin: 0px; 
	padding: 4px;
	margin-left:100px;
	margin-right:100px;
	margin-bottom:10px;
}

p.fussbereich {
	background-image: url(../back.jpg);
}

 
td a {
    display: block;
}

a.btn {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
