/*-------------------------------------------------------
	
	styles.css
	
	- Schriftgr??en, -farben, Formatierungen
	  sonstiger HTML-Elemente au?er
	- Formatierungen von DIVs, die f?r das 
	  Layout/Raster verwendet werden, befinden 
	  sich in der Datei layout.css

-------------------------------------------------------*/
/*-------------------------------------------------------
	
	mit der csshover.htc bekommen wir den IE dazu, :hover
	nicht nur auf a-Elemente anzuwenden
	
-------------------------------------------------------*/
body {
	behavior:url(/fileadmin/_templates/_js/csshover.htc);
}
/*-------------------------------------------------------
	
	Allgemeines und Grunds?tzliches
	
-------------------------------------------------------*/
html, body {
	width: 100%;
	height: 100%; 
	margin: 0px;
	padding: 0px;
 	background-color: #F1F1F1;
}
.clearFloat {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
table, tbody, tr {
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
td {
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
p {
}
img {
	border: 0px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a:active { 
	text-decoration:expression(hideFocus='true'); 
}
:focus {
	-moz-outline-style: none; 
}
form { 
	margin: 0px;
}
/*-------------------------------------------------------
	
	Diverse Dinge
	
-------------------------------------------------------*/
input.suchfeld {
	width: 100px;
	height: 16px;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}

a.f_searchbtn {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 0px;
	/* PATH */
	background: url(../_img/submit_btn_p.gif) no-repeat right top;
}
a.f_searchbtn_value {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 0px;
	/* PATH */
	background: url(../_img/submit_btnv_p.gif) no-repeat right top;
}
a:hover.f_searchbtn {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 0px;
	/* PATH */
	background: url(../_img/submit_btn_a.gif) no-repeat right top;
}

a:hover.f_searchbtn_value {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 0px;
	/* PATH */
	background: url(../_img/submit_btnv_a.gif) no-repeat right top;
}
div.sform  {
	width: 142px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
}

a {
	color: black;
}
a:hover {
	
}
a:visited {
	
}
body, div, span, h1, h2, h3, h4, h5, h6, h7, h8, h9, p, td, li, input, textarea, select {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Verdana, Arial, Helvetica, sans-serif; 	
	font-size: 11px;
	line-height: 130%;
}
div#layerColMain p, div#layerColMain td, div#layerColMain th, div#layerColMain li, form td, form p, form div {
	font-size: 12px;
}
h1, h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Verdana, Arial, Helvetica, sans-serif; 	
	font-size: 14px;
	margin: 40px 10px 20px 0px;
	font-weight: bold;
}
h2.isFirst {
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 20px 10px 20px 0px;
}
div#layerHeader a, div#layerFooter a {
	text-decoration: none;
}
div#layerHeader a:visited, div#layerFooter a:visited {
	color: black;
}
div#layerHeader a:hover, div#layerFooter a:hover {
	text-decoration: underline;
}
div#layerContent hr {
	background-color: #ddd; 
	color: #ddd;
	border: 0;
	height: 1px; 
	margin: 10px 0px 20px 0px;
}
div#layerColMain table {
	margin: 20px 0px;
}
div#layerColMain td {
	padding-left: 10px;
}
div#layerColMain td p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div#layerColMain ul {
	margin: 0px 10px 20px 15px;
	padding: 0px;
}
div#layerColMain li {
	list-style-type: disc;
}
div#layerColLeft p {
	margin: 0px;
}
p.pRahmen1 {
	border: 3px solid #E6E6E6;
	padding: 30px !important;
	text-align: center;
	margin: 10px 10px 10px 0px !important;
}
p.pRahmen2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0px 30px !important;
	margin: 10px 10px 10px 0px !important;
	border: 3px solid white;
}
p.pRahmen3 {
	background-color: #FFC200;
	padding: 30px !important;
	text-align: center;
	margin: 10px 10px 20px 0px !important;
	border: 3px solid #FFC200;
}
p.pRahmen4 {
	background-color: #E6E6E6;
	padding: 30px !important;
	text-align: center;
	margin: 10px 10px 20px 0px !important;
	border: 3px solid #E6E6E6;
}
/*-------------------------------------------------------

	Tabellen
	
-------------------------------------------------------*/
div#layerColMain table.table1 td, div#layerColMain table.table1 th {
	padding: 1px;
	text-align: center;
	vertical-align: top;
}
div#layerColMain table.table1 tfoot td, div#layerColMain table.table1 tfoot td p {
	text-align: left;
	font-size: 10px;
	background-color: white;
}
div#layerColMain table.table1 td {
	border-top: 2px solid white;
	background-color: #EEE;
}
div#layerColMain table.table1 .spalte1 {
	text-align: left;
	padding-left: 5px;
}
/*-----------------------------------------------------*/
div#layerColMain table.tablePM {
	width: 100%;
	margin: 0px;
}
div#layerColMain table.tablePM td, div#layerColMain table.tablePM p {
	margin: 0px;
	padding: 0px;
}
div#layerColMain table.tablePM td {
	border-bottom: 2px solid #E6E6E6;
	padding: 5px;
}
div#layerColMain table.tablePM td.spalte1 {
	width: 80%;
}
div#layerColMain table.tablePM h3 {
	margin: 0px 0px 20px 0px;
}
div#layerColMain table.tablePM2 td {
	padding: 20px 5px;
}
div#layerColMain table.tablePM2 tr.row1 td {
	padding: 5px;
}
/*-----------------------------------------------------*/
div#layerColMain table.table2 {
	width: 100%;
	margin: 0px;
}
div#layerColMain table.table2 td {
	width: 50%;
	padding: 5px 0px;
}
div#layerColMain table.table2 td img {
	margin: 0px 10px 0px 0px;
}
div#layerColMain table.table2 td.col2 {
	border-left: 0px solid #E6E6E6;
	padding-left: 10px;
}
/*-----------------------------------------------------*/
div#layerColMain table.table3 {
	width: 100%;
	margin: 0px 0px 20px;
}
div#layerColMain table.table3 td, div#layerColMain table.table3 th {
	padding: 1px;
	text-align: left;
	vertical-align: top;
}
div#layerColMain table.table3 td {
	border-top: 2px solid white;
	background-color: #EEE;
	padding: 5px;
}
div#layerColMain table.table3 .col1, div#layerColMain table.table3 .col2 {
	width: 120px;
}
div#layerColMain table.table3 .col3, div#layerColMain table.table3 .col4 {
}
div#layerColMain table.table3 td p {
	margin: 0px;
	padding: 0px;
}
/*-----------------------------------------------------*/

