
body, form {
 margin:0;
 padding:0;
}

.textbox {
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-bottom:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
}

/* menu */
div.menu {
	padding-left:105px;
	padding-top:6px;
	padding-bottom:6px;
	vertical-align:middle;
	background-color:#d40027;
	border-bottom:1px solid #9a0000;
	font-size: 11px;
}
div.menu a, div.menu a:visited, div.menu a:active {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	margin-right: 5px;
}
div.menu a:hover {
	text-decoration:underline;
}
div.header {
	padding-left:105px;
	padding-top:12px;
	padding-bottom:12px;
	background-color:#f5f5f5;
	border-bottom:1px solid #e5e5e5;
	font-size: 10px;
	margin-bottom:25px;
}
div.header div {
	width:670px;
}
div.header h1 {
	margin-top: 7px;
	margin-bottom: 1px;
}
div.header span {
	float:right;
	font-size: 11px;
}

/* searchform */
table.searchform th, table.searchform td {
	background:#f8f8f8;
	border:0px;
	padding:6px 6px 2px;
}
table.searchform tr th, table.searchform tr.keywords td {
	padding:6px 6px;
}
table.searchform tr th {
	text-align:right;
	font-weight:bold;
	font-size: 11px;
	padding:6px 6px 2px;
	width:100px;
}
table.searchform tr.keywords td {
	border-bottom:1px solid #e5e5e5;
}
table.searchform tr.keywords th {
	padding:6px 6px;
	vertical-align:top;
}
table.searchform {
	border-collapse:collapse;
	border:2px solid #e5e5e5;
}
table.searchform #infoText {
	color: #626262;
	font-size: 10px;
}
table.searchform table {
	border-collapse:collapse;
}
table.searchform tr table tr td, table.searchform tr table tr td {
	border:0px;
	padding:0px;
	margin:0px;
}

/* content */
h1 {
	font-family: "arial black", arial, helverica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color:#d40027;
	margin:0;
	padding:0;
	margin-top:29px;
	margin-bottom:13px;
}
h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
	margin-top:20px;
	margin-bottom:10px;
}

p, td, th, div {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}
p {
	margin:0;
	padding:0;
	margin-bottom:14px;
	line-height:14px;
}
a:link, a:active {
	color:#9c0000;
}
a:visited {
	color:#440000;
}

/* content - tables */
.content table,.content td {
	padding:0px;
	margin:0px;
}
.content td {
	vertical-align:top;
	padding-right:14px;
}
.content table th {
	padding:3px;
	padding-left:6px;
	padding-right:20px;
	word-wrap:break-word;
	font-size: 10px;
	text-align:left;
	font-weight:bold;
}

/* content - borders */
.content table.border {
	border:none;
	background-color:#f8f8f8;
	border-collapse:collapse;
	border:5px solid #f8f8f8;
	margin-bottom:5px;
}
.content table.border td {
	background-color:#ffffff;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	border:1px solid #eeeeee;
}
.content table.border th {
	border:1px solid #f5f5f5;
	font-weight:normal;
}
.content div.border {
	border:4px solid #f5f5f5;
	padding:15px;
	margin-bottom:14px;
}
.content table.border table td, .content table.border table th {
	padding:0px;
	border:0px;
}

.compact table,.compact td,.compact th {
	padding:0px;
	margin:0px;
}

/* content - lists */
ul {
	list-style-image:url(/grafik/fed/bullet2.gif);
	margin:0;
	padding:0;
}
li {
	margin:0;
	padding:0;
	margin-left:16px;
	margin-bottom:13px;
	line-height:14px;
}
ul.compact li {
	margin-bottom:3px;
}

@media print {
 .menu, .noprint { display:none; }
 .content { width:100%; }
 div.header { padding-left:0px; }
 div.header span { display:inline; left:auto; }
}
