/* Benjamin Schuster CSS Dokument */

* {margin:0; padding:0;} /* Resets all 2 Zero */

/* * html */ 
body {
	margin:0px;
	font-size: 0.80em;
	font-family: Trebuchet MS, serif;
	color: #000000;
	background-color: #F6F6F6;
}

td {
	vertical-align: top;
	color: #000;
	background-color: transparent;
}


#header {
	width: 970px;
	background-image: url('img/header.jpg');
	background-repeat: no-repeat;
	min-height: 100px;
	height:100px; /* für IE 6 */
	margin-bottom: 2px;
	vertical-align: top;	
}

#navtext {
	font-size:1em;
	color: #000;
	background-color: transparent;
	padding: 4px 10px 0px 10px;
}

#navi {
	text-align: left;
	width: 970px;
	vertical-align: top;
	background-image:url('img/navbg.jpg');
	background-repeat: repeat-x;
	min-height: 25px;
	height:25px;
	padding-top:2px;
	
}

#navtext a:link {
	text-decoration: none; 
	color: #000;
	background-color: inherit;
}

#navtext a:visited {
	text-decoration: none; 
	color: #000;
	background-color: inherit;
}

#navtext a:active {
	text-decoration: none; 
	color:#c60000;
	background-color: inherit;
}

#navtext a:hover {
	text-decoration: none; 
	color:#c60000;
	background-color: inherit;
}


#midimg {
	width: 970px;
	vertical-align: top;	
	color: #000000;
	background-color: #545454;
	min-height: 300px;
	height:300px;
}

#content {
	width: 970px;
	vertical-align: top;
	text-align: left;
	color: #fff;
	background-color: #F6F6F6;
	min-height: 300px;
	padding-bottom: 10px;
	background-image:url('img/mainbg.jpg');
	background-repeat: repeat-x;
}


#foodtop {
	padding: 6px 0px 10px 0px;
}

#foodtop h1 {
	font-family: Trebuchet MS, serif;
	font-size: 2em;
	color: #c60000;
	background-color: transparent;
	font-weight: normal;
	padding-left:10px;
}

h1 {
	font-family: Trebuchet MS, serif;
	font-size:2em;
	color: #c60000;
	background-color: inherit;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

h2	{
	font-family: Trebuchet MS, serif;
	font-size:1.2em;
	color: #c60000;
	background-color: inherit;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

h3	{
	font-family: Trebuchet MS, serif;
	font-size: 1.1em;
	color: #c60000;
	background-color: inherit;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

a:link {
	text-decoration: none; 
	color: #c60000;
	background-color: inherit;
}

a:visited {
	text-decoration: none; 
	color: #c60000;
	background-color: inherit;
}

a:active {
	text-decoration: none; 
	color:#8e0000;
	background-color: inherit;
}

a:hover {
	text-decoration: none; 
	color:#8e0000;
	background-color: inherit;
}

input, textarea {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	border: 1px #dfdfdf solid;
	font-weight: normal;
}



#footer {
	width: 970px;
	vertical-align: top;
	text-align: right;
	color: #000;
	background-color: #ebebeb;
	padding: 2px 0px 4px 0px;
	border-top: solid 1px #555;
}


#footer a:link {
	font-size: 0.9em;
	text-decoration: none; 
	color: #3d3d3d;
	background-color: inherit;
}

#footer a:visited {
	font-size: 0.9em;
	text-decoration: none; 
	color: #3d3d3d;
	background-color: inherit;
}

#footer a:active {
	font-size: 0.9em;
	text-decoration: none; 
	color:#c00808;
	background-color: inherit;
}

#footer a:hover {	
	font-size: 0.9em;
	text-decoration: none; 
	color:#c00808;
	background-color: inherit;
}