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


body {
	background: #fff url(bild/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 70%;
	line-height: 1.4em;	
}
article a, footer a {
	color: #3B4B65;
}
article a:hover, footer a:hover {
	background-color: #3B4B65;
	color: #fff;
}
header a:hover {
	background-color: transparent;
}

header {
	display: block;	
}
header h1 a {
	text-indent: -9999px;
  display: block;
  position: absolute;
  top: 0;
  left: 8px; 
	width: 330px;
	height: 90px;
	background: url("bild/frankenbach.png") no-repeat scroll;
}


#content {
	position: absolute;
	width: 840px;
	padding: 0;
	left: 100px;
	top: 120px;
	background-color: #fff;	
}
#bilder {
	float: right;
	width: 400px;
	padding: 0;
	margin-right: 5px;	
}
#bilder td {
	padding: 1px;
	color: #069;
}
article {
	display: block;	
	float: left;
	width: 412px;
	padding: 0;
	margin: 0 0 2px 10px;
	color: #182B49;	
}

* html article {
    width: 392px;
}

article p {
	text-align: justify;	
}
article  td p {
	text-align: left;	
}
article h1 {
	font-size: 1.3em;
	color: #182B49;	
}
article h2 {
	font-size: 1.2em;
	color: #49586F;
}
article td, article th {
	vertical-align: top;
	padding: 1px;
	border-bottom: 1px solid #ddd;	
	font-size: .9em;    
}
article em {
    color: #555;
}
.bestuhl td {
	text-align: center;    
}
.bestuhl th {
	text-align: center;
	background: #ddd;    
}
footer {
	display: block;
	clear: both;
	overflow: auto;
	padding: 1px 8px;	
}
footer p {
	padding: .2em;
	font-size: .8em;
	color: #777;
	border: 1px solid #ddd;	
}
.kontakt {
	background: #fff url(bild/kontakt.gif) no-repeat;
	height: 20px;
	font-size: 1.2em;	
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;	
}
.kontakt a {
	color: #fff;
	text-decoration: none;		
}
.kontakt a:hover {
	color: #182B49;
	background: none;
	letter-spacing: 8px;		
}

/* Kontaktformular */

form {
	width: 380px;
	margin: 0 0 1em;
}
fieldset {
	width: inherit;
	border: none;
}
legend {
	position: relative;
	left: -9px;
	color: #777; 
}
label {
  float: left;
	width: 150px;
	font-weight: bold;
	font-size: 1em;
}
input, select {
  width: 200px;	
  margin-left: 5px;
  margin-bottom: 5px;
}
select {
  width: 206px;
}
input:focus {
	background: #E0E4E7;
}
br {
	clear: left;
}
