@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:130%;
	font-size: 16px;
	background: #FCEBCD;
}

h2 {
	color: #804000;
	text-align:center;
	margin: 10px 0 20px 0;
}
h3 {
	text-align:center;
	font-size:16px;
	margin: 30px 0 10px 0;
}
a {
	text-decoration:none;
	color: black;
}

a:hover, a:active {
	color: #a67c4e;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

/*-----------TEMPLATE--------------*/
div.site {
	position:relative;
	width:1000px;
}

div.Slice_ {
	background-image:url(images/Slice.jpg);
	position:relative;
	float:left;
	width:1000px;
	height:199px;
}

div.Slice002_ {	
	background-image:url(images/Slice-02.jpg);
	position:relative;
	float:left;
	width:159px;
	height:53px;
}

div.startseite {
	background-image:url(images/Slice-03.jpg);
	position:relative;
	float:left;
	width:226px;
	height:53px;
}

div.startseite a {
	display:block;
	width:226px;
	height:53px;	
}
div.startseite a:hover {
	background-image:url(images/Slice-03_hover.jpg);
}

div.speisekarte {
	background-image:url(images/Slice-04.jpg);
	position:relative;
	float:left;
	width:229px;
	height:53px;
}

div.speisekarte a {
	display:block;
	width:229px;
	height:53px;	
}

div.speisekarte a:hover {
	background-image:url(images/Slice-04_hover.jpg);
}

div.galerie {
	background-image:url(images/Slice-05.jpg);
	position:relative;
	float:left;
	width:227px;
	height:53px;
}

div.galerie a {
	display:block;
	width:227px;
	height:53px;	
}

div.galerie a:hover {
	background-image:url(images/Slice-05_hover.jpg);
}

div.Slice006_ {
	background-image:url(images/Slice-06.jpg);
	position:relative;
	float:left;
	width:159px;
	height:53px;
}

div.content {	
	background-image:url(images/Slice-07.jpg);
	position:relative;
	float:left;
	width:946px;
	height:447px;
	text-align:left;
	padding: 0 27px 0 27px;
}

div.Slice008_ {
	background-image:url(images/Slice-08.jpg);
	position:relative;
	float:left;
	width:1000px;
	height:22px;
}

div.Slice009_ {
	background-image:url(images/Slice-09.jpg);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	width:835px;
	height:39px;
	padding-top: 10px;
}

div.kontakt {
	background-image:url(images/Slice-10.jpg);
	position:relative;
	float:left;
	width:140px;
	height:39px;
}

div.kontakt a {
	display:block;
	width:140px;
	height:39px;	
}

div.kontakt a:hover {
	background-image:url(images/Slice-10_hover.jpg);
}

/*--------------SITES---------------*/
#startseite {
	height: 435px;
	padding: 0 30px 0 30px;
}
#speisekarte {
	height: 435px;
	padding: 0 30px 0 30px;
	overflow:auto;
}
	#speisekarte #kategorien {
		width: 500px;
		text-align:center;
	}
	#speisekarte #kategorie {
		width: 700px;
	}
		#speisekarte #kategorie td {
			width: 50%;
			vertical-align:top;
			padding:0 15px 7px 0;
		}
		#speisekarte #kategorie th {
			text-align:center;
			font-size:14px;
		}
	#speisekarte .info {
		display:block;
		font-style:italic;
		font-size:12px;
	}
#kontakt {
	height: 435px;
	padding: 0 80px 0 80px;
}
#kontakt table td, #kontakt table th {
	text-align:center;
}
#galerie {
	height: 435px;
	padding: 0 30px 0 30px;
	overflow:auto;
}
#galerie table {
	text-align:center;
}
#galerie table img {
	border: 3px solid #a67c4e;
}
