body {
	padding-right: 15px; /* Damit im IE6 kein horizontaler Rollbalken entsteht und der rechte Rand verschwindet */
}
#Content {
	position: absolute;
	height: auto;
	width: auto;
	left: 25%;
	top: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 25px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
#Logo {
	margin-bottom: 2em;
}
#Footer {
	margin-bottom: 3em;
	font-weight: bold;
}
h1 {
	font-size: 1.8em;
	color: #666666;
}
h2 {
	font-size: 1.5em;
	color: #666666;
}
h3 {
	font-size: 1em;
	color: #666666;
}
a:link, a:visited {
	color: #666666;
}
a:hover, a:active {
	color: #000000;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.rot {
	color: #FF0000;
}
.imgright {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.schmuckbild {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
table.bildertabelle td {
	text-align: center;
	border: 1px solid #CCCCCC;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
#Navigation {
	position: absolute;
	height: auto;
	width: 25%;
	top: 25px;
	left: 0px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
#Navigation ul {
	margin-top: 0px;
	list-style-type: none;
}
#Navigation ul ul {
	margin-left: 0.5em;
	padding-left: 0.5em;
}
#Navigation li {
	display: inline;
}
#Navigation a {
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	padding: 4px 24px 4px 7px;
	color: #000000;
	background-color: #CCCCCC; /* Dieses Verhalten steht hier anstatt bei :link, :visited, damit es vom IE6 auch richtig dargestellt wird */
	background-image: none; /* Dieses Verhalten steht hier anstatt bei :link, :visited, damit es vom IE6 auch richtig dargestellt wird */
}
#Navigation a:link, #Navigation a:visited {
}
#Navigation a:hover, #Navigation a:active, #Navigation a.activelink {
	background-color: #FFFFFF;
	background-image: url(images/OPAL_Navigation.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#Navigation li a {
	font-weight: bold;
}
#Navigation li li a {
	font-weight: normal;
}
#ANP {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 0.7em;
}
@media print, embossed {
#Navigation, #ANP {
	display: none;
}
#Content {
	left: 0px;
	border-left-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
}
