body {
	/*
	 font-family: "Lucida Sans Typewriter", Verdana, Geneva, Arial, Helvetica, sans-serif;
	 */
	font-family:Georgia, serif;
	color: #222;
}
body {
	background-color: #E1C188;
	background-image: url("img/home/schmied_background.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 460px 200px ;
}
strong a {
	font-size: 20px;
}
#main {
	position:absolute;
	top:120px;
	left:200px;
	width:550px;
	background-color: transparent;
}
#logo {
	margin-top: 0px;
	position:absolute;
	left:180px;
	margin-bottom:10px;
	background-color:transparent;
}

#navi .address {
	padding: 6px;
	font-size: .9em;
	color: #E1C188;
	background-color: #905010;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul#navi {
	position:absolute;
	top:120px;
	left:20px;
	width:150px;
	padding: 2px 0px 2px 2px;
	margin: 0px;
	list-style-type: none;
	background-color: transparent;
	line-height: 20px;
	font-size:14px;
	color:#333333;
}
ul#navi li a {
	font-weight: bold;
}
h1 {
	margin-top:0px;
	font-size: 18px;
	font-weight: bold;
	font-family:Georgia, serif;
}
div {
	font-weight: bolder;
	font-size:14px;
	background-color:transparent;
}
#navi .address a {
	color: #E1C188 !important;
}
a:link, a:visited {
	text-decoration:underline;
	color:#502000;
}
a:hover, a:active {
	text-decoration:none;
	color: #222;
}
/* link states */
#navi li a:link, #navi li a:visited {
	text-decoration:none;
	color:#905010;
}
#navi li a:hover, #navi li a:active {
	text-decoration:underline;
	color: #222;
}
/* active navigation */

#speisekarte a.speisekarte, #anfahrt a.anfahrt, #kontakt a.kontakt, #bilder a.bilder, #startseite a.home {
	text-decoration: underline !important;
	color: #222 !important;
}
.home 
/* main font color */
body {
	color: #502000;
}
h1, h2, h3 {
	color: #905010;
}
/* single site styles */
.home p {
	margin-bottom: 24px;
}
.home h2 {
	margin-top: 30px;
}
.home h3 {
	font-size: 100%;
	margin:0;
	padding: 8px 0 0;
}
#speisekarte div#main img, #bilder div#main img {
	box-shadow: 8px 8px 8px #905010;
	-moz-box-shadow: 8px 8px 8px #905010;
	-webkit-box-shadow: rgb(144, 80, 16) 8px 8px 8px;
}

