@import url("navigation.css");

ul.mitarbeiter {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	float: left;
	display: inline;
	width: 90%;
}
ul.mitarbeiter a,
ul.mitarbeiter span {
	float: left;
	width: 250px;
}
ul.mitarbeiter a.mail,
ul.mitarbeiter span.phone {
	width: 105px;
}
ul.mitarbeiter li {
	display: inline;
	float: left;
	width: 100%;
}

html, body {
	height: 100%;
}
body, table, form {
	font-family: arial, helvetica, sans-serif;
	color: #444444;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}
body {
	background: #ffffff;
	overflow: auto;
}
img {
	border: none;
}
#site {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 708px;
	margin: -290px 0px 0px -354px;
}
#logo {
	float: left;
	width: 100%;
	height: 32px;
	display: block;
	overflow: hidden;
}
#navbar {
	float: left;
	width: 100%;
	height: 40px;
	display: block;
	overflow: hidden;
}
#header {
	float: left;
	width: 100%;
	height: 252px;
	display: block;
	/* overflow: auto; */
	overflow: hidden;
	border-top: 1px solid #999999;
	background: #ffffff url(images/startseite.jpg) 50% bottom no-repeat;
}

#header #inside {
	height: 241px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	/* background-color: #ff0000; */
	float: left;
	cursor: move;
}
#header #inside img {
	margin: 0px 0px 0px 10px;
	display: inline;
	float: left;
}
#header #sensitiv {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	height: 100%;
	cursor: move;
}
#header #map {
	height: 242px;
	width: 100%;
	margin: 10px 0px 0px 0px;
}
#header span,
#header a {
	/* display: none; */
}
#content {
	float: left;
	width: 100%;
	height: 250px;
	display: block;
	overflow: auto;
}
#content h1 {
	font-size: 1.2em;
	color: #646464;
	text-transform: lowercase;
	font-weight: bold;
	margin: 10px 8px 10px 8px;
	padding: 0px 0px 0px 0px;
	position: relative;
	clear: both;
}
#content p {
	margin: 10px 8px 10px 8px;
	padding: 0px 0px 0px 0px;
}
#content address {
	margin: 10px 8px 10px 8px;
	padding: 0px 0px 0px 0px;
	font-style: normal;
}
#content table {
	margin: 10px 8px 10px 8px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}
#content table.projekte th {
	text-align: left;
	padding-right: 10px;
}
#content table.projekte td {
	text-align: left;
}
#content dl {
	margin: 10px 8px 0px 8px;
	padding: 0px 0px 0px 0px;
}
#content dt {
	color: #646464;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	float: left;
	width: 100px;
}
#content dd {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}
#content em {
	color: #969696;
}
#content strong {
	color: #1e1e1e;
}
#footer a, #footer a:visited,
#content a, #content a:visited {
	color: #969696;
}
#footer a:hover, #footer a:active, #footer a:focus,
#content a:hover, #content a:active, #content a:focus {
	color: #000000;
}
#footer {
	clear: both;
	/* width: 100%; */	
	display: block;
	overflow: hidden;
	font-size: 0.9em;
	border-top: 1px solid #999999;
	padding-left: 10px;
}