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


body {
	background: #fff url(bild/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 70%;
	line-height: 1.4em;	
}
a {
	color: #3B4B65;
}
a:hover {
	background: #3B4B65;
	color: #fff;
}
#content {
	position: absolute;
	width: 840px;
	padding: 0;
	left: 100px;
	top: 115px;
	background-color: #fff;	
}
#bilder {
	float: right;
	width: 400px;
	padding: 0;
	margin-right: 5px;	
}
#bilder td {
	padding: 1px;
	color: #069;
}
#text {
	float: left;
	width: 412px;
	padding: 0;
	margin: 0 0 2px 10px;
	color: #182B49;	
}

* html #text {
    width: 392px;
}

#text p {
	text-align: justify;	
}
#text  td p {
	text-align: left;	
}
#text h1 {
	font-size: 1.3em;
	color: #182B49;	
}
#text h2 {
	font-size: 1.2em;
	color: #49586F;
}
#text td, #text th {
	vertical-align: top;
	padding: 1px;
	border-bottom: 1px solid #ddd;	
	font-size: .9em;    
}
#text em {
    color: #555;
}
.bestuhl td {
	text-align: center;    
}
.bestuhl th {
	text-align: center;
	background: #ddd;    
}
#footer {
	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: #EFFCE8;
}
br {
	clear: left;
}