body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../img_interface/hintergrund.gif);
}
body, td, li {
	color: #333;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
div, span {
	margin:0;
	padding:0;
}
a:link, a:visited, a:hover, a:active {
	color:#9F5151;
	text-decoration: none;
	border-bottom: 1px dashed #CCC7B5;
}
a:hover{
	color:darkred;
	border-bottom-style: solid;
}
h1 {
	color: #9F5151;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
}
h2 {
	color: #9F5151;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color:#333;
	font-size: 14px;
	font-weight: normal;
}
h4 {
	color:#333;
	font-size: 12px;
	font-weight: normal;
}
ul, ol {
	padding:0;
	margin-left:20px;
}

.rot{
	color:#9F5151
}

.textbereich{
	width: 540px;
	padding-left: 30px;
	margin-top: 120px;
	padding-bottom: 25px;
}
.fusszeile {
	padding: 2px 30px 2px 30px;
	margin-top: 30px;
	height:17px;
	color: #666;
	font-size: 10px;
	background: transparent url(../img_interface/fussleiste.gif) repeat-x top;
}
.fusszeile a:link, .fusszeile a:visited, .fusszeile a:hover, .fusszeile a:active {
	border: none;
}
table.tabelle {
	empty-cells:show;
}
table.tabelle tr td {
	background-color:#F7EFDE;
	padding:2px 5px 2px 5px;
	border-bottom:1px solid white;
	border-right:1px solid white;
	font-size:11px;
}
table.tabelle tr.kopfzeile td {
	background:#E8DDC7 url(../img_interface/tabelle_kopfzeile.gif) repeat-x;
	font-weight: bold;
}
table.tabelle tr.kopfzeile td a:link,
table.tabelle tr.kopfzeile td a:active,
table.tabelle tr.kopfzeile td a:visited,
table.tabelle tr.kopfzeile td a:hover {
	color:#444;
	border:none;
}
table.tabelle tr td.funktionsleiste {
	border-bottom:1px solid #E8DDC7;
}
table.tabelle tr td.funktionsleiste div.zusatzdaten {
	margin-top:10px;
	margin-bottom:10px;
}
table.tabelle tr td.funktionsleiste ul.dateiliste li {
	font-size:11px;
}
table.tabelle tr td.funktionsleiste a:link,
table.tabelle tr td.funktionsleiste a:active,
table.tabelle tr td.funktionsleiste a:visited,
table.tabelle tr td.funktionsleiste a:hover {
	border:none;
}

hr {
	height: 0px;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #ccc;
}
.huelle {
	display: block;
	width: 600px;
	margin: 25px auto 25px auto;
	border: 2px solid #A6997C;
	background-color: white;
	padding: 2px;
}
.huelle .innen {
	position:relative;
	display: block;
	text-align: left;
	background: white url(../img_interface/kopfbereich.gif) repeat-x top;
	border: 1px solid #A6997C;
}
h1.logo {
	position:absolute;
	top:8px;
	margin:0;
	margin-left:30px;
	color:white;
	display:block;
	font: 28px Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
}
h1.logo .subline {
	font-size:16px;
	line-height:16px;
	display:block;
}
h1.subdomain_title {
	position:absolute;
	top:70px;
	margin:0;
	margin-left:30px;
	color:#A6997C;
	display:block;
	font: 14px Georgia, "Times New Roman", serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}
