/* CSS Document */
h3 {
	font-size:1.9em;
	text-align:center;
	font-weight:normal;
	
}

h4 {
	margin:10px 0px;
	font-size:1.2em;
	color:#000000;
}

h5 {
	margin-top:15px;
	font-size:1.2em;
	color:#000000;

}

h5 a.default, h5 a:link.default, h5 a:visited.default, h5 a:hover.default,h5 a:active.default{
	color:#000000;
}

div#content ul {
	margin-left:20px;
}

p {
	text-align:justify;
}

table {
	border-collapse: collapse;
	width: 100%;
}


th, td {
	border: 1px solid #CCC;
	vertical-align: top;
	text-align:left;
	padding:3px 10px;
}

th {
	text-align:left;
}

table.no_frame {
	width:auto;
}

table.no_frame th,  table.no_frame td {
	border:0px;
	padding:0px;
}

table.center th, table.center td {
	text-align:center;
}

fieldset {
	border:0px;
	margin:10px 0px;
}

label {
	margin:0px 5px;
}

div.grey_box {
	border: 1px solid #CCC;
	padding:5px;
	text-align:center;
}

table, div.grey_box {
	margin:10px 0px;
}

/* IE Fix */
* html table {
	margin:20px 0px;
}

* html div.grey_box {
	margin:20px 0px;
}

th.default {
	width:220px;
}

th.small {
	width:220px;
}

th.header_th {
	color: #CC0033;
}

div.td_right td, td.right {
	text-align:right;
}

table.table_center th {
	text-align:center;
}

table.table_center th.header_th {
	text-align:left;
}

table.table_satzaufbau td, table.table_satzaufbau th {
	text-align:center;
}

div.text {
	text-align:justify;
}

div#navi {
	margin-bottom:10px;
}

.trend{
	color: #CC0033;
	font-weight: bold;
}

img.left {
	float:left;
	margin:5px;
	margin-bottom:0px;
	width:75px;
}

img.right {
	float:right;
	margin:5px;
	margin-bottom:0px;
	width:75px;
}

.clear {
	clear:both;
}

div.search_bit {
	border-bottom:1px solid black;
	padding-bottom:1px;
}

div.search_bit a {
	color: #CC0033;
	font-weight:bold;
}

input.grey {
	color:#CC0033; 
	font-weight:bold; 
	background-color:#F6F6F6;
	border: 1px solid #000;
	padding: 2px 4px;
	font-size: 12px;
	margin:5px;
}

input.keywords {
	width:200px;
}


ul.linklist {
	margin-left:30px;
}

p.footnote {
	font-size:0.8em;
	text-align:center;
}

div.error {
	border:1px dashed black;
	background-color:#FF0000;
	margin:20px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
	width:400px;
	text-align:center;
}