html {}
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    color:#220;
	background:#FFF;
	margin: 15px;
	font-size: .75em; 
}

* {
	margin:0; padding:0;
}

a, a:visited {
	color: #144A8D;
}

h1 {
	font-size: 15px; font-weight: bold; color: #000;
}
h2 {
	font-size: 14px; font-weight: bold; color: #000;
	margin-top:10px;
}
h3 {
	font-size: 13px; font-weight: bold; color: #000;
	margin-top:15px;
}


/* DEFINITION DER PRESSEMITTEILUNGSLISTEN */
p.headline{
    font-size: 12px; font-weight: bold; color: #000; 
}

p.subheader{
    font-size: 11px; font-weight: normal; color: #000;
}

p {
	margin: 6px 0 0 0;
	font-size: 11px; font-weight: normal; color: #000;
}
/******************************************/

table.indextable {
	margin: 9px 0;
}
img.indexbild {
	border: 1px solid #220;
}
/*
div.centered {
	width: 500px;
	text-align: center;
}
*/
table.formtable .formelem {
	/*font-family: Arial, Helvetica, sans-serif; color:#220; font-size: 12px;*/
	padding: 1px;
	width: 300px;
}

table.formtable td {
	padding: 7px 0 0 0;
	vertical-align: top;
}

table.formtable td.label {
	padding: 10px 9px 0 0;
	font-weight: bold; color: #565656;
	text-align: right;
}

