/*CSS-Document
/Autdor:    Peter Preuss
/Version:   3.0
/Comment:
*/

/* Basis */

table{	
}

td{
	font-size: 9pt;
	text-align: left;
	padding: 2px;
}

th{

	text-align:left;
	font-weight:bold;
	font-size:10pt;
	background-color:#eaffea;
}

hr{
	width: 100%;
	height:1px;
	color: #339999;
}

div{
	margin:0;
	padding:0;
}

/* Text Style */
H1{
	font-size:18pt;
	font-weight:bold;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #339999;
	color: #000000;
	margin-top: 0px;
	margin-bottom:5px;
	padding: 0px;
}
H2{
	font-size:10pt;
	font-weight:bold;
	color:#000000;
	background-color:#eaffea;
/*	
	background-image:url(../pix/back/back-h2.jpg);
	background-repeat:repeat-x;
*/
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:5px;

}
H3{
	font-size:10pt;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339999;

}
H4{
	font-size:9pt;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 5px;
}
H5{
	font-size:9pt;
	color: #FFFFFF;
	background-color: #339999;
	padding:5px;
	margin-top:0px;
	margin-bottom:5px;

}

.txt-body_strong{
	font-weight:bold;


}
.txt-mini{
	font-size:7pt;

}

.txt-big{
	font-size:12pt;
}


.tbl-back-grey-light{
	background-color:#eeeeee;
	padding:2px;
}
.tbl-back-green-light{
	background-color:#F0FFF0;
	padding:2px;
}

.tbl-back-green-dark {
	color: #FFFFFF;
	background-color: #339999;
}


/* Tabellen mit Gliederungen */
.block-tbl-classified{
	margin-top:50px;
}

.tbl-classified{
}

.tbl-classified tr td
{
	text-align:left;
	vertical-align:top;
	line-height:13pt;
	
}

.cell-sub-level-1{
	font-size:9pt;
	font-weight:bold;
	padding: 2px;
	background-color:#eeeeee;

}
.cell-sub-level-2{
	font-size:9pt;
	font-weight:bold;
	padding-left:15px;

}
.cell-sub-level-3{
	font-size:9pt;
	padding-left:15px;

}

.tbl-classified tr td ul{
	margin-top:0px;
	margin-bottom:0px;
}
/* Übersichtsliste*/

.list-no-bullet{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

.list-no-bullet li{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin:0;
	padding:2px;
}


.list-no-bullet li a
{
	color:#000000;
	width:100%;
	display:block;

}

.list-no-bullet li a:hover{

	background-color:#eaffea;
}


.list-link-green{

	margin-left: 10px;
	padding-left: 10px;
	

}

.list-link-green li{
	margin:0;
	padding:0px;
	color: #339999;
	list-style-position: outside;
	list-style-image:url(../pix/icon/triangle.gif);
	list-style-type: none;
}


.list-link-green li a
{
	color:#000000;
	font-weight:bold;
	width:98%;
	display:block;
	text-decoration:none;
	margin:0;
	padding:2px;

}

.list-link-green li a:hover{

	background-color:#339999;
	color:#ffffff;
}




.noshow{
	display:none;
}

/* Hyperlinks */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003333;
}
a:link {
	color: #003333;
	}
a:hover {
	color: #000000;
	background-color: #F0FFF0;
}
a:visited {
	color: #003333;
}
