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

body {
	background-color: #FFF;
	font-family: Calibri, Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}
div {
	margin: 0;
	padding: 0;
}
#container {
	background-repeat: no-repeat;
	background-position: top center;
}
#header {
	background-image: url("media/logo.jpg");
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: left;
	width: 200mm;
	height: 40mm;
}

#header #breadcrumbs {
	display: none;
	visibility:hidden;
}


#main {
	margin: 0 auto;
	position: relative;
	width: 200mm;
	text-align: left;
}

#navigation h1 {
	display: none;
	visibility:hidden;
}

#framelessPicture {
	float: right;
	width: 30%;
	height: 30%;
	margin: 0;
	padding: 15mm 0 10mm 15mm;
}

#framelessPictureLeft {
	float: left;
	width: 30%;
	height: 30%;
	margin: 0;
	padding: 15mm 15mm 10mm 0;
}

#framelessPictureLeft_2 {
	float: left;
	width: 15%;
	height: 15%;
	margin: 0;
	padding: 10mm 15mm 10mm 0;
}

#framlessPictureTop {
	float: top;
	float: left;
  width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 10mm 0;
}

#framlessPictureBelow {
	float: left;
  width: 100%;
	height: 100%;
	padding: 0 0 10 0;
}


	
#brecherPicture {
	width: 200mm;
	height: 1px;
	padding: 0;
}	
	
#contents {
	margin: 0;
	padding: 0;
	line-height: normal;
	background-color: #FFFFFF;
	font-size: 10pt;
}
#contents h1 {
	margin: 0;
	padding: 15mm 10mm 5mm 0;
	color: #900;
	font-size: 25pt;
	font-weight: 300;
}
#contents h2 {
	margin: 0;
	padding: 0 10mm 5mm 0;
	color: #900;
	font-size: 20pt;
	font-weight: 300;
}

#contents a {
	color: #900;
	text-decoration: none;
}

#contents p {
	margin: 0;
	padding: 0 10mm 10mm 0;
	color: #000;
	font-size: 10pt;
	font-weight: 100;
}

#contents p.ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#contents ul li{
	padding: -10px 0 5px 0;
	list-style: none;
	list-style-image: url(media/reddot.png);
	text-decoration: none;
	color:#000000;
	font-size: 12px;
}

#contents .actabelle td.punkt{
	height: 40px;
	vertical-align: middle;
	width: 130px;
	padding: 0 24px 5px 10px;
	font-size: 14px;
	color: #000000;
	font-weight: 500;

}
#contents .actabelle td.inhalt {
	vertical-align: top;
	width: 170px;
	padding: 5px 24px 24px 0;
	text-align: left;
	font-size: 12px;
	color:#000000;
}


#contents .farbtabelle td.zifferleft{
	width: 40px;
	height: 55px;
	padding: 0;
}

#contents .farbtabelle td.ziffer {
	color: #000000;
	width: 89px;
	clear: none;
	padding: 0 0 5px 0;
	text-align: left;
	font-size: 11px;
}



#contents .profiltabelle {
	color: #666666;
}

#contents .profiltabelle tr{
	color: #666666;
	height: 10mm;
	font-size: 12px;
}

#contents .profiltabelle tr.grau {
	color: #666666;
	background-color: #F4F4F4;
	height: 5 mm;
	font-size: 12px;
}

#contents .profiltabelle td{
	text-align: right;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
}

#contents .profiltabelle td.border {
	border-left: medium;
	border-left-color: #900;
	border-left-style: dotted;
}

#contents .profiltabelle td.zentriert {
	color: #666666;
	margin: 0;
	text-align: center;
	border-left: medium;
	border-left-color: #900;
	border-left-style: dotted;
}




#footer {
	display: none;	
}

