/* #######################################################################
** # CSS DESIGN & Realisation by mb Systemhaus GmbH, all rights reserved #															        
** #######################################################################
** 
**  Inhaber			  :	Gasthof-Deppe
**  Erstellungsdatum  : 05.09.06  
**  Letzte Änderung   : 05.09.06
*/
/********************Body****************************/
body
{
	font:11px "Verdana", helvetica, Arial, sans-serif;
	background:#810b0b url(images/hintergrund.gif) center no-repeat;
	margin:0;
}
/********************Center**************************/
#center
{
	height:				20px;
	width:				720px;
	margin:0 auto;
}
/********************Container***********************/
#container
{
	height:				420px;
	width:				740px;
	margin: 			0px auto;
	background-color:	#FFF;
	background-image:	url(images/background.gif);
	background-repeat:	no-repeat;
	border: 			1px solid black;
}
/********************Header**************************/
#header
{
	height:				50px;
	width:				740px;
	margin: 			0px auto;
	padding-top:		0.5em;
	background-image:	url(images/header.gif);
	background-position:left;
	background-repeat:	no-repeat;
}
/********************1st Table***********************/
#table
{
	height:				420px;
	width:				100%;
	background-image: 	url(images/background2..gif);
}
/********************Menü****************************/
ul.navi
{
    height:				20px;
	list-style: 		none;
    margin:				0;
    padding:			0;
    width:				100%;
	font-size:			13px;
}
ul.navi li
{
    float:				left;
}
ul.navi a
{
   	background-color:	#fff;
   	color:				#646060;
    padding-left:		26px;
	padding-right:		27px;
	padding-top:		2px;
	padding-bottom:		2px;
   	text-decoration:	none;
}
ul.navi a:hover
{
    background-color:	#fff;
    color:				#810B0B;
}
/*******************Pictures*************************/
#picture
{
	margin: 			0;
	padding-top:		0;
}
/*******************Content**************************/
#content
{
	width:				100%;
	background-color:	transparent;
	padding:			0;
}
#content h1
{
	padding-left:		0em;
	padding-top:		1.5em;
	color: 				#810B0B;
	font-size:			12px;
	text-align:			center;
}
/*******************Footer***************************/
#footer
{
	height:				65px;
	width:				740px;
	margin: 			0px auto;
	padding-top:		1em;
	background-image:	url(images/footer.gif);
	background-position:right;
	background-repeat:	no-repeat;
}