body, html
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
}

#background
{
	left: 0px;
	top: 0px;
}

#background #arc
{
	left: 0px;
	top: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/hintergrund_03.png');
*/}

#background #arc {
	background-image: url(images/hintergrund_03.gif);
}

#background #top
{
	position: absolute;
	width: 100%;
	height: 76px;
	background-color: #bae281; 
/*	background-color: #99df83;	*/
/*	background-color: #c4e49e;*/
	background-repeat: repeat-x;
}

#background #left
{
	position: absolute;
	width: 20px;
	height: 100%;
	background-color: #fff985;
/*	background-color: #fffb85; */
	background-repeat: repeat-y;
}

#logo
{
	position: absolute;
	left: 50px;
	top: 10px;
}

#picture
{
	position: absolute;
	top: 76px;
	height: 85px;
	width: 100%;
	background-color: #E7E7E7;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	white-space: nowrap;
}

#picture img#first { margin-left: 130px; }

#picture object { margin-left: 130px; }

#picture img
{
	padding-right: 5px;
	white-space: nowrap;
}

#content
{
	position: absolute;
	top: 168px;
	left: 200px;
	width: 400px;
	z-index: 100;
}

#content .block
{
	background-color: #ededed;
	padding: 1px 0px 1px 0px;
}

#content .block ul
{
	list-style-type: disc;
}

#content .block a.active
{
	font-weight: bold;
}

#content .block ul ul
{
	margin: 0px 0px 6px 24px;
}

#content h1
{
	font-size: 16px;
	color: #0072bc;
	margin: 12px 0px 12px 0px;
	padding: 0px;
}

#content h2
{
	font-size: 14px;
	color: #0072bc;
	margin: 12px 0px 12px 0px;
	padding: 0px;
}

#content h3
{
	font-size: 14px;
	color: #0072BC;
	margin: 12px 0px 12px 0px;
	padding: 0px;
	font-weight: normal;
}

#content h4
{
	font-size: 12px;
	color: #0072BC;
	font-weight: normal;
	margin: 12px 0px 12px 0px;
	padding: 0px;
}

#content p
{
	line-height: 16px;
	margin: 12px 0px 12px 0px;
	padding: 0px;
}

#content ul
{
	list-style-type: square;
	list-style-position: default;
	margin: 12px 0px 12px 25px;
	padding: 0px;
}

#content a
{
	text-decoration: none;
	color: #666;
}

#content a:hover
{
	text-decoration: underline;
	color: #0072BC;
}

#content .portrait
{
	float: left;
	padding: 1px 12px 12px 0px;
}

#navigation-sub
{
	position: absolute;
	left: 620px;
	top: 180px;
	z-index: 100;
	color: #0072bc;
	width: 165px;
	border-left: 1px solid #ededed;
	padding-left: 10px;
}

#navigation-sub ul
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #666;
	font-weight: bold;
	font-size: 11px;	
}

#navigation-sub li { margin-bottom: 6px; }

#navigation-sub li a
{
	text-decoration: none;
	color: #666;
}

#navigation-sub li a:hover
{
	text-decoration: underline;
	color: #0072BC;
}

#navigation-sub li a.active
{
	color: #000;
}

#navigation
{
	position: absolute;
	z-index: 100;
	color: #0072bc;
	font-size: 11px;
	font-weight: bold;
}

#navigation a
{
	text-decoration: none;
	color: #0072bc;
	white-space: nowrap;
}

#navigation a.active { color: #FF0000; }

#navigation #a
{
	left: 100px;
	top: 110px;
	position: absolute;
}

#navigation #b
{
	left: 20px;
	top: 140px;
	position: absolute;
}

#navigation #c
{
	left: 51px;
	top: 170px;
	position: absolute;
}

#navigation #d
{
	left: 31px;
	top: 200px;
	position: absolute;
}

#notice
{
	position: absolute;
	left: 35px;
	top: 490px;
	z-index: 100;
	color: #0072bc;
	font-size: 11px;
	width: 170px;
}

#notice p
{
	padding: 0px 0px 6px 0px;
	margin: 0px;
}

#notice a
{
	text-decoration: none;
	color: #666;
}

#notice a:hover
{
	text-decoration: underline;
	color: #0072BC;
}

#login
{
	position: absolute;
	left: 490px;
	top: 38px;
	width: 300px;
	z-index: 100;
	color: #0072bc;
	font-size: 11px;
	padding-bottom: 1px;
	text-align: right;
}

#login ul {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#login li {
}

#login a {
	text-decoration: none;
	color: #0072bc;
	font-weight: bold;
}

#footer {
	margin-top: 48px;
	margin-bottom: 24px;
	text-align: right;
	padding-right: 10px;
	height: 50px;
	background-image: url("images/abschluss.gif");
}

#footer img {
	padding-left: 10px;
	padding-top: 10px;
}

#footer_print {
	display: none;
}


#notice ul.pdf-download {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	list-style-image: url("images/pdf.gif");
	list-style-type: none;
}

#notice ul.pdf-download li {
	padding-left: 5px;
}

ul.pdf-download {
	list-style-image: url("images/pdf.gif");
}
