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

body {
	background: url("bild/bg.jpg") fixed;
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;		
}
a {
	color: #003433;
}
a:hover {
	color: #F60;
}
a img, img[usemap] {
	border: none;
}
ul,li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#all {
	position: relative;
	text-align: center;	
	width: 770px;
	margin: auto;
	padding: 7px;
	background: #fff;	
}
#header {
	background: url("bild/bgheader.jpg") repeat-x;
	text-align: right;
	height: 198px;	
}
#leiste {
	text-align: center;
	height: 30px;
}
#links {
	position: relative;
	float: left;
	width: 220px;
	text-align: right;	
	padding: 0;
	background: url("bild/bglinks.jpg") no-repeat;	
}
#inhalt {
	position: relative;
	float: left;
	width: 450px;	
	text-align: left;
	padding: 0 30px;
	color: #000;
}
#footer {
	height: 100px;
	background: #008282 url("bild/bgunten.gif") no-repeat;			
}
#end {
	text-align: center;
	color: #fff;
	padding-left: 150px;	
	background: #008282 url("bild/bgend.gif");				
}

.pic {
	border: 1px solid #ccc;
	padding: 4px;	
}
.picright {
	float: right;
	margin: 0 0 5px 15px;
}
.picright2 {
	float: right;	
	margin: 0 0 5px 15px;
}
.picleft {
	float: left;	
	margin: 0 15px 5px 0;
}
h1, h2 {
	color: #003433;
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}

#zerti p {
	text-align: justify;
}
td, th {
	color: #003433;
	vertical-align: top;
}
.tableframe {
	border: 1px solid #000;
}

label,input, textarea {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 10px;	
}
label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
br {
	clear: left;
}
.tdrechts {
	text-align: right;
}
.errors {
	color: #f00;
	background: #fff;
	border: 1px solid #f00;	
	padding: 5px;
	margin: 0;    
	list-style-type: none;        
}
.anzahl {
	width: 50px;
}
.boxja, .box {
	width: 20px;
}
.button {
	width: 150px;
	height: 35px;
	float: left;
	margin-right: 30px;
	background: #008585;	
	color: #fff;
	font-weight: bold;	
}

ul.auflisten li {
	list-style-image: url(bild/pin.gif);
	line-height: 12pt;
	margin: 6px 0 6px 20px;
}
input.hidden {
	display: none;
}
.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}

.taball {
	width: 99%;
}
.tab1 {
	padding: 4px 30px;
	background: #ccc url("bild/pin.gif") no-repeat 2px 5px;
	border-bottom: 1px solid #333;	
}
.tab1 h2 {
	display: inline;
	font-size: 1.0em;
	font-weight: bold;
}
.tab2 {
	clear: both;
	overflow: auto;	
	padding: 8px 30px;
	background: #fff;
	border: 1px solid #ccc;	
	margin-bottom: 1em;	
}

* html .tab2 {
    height: 1%;  
}
