/* * { border: 1px solid black; } */

body { font-family: Arial, Helvetica, sans-serif;
	}
#color { background-color: #7a2122; }  	

#headerline {
	padding:10px; 
	font-size: 30px;
	font-weight: bold;
	color: red;
	  }

#header {
	padding: 1px;
	width: 650px;
	text-align: center;
	}
#info1	{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 650px;
	text-align: center;
	font-size: 20px;
	}
#info2 {
	width: 650px;
	text-align: center;
	font-size: 20px;
	color: red;
	}

#ooe2 {
	color: red;
	text-align: center;
	} 
	
#coll { border-collapse: collapse; }
#sepa { border-collapse: separate; margin-top: 2px;}

	
#wrap {
	margin: 0 auto;
	height: 522px;
	clear: both;
	padding: 0px;
	width: 775px;
	background: white;
	border-top: none;
	border-radius: 20px;
	}
	
#obereleiste {
	margin: 0 auto;
	width: 670px;
	height: 25px;
	}


#inhalt {
	margin: 0 auto;
	width: 650px;
	height: 380px;
	}

#footer {
	padding-top: 35px;
	width: 650px;
	text-align: center;
	}
	
#fusszeile { 
			  font-size: 24px; 
	}

	