div#layerColMain table.table4 {
	width: 94%;
	margin: 0px 0px 20px;
}
div#layerColMain table.table4 td, div#layerColMain table.table4 th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
div#layerColMain table.table4 td {
	border-top: 2px solid white;
	border-right: 2px solid white;
	background-color: #EEE;
	padding: 2px;
}
div#layerColMain table.table4 .col2, div#layerColMain table.table4 .col3, div#layerColMain table.table4 .col4,
div#layerColMain table.table4 .col5, div#layerColMain table.table4 .col6, div#layerColMain table.table4 .col7  {
	width: 14%;
}
div#layerColMain table.table4 td p {
	margin: 0px;
	padding: 0px;
}
/*-----------------------------------------------------*/

div#layerColMain table.table5 {
	width: 94%;
	margin: 0px 0px 20px;
}
div#layerColMain table.table5 td, div#layerColMain table.table5 th {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	
}
div#layerColMain table.table5 th {
	border-left: 2px solid #EEE;
}
div#layerColMain table.table5 .span1, div#layerColMain table.table5 .span1 {
	padding: 2px;
	vertical-align: middle;
}
div#layerColMain table.table5 td {
	border-top: 2px solid white;
	border-right: 2px solid white;
	background-color: #EEE;
	padding: 5px;
	vertical-align: middle;
}
div#layerColMain table.table5 .noborder {
	border-color: white;
}
div#layerColMain table.table5 .col1 {
	width: 23%;
}
div#layerColMain table.table5 .col2 {
	width: 23%;
}
 
div#layerColMain table.table5 .col3, div#layerColMain table.table5 .col4, div#layerColMain table.table5 .col5  {
	width: 18%;
}
div#layerColMain table.table5 td .caption{
	font-weight: bold;
	margin-bottom: 4px;
}
div#layerColMain table.table5 td .description {
	font-size: 9px;
}
div#layerColMain table.table5 td p,  div#layerColMain table.table5 th p{
	margin: 0px;
	padding: 0px;
}

/*-----------------------------------------------------*/

div#layerColMain table.table6 {
	width: 94%;
	margin: 0px 0px 20px;
}
div#layerColMain table.table6 td, div#layerColMain table.table6 th {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	
}
div#layerColMain table.table6 th {
	border-left: 2px solid #EEE;
}
div#layerColMain table.table6 .span1, div#layerColMain table.table6 .span1 {
	padding: 2px;
	vertical-align: middle;
}
div#layerColMain table.table6 td {
	border-top: 2px solid white;
	border-right: 2px solid white;
	background-color: #EEE;
	padding: 5px;
	vertical-align: middle;
	height: 60px;
}
div#layerColMain table.table6 .noborder {
	border-color: white;
} 
div#layerColMain table.table6 .col1 {
	width: 26%;
}
div#layerColMain table.table6 .col2, div#layerColMain table.table6 .col3, div#layerColMain table.table6 .col4 {
	width: 18%;
}

div#layerColMain table.table6 .col5, div#layerColMain table.table6 .col6 {
	width: 10%; 
}
div#layerColMain table.table6 td .caption {
	font-weight: bold;
	margin-bottom: 4px;
}
div#layerColMain table.table6 td .description {
	font-size: 9px;
}
div#layerColMain table.table6 td p,  div#layerColMain table.table6 th p{
	margin: 0px;
	padding: 0px;
}

/*-----------------------------------------------------*/
div#layerColMain table.tableGrafik1 {
	margin: 0px 0px 20px 0px;
}
div#layerColMain table.tableGrafik1 td {
	text-align: center;
	vertical-align: middle;
	height: 150px;
	padding: 0px;
	width: 20px;
}
div#layerColMain table.tableGrafik1 td p {
	margin: 0px;
	padding: 0px;
}
div#layerColMain table.tableGrafik1 td.col1 {
	width: 150px;
	background-color: #E6E6E6;
}
div#layerColMain table.tableGrafik1 td.col2 {
	width: 150px;
	background-color: #FFC200;
}
/*-------------------------------------------------------

	Listen
	
-------------------------------------------------------*/
div#layerColMain ul.listeDL {
	margin: 20px 0px;
}
div#layerColMain ul.listeDL li {
	background: url("../_img/nav/doc_pdf.png") left top no-repeat;
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	margin: 2px 0px;
}
div#layerColMain ul.listeDL li.XLS {
	background: url("../_img/nav/doc_xls.png") left top no-repeat;
}
/*-------------------------------------------------------

	Formulare
	
-------------------------------------------------------*/
input#loginUsr, input#loginPwd {
	width: 96px !important;
	border: 3px solid #CCC;
	font-size: 10px;
}