@import url("style-navi.css");


body {
	background: #ccc url(bild/bg.jpg) repeat-y;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;	
}

#address {
	font-size: 0.9em;
	padding: 10px 20px 200px 10px;
	text-align: right;
	width: 192px;
	color: #fff;
	background: url(bild/bgemma.gif) no-repeat bottom left;	
}
#address a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #fff;
}
#address a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	background-color: #DE929E;
	color: #222;
	border: none;
}
.reservierung {
	font-size: 11px;
	border: 1px solid #999;
	padding: 0 4px;
}
#inhalt {
	position: absolute;
	top: 0;	
	left: 240px;
	width: 490px;
	padding: 0 25px 15px 15px;
	color: #333;
}
#inhalt a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #4358A7;
}
#inhalt a:hover {
	color: #333;
}
#inhalt h2 {
	font-size: 1.4em;
	color: #4358A7;
}
#inhalt h3 {
	font-size: 1.3em;
	color: #4358A7;
}

.pic {	
	padding: 9px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}
.picright {
	float: right;
	margin: 0 0 10px 10px;	
	padding: 7px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}

/* Kontaktformular */

label,input, textarea {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 0.5em;	
}
label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
input:focus {
	background: #DE929E;
}
br {
	clear: left;
}