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

body {
	background: #FEFCE7;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.7em;	
}
a {
	color: #555;
}
a:hover {
	color: #fff;
	background: #C44343;
}

#all {
	background: #FEFAF2;
	margin: auto;
	width: 780px;
	border: 1px solid #E4A6A6;
	overflow: auto;	
}
#header {
	height: 120px;
	background: #FEFAF2 url("bild/bgheader.gif") no-repeat;
}
#header h1 {
	font-size: 1px;
	display: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#navigation {
	width: 200px;
	float: left;
	background: #FEFAF2;
}

#inhalt1 {
	width: 530px;
	float: right;
	background: #FEFAF2;
}
#inhalt2 {
	margin: 20px;
	text-align: left;	
}
h1 {
	color: #C44343;
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	color: #C44343;
	font-size: 1.2em;
	font-weight: bold;
}

td, th {
	vertical-align: top;
	padding-top: 12px;
	border-top: 1px solid #ccc;
}


.pic, .picright, .picleft, .pichaus {
  border: 1px solid #E4A6A6;
  border-bottom: 2px solid #E4A6A6;  
  padding: 3px;   
}
.pic {
  padding: 5px;
}
.picright {
  float: right;
  margin: 0 0 8px 15px;
}
.picleft {
  float: left;
  margin: 0 15px 8px 0;   
}
.pichaus {
  margin: 8px;
}
.center {
	text-align: center;
}

#flash {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	width: 600px;
	height: 300px;
}


.taball {
	width: 99%;
}
.tab1 {
	padding: 4px 20px;
	background: #E4A6A6;	
}
.tab1 h2 {
	display: inline;
	color: #333;
	font-size: 1.2em;
}
.tab2 {
	clear: both;
	overflow: auto;	
	padding: 2px 20px;
	background: #FFFAE3;
	border: 1px solid #E4A6A6;	
	margin-bottom: 1em;	
}

* html .tab2 {
    height: 1%;  
}

/* Kontaktformular */

.listform label {
	display: block;
	text-align: right;
	width: 100px;
	float: left;	
}

.listform input,
.listform textarea {
	border: 1px solid #9FB38F;
	width: 250px;
	margin-left: 1em;
}

.listform input:focus,
.listform textarea:focus {
	background: #FEFAF2;
}

ul.listform,
ul.listform li {
	display: block;
	list-style: none;
	margin-bottom: 0.5em;	
	background-image: none;
}

ul.listform input {
	float: none;
}
