#zert1 {
	float: left;
}
#zert2 {
	float: right;
}

#zert1 img, #zert2 img {
	margin: 5px;
	border: 2px solid black;
}

/* #horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
} */
.mitte {
/*	margin-left: -50%;
	left: 50%;
	width: 100%;
	position: absolute;
	top: -255px; /* 510:2 = 255 */
/*	height: 510px;
	visibility: visible; */
	height: 99%;
}

ul#adressen {
	width: 100%;
	padding: 0px;
	padding-top: 10px;
	margin: auto;
	text-align:center;
}
ul#adressen li.add {
	display: inline;
	position: relative;
	float: left;
	width: 33%;
	height: 300px;
	text-align: center;
}
address {
	font-style: normal;
}
ul#adressen table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
html {
	height: 100%;
	margin: 0em;
	padding: 0em;
}
body {
	height: 100%;
	font-size: 11pt;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999; /* 808080 */
	margin: 0em;
	padding: 0em;
	vertical-align: middle;
	overflow: auto;
}
ul {
	list-style-type: square;
	line-height: 1.5em;
	font-size: 11pt;
}
h1 {
	font-size: 12pt;
}
img {
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 11pt;
}
/****************
	Spezielles
*****************/
div#header {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	color: white;
	font-size: 30pt;
	font-weight: bold;
	height: 90px;
	text-align: left;
}
div#header img {
	border: 0px;
	vertical-align: middle;
}
div#navibalken {
	font-size: 11pt;
	height: 28px;
	text-align: right;
	background-image: url(navi_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
div#sprachauswahl {
	margin-right: 15px;
	padding-top: 6px;
}
div#sprachauswahl .flag {
	border: 1px solid black;
}
div#sprachauswahl img#pfeil {
	margin-right: 2px;
	vertical-align: top;
	margin-top: 3px;
}
ul#navigation {
	margin: 0px;
	margin-top: 2px;
	float: left;
	text-align: left;
	list-style-type: none;
}
ul#navigation li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
ul#navigation a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
ul#navigation a:link {
}
ul#navigation a:visited {
}
ul#navigation a:hover, ul#navigation li#active a {
	color: black;
}
div#content {
	overflow:auto;
	font-size: 11pt;
	background-image: url(background2.jpg);
	clear: both;
	text-align: left;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 1px;
	height: 70%;
}

div[id] #content {
	height: auto;
}
div#intro {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
div#footer {
	background-image: url(footer_bg.jpg);
	height: 16px;
	float: none;
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* Lager-Tabellen */
table.contenttable {
	width: 80%;
	font-size: 0.9em;
	text-align: center;
}
table.contenttable p {
	margin: 0px;
}
table.contenttable tr.tr-0, table.contenttable td.td-0 {
	background-color: #808080; /* EBDFCD */
	color: white;
	text-align: center;
}
table.contenttable tr.tr-odd {
	background-color: #DBDEE5;
}
table.contenttable td {
	border: 1px solid black;
}

/***************************
 * Formulare
 ***************************/
form {
	line-height: 150%;
}
fieldset {
	width: 80%;
	background-color: #DBDEE5;
}
input:focus, textarea:focus {
	color: #000000;
	background-color: #CCCCCC ;
}
.beispiel {
	color:#999999;
	padding-left: 5px;
	font-weight: bold;
}
label.left {
	float: left;
	text-align: right;
	width: 12em;
	margin-right: .3em;
}
input[type=text] {
	float: left;
}
input.right {
	float: left;
	width: auto;
	clear: both;
	margin-left: 12.3em;
	margin-right: .5em;
}
textarea {
	margin-left: 10.3em;
}

form br {
	clear: both;
}
label, select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
	cursor: pointer;
}

