@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	color: #8e462b;
	font-size: 16px;
	margin-bottom: 15px;
}
h3 {
	font-size: 12px;
	margin-bottom: 10px;
}
p, address{
	margin:0 0 1em 0;
}
a {
	color: #8e462b;
	text-decoration: none;
}
a img{
	border:none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #8e462b;
}
a.extern {
background: transparent url('/pix/icons/aoutside.gif') 100% 50% no-repeat;
padding-right: 10px;
font-weight:bold;
}
a.back { 
	padding-left:3em !important;
	background:url(../pix/icons/back.gif) no-repeat 10px center !important;
}
a.link-more{
	behavior:url('/css/linkmore.htc');
	font-weight:bold;
}
a.link-more-mail{
	font-weight:bold;
	padding-left: 19px !important;
	background:url(../pix/icons/email.png) no-repeat left center;
}
a.link-pdf{
	font-weight:bold;
	padding-left:18px;
	background-image: url(../pix/icons/page_white_acrobat.png);
	background-repeat: no-repeat;
	background-position: left center;
}
a.link-more img{
	vertical-align:text-bottom
}
a.link-more:after {
	content:' \00BB';
}
ol, ul{
	margin:auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content li {
	list-style-image: url(/pix/layout/list.gif);
	list-style-type: square;
}

.kasten {
	background-color: #fee39b;
	padding: 10px;
}


.BildLinks {
	margin-right: 15px;
	margin-bottom: 5px;
	float:left;
}
.BildRechts {
	margin-left: 15px;
	margin-bottom: 5px;
	float:right;
}

/*---------------------------------------------------------------------*/

.tabZweiSpalten{
width:100%;
border:none;
}
.tabZweiSpalten td{
width:50%;
vertical-align:top;
}
.tabZweiSpaltenSpalte1{
padding-right:15px;
}
.tabZweiSpaltenSpalte2{
padding-left:15px;
}

.tabDreiSpalten{
width:100%;
border:none;
}
.tabDreiSpalten td{
width:33%;
vertical-align:top;
}
.tabDreiSpaltenSpalte1{
padding-right:15px;
}
.tabDreiSpaltenSpalte2{
padding-left:15px;
padding-right:15px;
}
.tabDreiSpaltenSpalte3{
padding-left:15px;
}

.tabelle {
	width: 100%;
	border-collapse:collapse;
	border:1px solid #8E462B;
}
.tabelle caption {
	text-align: left;
	color: #8E462B;
	font-size:12px;
}
.tabelle thead th {
	background: #D5AF9F url('/pix/layout/bg_th.jpg') no-repeat right top;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 10px;
	text-align: left;
	border-right: 1px solid #8E462B;
	vertical-align:middle;
}
.tabelle tbody tr {
background: #EAD7CF;
}
.tabelle tbody tr.odd {
	background: #8E462B url('/pix/layout/bg_td2.jpg') repeat-x;
}
.odd {
	background: #8E462B url('/pix/layout/bg_td2.jpg') repeat-x;
}

.tabelle tbody th, .tabelle tbody td {
	line-height: 14px;
	color: #8E462B;
	padding: 7px 10px;
	text-align: left;
	vertical-align:top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #8E462B;
	border-right-color: #8E462B;
}
.tabelle tfoot th {
	background: url('/pix/layout/bg_total.jpg') repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
.tabelle tfoot td {
	background: url('/pix/layout/bg_total.jpg') repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
/*--*/
.tabelleKlein{
	width: 100%;
	border-collapse:collapse;
	border:1px solid #8E462B;
	margin:0 0 10px 0;
	font-size: 10px;
}
.tabelleKlein caption {
	text-align: left;
	color: #F85C17;
	font-size: 12px;
}
.tabelleKlein thead th  {
	height: 30px;
	color: #3D1E00;
	font-weight: bold;
	padding: 0 5px;
	text-align: left;
	border-right: 1px solid #8E462B;
	vertical-align:middle;
}
.tabelleKlein tbody th  {
	line-height: 13px;
	color: #3D1E00;
	padding: 3px 5px ;
	border-top: 1px solid #8E462B;
	border-right: 1px solid #8E462B;
	text-align: left;
}
.tabelleKlein tbody tr {

}
.tabelleKlein tbody tr.odd{
	background-color: #D5AF9F;
}

.tabelleKlein tbody td {
	line-height: 13px;
	color: #3D1E00;
	padding: 3px 5px;
	border-top: 1px solid #8E462B;
	border-right: 1px solid #8E462B;
	text-align: left;
}
.tabelleKlein tfoot th {
	color: #FFFFFF;
	height: 15px;
}
.tabelleKlein tfoot td {
	color: #FFFFFF;
	height: 15px;
}
/*---------------------------------------------------------------------*/