body {
	background-color: white;
	color: #808080;
	font: normal 13px lucida sans unicode, verdana, helvetica;
	margin-top: 0;
	padding-top: 0;
}
table {
	font: normal 13px lucida sans unicode, verdana, helvetica;
}
img {
	border: 0;
}
a {
	color: #808080;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	color: #ff8000;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 {
	font-size: 13px;
	color: #ff8000;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	color: #ff8000;
	font-weight: normal;
}

div.kopf {
	background-image: url('img/mittelpunkt.png');
	background-repeat: no-repeat;
	background-position: right;
	height: 140px;
	border-bottom: 1px solid #a0a0a0;
	margin: 0 170px 0 170px;
	
}
div.kopf img {
	margin-top: 90px;
}

div.navi {
	position: absolute;
	right: 10px;
	width: 150px;
	margin-top: 45px;
	background-color: white;
	border-left: 1px solid #a0a0a0;
	font-size: 11px;
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	z-index: 3;
}
div.navi a {
	display: block;
	color: #808080;
	text-decoration: none;
	margin-left: 5px;
}
div.navi a:hover {
	color: #ff8000;
}


div.zitat {
	position: absolute;
	left: 10px;
	width: 150px;
	margin-top: 6px;
	xbackground-color: #eee;
	text-align: right;
	color: #ff8000;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}
div.zitat cite {
	display: block;
	font-size: 10px;
	color: #808080;
	line-height: 14px;
	margin-top: 5px;
}


div.inhalt {
	position: relative;
	width: auto;
	xmin-width: 120px;
	margin: 0 170px 0 170px;
	background-color: white;
	z-index: 1;
}

table.auflistung td {
	vertical-align: top;
}
table.auflistung td.pfeil {
	background-image: url('img/pfeil.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 15px;
	padding-right: 10px;
}

table.specials {
	border-collapse: collapse;
}
table.specials td {
	vertical-align: top;
	padding: 5px 10px 5px 0;
}
table.specials thead td {
	font-weight: bold;
}
table.specials td.nowrap {
	white-space: nowrap;
}

table.profil {
	border-collapse: collapse;
	xmargin-top: 15px;
}
table.profil tr {
	background-color: #ccc;
}
table.profil td {
	padding: 0;
	margin: 0;
}
table.profil td.wide {
	width: 100%;
	padding: 5px 10px;
}
table.profil a {
	text-decoration: none;
}
table.profil a:hover {
	text-decoration: underline;
}


table.profil2 td {
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
}
table.profil2 td.wide {
	white-space: normal;
	width: 100%;
}
table.profil2 ul {
	padding-left: 20px;
	list-style-image: url('img/pfeil.gif');
}
table.profil2 li {
	margin-bottom: 4px;
}
table.profil2 span.nobold {
	font-weight: normal;
}

.kunden td { text-align: center; vertical-align: middle; padding: 20px 10px; }

.partner td { padding-bottom: 25px; }
.partner img { padding-right: 10px; }
.partner b { display: block; margin-bottom: 5px; }

.clear { clear: both; }


a.mail {
	background-image: url('img/mail.png');
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 20px;
}


div.fuss {
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #a0a0a0;
	margin-top: 30px;
	margin-left: 170px;
	margin-right: 170px;
}
div.fuss a {
	color: #808080;
	text-decoration: none;
}
div.fuss a:hover {
	text-decoration: underline;
}
div.fuss img {
	margin-bottom: -1px;
}


