@charset "utf-8";

/* xxxxxxxxxx   global reset   xxxxxxxxxx */
body {
/*	background-image: url(../img/background.png); */
/*	background-repeat: repeat-x; */
	background-color: #FF0000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 14px;
	line-height: 20px;
	color: #fff;}
	
p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
	
h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

hr {
	border: dashed 1px #ffffff;
}

a {
	color: #eee;
	text-decoration: none;
	outline: true;
}

a:hover {
	text-decoration: underline;
	color: #800000;
}

a img {
	text-decoration: none;
	border: solid 1px #dfce95;
}

a img:hover {	
	border: solid 1px #fff;
}
#line_01 {
	vertical-align: 10px;	
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.textfeld{
	color: #ccc; 
	font-size: 10pt; 
	border: 1px dotted #fff; 
	padding: 1; 
	background-color: #ffcccc;
}

/* xxxxxxxxxx   TOP DIV   xxxxxxxxxx */
#top_div {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 13px;
	text-align: right;
}
	
	
/* xxxxxxxxxx   MAIN DIV   xxxxxxxxxx */
#main_background {
	background-image: url(../img/main_pic.png);
	background-repeat: no-repeat;	
	width: 800px;
	height: 146px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
}

#navigation_background {
	background-image: url(../img/main_pic_02.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
}


/* xxxxxxxxxx   MAIN TABLE   xxxxxxxxxx */
#main_table {
	background-color: #dfce95;
	width: 800px;
	height: 380px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	border-collapse: collapse;
}


/* xxxxxxxxxx   MAIN LOGO 01   xxxxxxxxxx */
#main_logo_01 {	
	background-image: url(../img/main_logo_01_background.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 36px;
	line-height: 0px;
	border-bottom: solid 1px #ffffff;
	border: none;
	border-collapse: collapse;
	}


/* xxxxxxxxxx   MAIN LOGO 02   xxxxxxxxxx */
#main_logo_02 {
	width: 316px;		
	vertical-align: top;
	border: none;
	border-collapse: collapse;
}


/* xxxxxxxxxx   MAIN LOGO LINKS   xxxxxxxxxx */
#main_logo_01 a img {
	outline: none;
	text-decoration: none;
	border: none;
	border-collapse: collapse;
	position: 0px bottom;
}
 
#main_logo_02 a img {
	outline: none;
	text-decoration: none;
	border: none;
	border-collapse: collapse;
	position: 0px top;
}


/* xxxxxxxxxx   NAVIGATION   xxxxxxxxxx */
#navigation_ul {
	float: right;	
}

#navigation_ul li {
	float: left;	
	height: 28px;
	padding-left: 13px;
	padding-right: 13px;
	line-height: 28px;	
	border-left: solid 1px #888;	
}

#navigation_ul #speisekarte {
	border-left: none;
}





/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxx   MAIN TD   xxxxxxxxxx */
#main_td {
	vertical-align: top;
	padding-right: 4px;
	border: 0px collapse #ffffff;
}

#reservierungen {
	margin-left: 220px;
	padding-left: 10px;
	border-left: dashed 1px #9b7053;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



/* xxxxxxxxxx   OEFFNUNGSZEITEN   xxxxxxxxxx */
#oeffnungszeiten {
	font-size: 10px;
	height: 32px;	
	border: none;
	border-collapse: collapse;
}

#oeffnungszeiten_table {
	margin-left: auto;
	margin-right: auto;
	border: none;
	border-collapse: collapse;
}

#td1 {
	border-right: solid 1px #000;
	padding-right: 6px;
}

#td2 {
	text-align: right;
	padding-left: 6px;
}

#td3 {
	text-align: right;
	padding-right: 6px;
}

#td4 {
	border-left: solid 1px #000;
	padding-left: 6px;
}



/* xxxxxxxxxx   STEAK 01   xxxxxxxxxx */
#steak_01 {
	background-image: url(../img/steak_01.png);
	background-repeat: no-repeat;
	background-position: 3px bottom;
	height: 183px;
	/*border: solid 1px #fff;*/
	border-bottom: solid 0px #ffffff;
	border: none;
}


/* xxxxxxxxxx   STEAK 02   xxxxxxxxxx */
#steak_02 {
	background-image: url(../img/steak_02.png);
	background-repeat: no-repeat;	
	background-position: 3px bottom; 
	/*3*/
	/*border: solid 1px #fff;*/
	border: none;
}


/* xxxxxxxxxx   STEAK 03   xxxxxxxxxx */
#steak_03 {
	background-image: url(../img/steak_03.png);
	background-repeat: no-repeat;
	background-position: 3px top; 
	width: 315px;
	height: 51px;
	border: none;
}


/* xxxxxxxxxx   BOTTOM TABLE   xxxxxxxxxx */
#bottom_table {
	width: 800px;
	margin-left: auto;
	margin-right: auto;	
}


/* xxxxxxxxxx   CODE   xxxxxxxxxx */
#code {
	color: #fff;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
}



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 
/* xxxxxxxxxx   LINKS   xxxxxxxxxx 
a {
	outline: none;
	text-decoration: none;
	color: #9b7053;
}

a:hover {
	color: #fff;
}

li a {
	color: #fff;		
}

li a:hover {
	color: #9b7053;	
}

#code a{
	color: #fff;	
}

#code a:hover{
	text-decoration: underline;
}
*/










