/* DATEI: nittels.css */
body {
	color: black;
	background-color: ffffff;
	background: url(../images/Kueche.png);
	background-position: center 50px ;
  background-repeat: no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%
	margin: 0;
	padding: 1em;
	min-width: 41em;
/* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}
h1, h2, h3, h4, p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i {
	font-family: Verdana, Arial, sans-serif;
}
h1 {
	font-size: 15px;
	margin-bottom: 18px;
	color: #cf291d
}
h2 {
	font-size: 10px;
	margin-bottom: 18px;
}

p {
margin-left: 10px;
font-size: 60%;
}

.countbox {
font-size: 40%;
}
	
td.i {
	color: #cf291d;
	font-size: 40%;
}
a {
	color: #cf291d;
}
div#Inhalt {
border: 1;
  text-align: left;
  margin-left: auto ;
  margin-right: auto ;
  position: absolute;
    top: 178px;
    left: 150px;
  width:982px;
height: 200px;
}
