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

body {
	background: #FFFFD4 url("bild/bg.gif") no-repeat center top;
	margin: 32px 0 0;
	text-align: center;	
	font-size: 70%;
	line-height: 1.4em;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul,li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#all {
	position: relative;
	text-align: center;	
	width: 790px;
	margin: auto;
	padding: 0;	
}
#header {
	text-align: center;
}
#links {
	position: relative;
	float: left;
	width: 320px;
	height: 350px;
	padding: 10px 0 0 0;
	background: url("bild/bglinks.gif") no-repeat;		
}
#mitte {
	position: relative;
	float: left;
	width: 100px;
	height: 350px;
	padding: 10px 0 0 0;
	margin: 0 10px;
	background: url("bild/bgmitte.gif") no-repeat;		
}
#rechts {
	position: relative;
	float: left;
	width: 320px;
	height: 350px;
	background: url("bild/bgrechts.gif") no-repeat;	
}
#inhalt {
	float: right;
	overflow: auto;
	width: 300px;
	height: 225px;	
	text-align: left;
	padding: 0;
	color: #FFFFD4;	
}
#footer {
	height: 20px;
	padding: 0;	
	text-align: left;	
	clear: both;
}
#inhalt a {
	color: #FFFFD4;
}
#inhalt a:hover {
	background: #BA5448;
}
#footer a {
	color: #573E30;
}
#footer a:hover {
	text-decoration: underline overline;
}
.pic {
	border: 2px outset #999;
}
.picright {
	float: right;
	margin: 0 0 15px 15px;
	padding: 3px;
	border: 1px solid #ccc;	
}
h1, h2 {
	color: #FFFFD4;
	font: bold 1.2em Arial;
}

label,input, textarea {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
}
label {
	text-align: right;
	width: 70px;
	padding-right: 20px;
}
input, textarea {
	border-top: 2px solid #BB5549;
	border-bottom: 2px solid #BB5549;
	border-left: transparent;
	border-right: transparent;		
	background: #FFFFD4;	
}
br {
	clear: left;
}
.kasten {
	border: 1px solid #B2942D;
	padding: 10px;
	margin: 10px 10px 0 0;
	background: #BA5448;
	color: #FFFFD4;	
}
input.hidden {
	display: none;
}
.taball {
	border: 1px solid #FFFFD4;
	margin-bottom: 1em;
	width: 260px;	
}
.taball h2 {
	font-size: 1.0em;
	font-weight: bold;
}
.tab1 {
	padding: 2px 10px 2px 10px;	
}
.tab2 {
	padding: 2px 10px 2px 10px;
}