/* Reset */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}




/* General */

body {
	background: #fff;
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 50px;
}

a {
	text-decoration: none;
	color: #777;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 18px;
}





/* Page */

#Page {
	width: 850px;
}




/* Header */

#Header {
	position: relative;
	margin-bottom: 10px;
}

#Header h1 {
	width: 300px;
	height: 50px;
	text-indent: -9999px;
	font-size: 2px;
	background: url(images/badische-weinstuben.gif) no-repeat;
	border-right: 1px solid #ccc;
}




/* Navigation */

#Navigation {
	list-style: none;
	position: absolute;
	left: 310px;
	top: 30px;
}

#Navigation li {
	float: left;
	display: block;
	width: 100px;
	height: 20px;
	text-align: center;
}

#Navigation .current {
	color: #384100;
}

#Navigation .first {
	width: 100px;
}

#Navigation .second {
	width: 70px;
}

#Navigation .third {
	width: 130px;
}

#Navigation .forth {
	width: 80px;
}

#Navigation .fifth {
	width: 140px;
}





/* Content */

#Content {
}

#Content a {
	color: #697910;
}



#Content #Photo {
	margin-bottom: 20px;
	width: 860px;
	height: 350px;
}

#Content p {
	width: 450px;
	margin-left: 310px;
}

#Content ul {
	width: 450px;
	margin-left: 310px;
	list-style: none;
}


#Content p.reservations em {
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
}



/* Speisekarte */

#Speisekarte h2 {
	font-size: 1.5em;
	margin-left: 310px;
	margin-bottom: 1em;
}


#Speisekarte h3 {
	font-size: 1.2em;
	width: 450px;
	margin-left: 310px;
	margin-top: 2.5em;
	margin-bottom: 1em;
}


#Speisekarte ul {
	margin-left: 310px;
	list-style: none;
	width: 500px;
}

#Speisekarte li {
	position: relative;
	margin-bottom: 0.7em;
}

#Speisekarte .speise {
	width: 400px;
}
#Speisekarte .preis {
	text-align: right;
	width: 100px;
	position: absolute;
	top: 0px;
	left: 400px;
}







/* Gallery */

#Content .gallery {
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}

#Content .gallery h2 {
	font-weight: normal;
	font-size: 12px;
	color: #777;
}

#Content .gallery img {
	width: 100px
	height: 85px;
}






