div#aticlogozeile {
	position: absolute;
	width: 56em;
	height: 5.5em; 
	top: 1em;
	left: 1em;
/*	border: 0.2em solid;
	border-color: gray; */
	padding: 0.5em;
}

div#aticlogo {
	float: left;
	padding-left: 0em;
	padding-top: 0em;
	width: 13.6em;
}


div#mittelelement {
	float: left;
	width: 11em;
	background-color: #486DA9; 
	border: 0.2em solid;
	border-color: white; 
	height: 100%
}


div#titelgrafik {
	float: right;
	width: 20em;
}

div#mittelspalte {
	position: absolute;
	top: -0.4em;
	width: 11em;
	left: 14em;
	background-color: #486DA9;
	border: 0.2em solid;
	border-color: white;
	height: 100%;
}

div#hauptelement {
	position: absolute;
	width: 57em;
	background-color: #E8E8E8;
	border: 0.2em solid;
	border-color: gray;
	min-height: 25em;
	padding: 0.5em;
	top: 7.4em;
	left: 1em;
}

div#navigationsspalte {
	float: left;
	width: 12em;
	padding: 0.5em;
}

div#navigation {
	padding-top: 0.5em;
	padding-bottom: 0.5em;	
	width: 12em;
}

div#navigation ul {
	list-style-type: none;
	margin-top: 0em;
	margin-left: 0em;
	padding-left: 0em;
	padding-right: 0em;
}

div#navigation ul li a {
	list-style-type: none;
	display: block;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0.5em; 
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	font-size: 1em;
	text-decoration: none;
	}

div#navigation ul li a.normal {
	color: #666666;
	background-color: #E8E8E8
	}

div#navigation ul li a.aktiv {
	color: white;
	background-color: gray;
	}

div#navigation ul li a:hover {
	color: #666666;
	background-color: #D2D2FF;
	}

div#navigation ul li a.normal-ebene2 {
	color: #486DA9;
	padding-left: 1em;
	font-size: 0.85em;
	background-color: #E8E8E8
	}

div#navigation ul li a.aktiv-ebene2 {
	color: white;
	padding-left: 1em;
	font-size: 0.85em;
	background-color: #999999;
	}

/*
div#navigation ul li a.hover-ebene2 {
	color: #666666;
	padding-left: 1em;
	font-size: 0.85em;
	background-color: #D2D2FF;
	}
*/

div#mittelspalte {
	position: absolute;
	top: -0.2em;
	width: 11em;
	left: 14em;
	background-color: #486DA9;
	border: 0.2em solid;
	border-color: white;
	height: 100%;
	vertical-align: bottom;
}

div#hauptinhalt {
	float: right;
	width: 30em;
	padding: 0.5em;
}

/* Schriftformatierungen */
P, H1, H2, input, ul, li, a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666
}

div#mittelspalte H1 {
	color: white;
}

div#mittelspalte P {
	color: white;
}

div#mittelspalte A {
	vertical-align: bottom;
	color: white;
}


a {
	text-decoration: none;
	color: #666666
}

a.mail img {
	border: none;
}

a.internal-link img {
	border: none;
}

a.external-link-new-window img {
	border: none;
}

P.bodytext {
	font-size: 1em;
	padding-bottom: 0.2em;
	line-height: 125%
}

h1, h2 {
	font-weight: bold;
}

h1 {
	font-size: 1.25em;
	padding-top: 0.3em;
}

h2 {
	font-size: 1.1em;	
	padding-top: 0.3em;
}

DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 0em;  }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 2em; margin-bottom: 0em; padding-bottom: 0.2em; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 4em; margin-bottom: 0em; padding-bottom: 0.2em; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 6em; margin-bottom: 0em; padding-bottom: 0.2em; }
DIV.csc-menu-2 P.csc-sitemap-level1 P { color: #666666; margin-bottom: 0em; padding-bottom: 0.2em;}
DIV.csc-menu-2 P.csc-sitemap-level2 P { color: #666666; }
DIV.csc-menu-2 P.csc-sitemap-level3 P { color: #666666; }
DIV.csc-menu-2 P.csc-sitemap-level4 P { color: #666666; }

/*PRS+ 20051205*/
:lang(de)    { quotes:"\201E" "\201C" "\201A" "\2018"; }
:lang(en)    { quotes:"\201C" "\201D" "\2018" "\2019"; }
:lang(fr)    { quotes:"\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A"; }

q:before { content:open-quote;}
q:after { content:close-quote;}

/*PRS- 20051205*/