/* Allgemeine Formatierungen */
body {
	background: url(../g/bodyBackground.gif) left top no-repeat #ffffff;
	background-attachment: fixed;
	color: #000000;
	font-family: Arial, "Liberation Sans", sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 10px 10px 5px 10px;
}
h1 {
	margin-top: 0px;
	border-bottom: 1px solid #8f8e8a;
	color: #5f5850;
	font-size: 16pt;
	vertical-align: middle;
}
h1 img {
	vertical-align: middle;
}
h2 {
	color: #5f5850;
	font-size: 12pt;
	border-bottom: 1px dotted #8f8e8a;
	margin: 1em 0 0.5em 0;
}
h3 {
	font-size: 10pt;
	font-style: italic;
	margin: 0 0 0.5em 0;
}
p, ul {
	margin: 0 0 0.5em 0;
	font-family: Verdana, Tahoma, "Bitstream Vera Sans", sans-serif;
}
ul {
	list-style: none;
	padding: 0px;
	margin-left: 20px;
}
li {
	background: url(../g/bullet.gif) left 4px no-repeat;
	padding-left: 15px;
}
a.external {
	padding-right: 13px;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url(../g/external.gif);
}
a:link, a:visited {
	color: #903020;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
a[name]:hover, a[name]:active, a[name]:focus {
	text-decoration: none;
}
.rightFloat {
	float: right;
	margin: 0 0 0 0.5em;
}
.leftFloat {
	float: left;
	margin: 0 0.5em 0 0;
}
.bold { font-weight: bold; }
.center { text-align: center; }
.nowrap { white-space: nowrap; }
div.notice {
	margin: 10px 0 10px 0;
	padding: 0 10px 5px 60px;
	border: 2px solid #8f8e8a;
	background: #fffae0 no-repeat url(../g/notice.gif) 10px 10px;
}
div.notice h2 {
	color: #000000;
	margin-top: 10px;
	border: none;
}
p.footer {
	clear: both;
	font-size: 8pt;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 10px 5px 10px 5px;
	background: url(../g/footerBackground.gif) left top repeat-x #f4f3f1;
	border-top: 1px solid #e8e6e0;
	color: #8f8e8a;
}
