body {
	background-color : #cacdcd;
	background-image : url('./images/gray.png');
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #990000;
}

body a {
	font-weight:bold; 
	color:#999999; 
	text-decoration:underline; 
	background-color: transparent; 
}

body a:hover { 
	font-weight:bold; 
	color:#000000; 
	text-decoration:underline; 
	background-color: transparent; 
}
* {	
	margin: 0;
	padding: 0;
}

/* NAVIGATION */
nav {
	width: 100%;
	padding: 0;
	right: 0px;
	left: 0px;
	top: 0;
	z-index: 1030;
	background: #FFFFCC;
	font-family: Verdana;
	font-size: 9pt;
	line-height: 1.5;
	float: left;
	position: absolute;
}

nav ul {
	float: left;
	width: 140px;
	list-style-type: none;
}

/*--definiert die Block"uberschriften--*/
nav h3 {
	font-size: 10pt;
	text-align: center;
	color: #000;
	border: 1px solid #ffffcc;
	background: #FFFFCC;
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
nav a {
	text-decoration: none;
	display: block;
	border: 1px solid #ffffcc;
	text-align: center;
	background: #FFFFCC;
	color: maroon;
}

/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
nav a:hover {
	color: black;
	background: #d8d0b1;
}

/*verhindert im Zusammenhang mit position absolute bei ul ul
*eine H"ohenvergr"osserung von nav beim Hovern--
*/

nav li {
	position: relative;
}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
nav ul ul {
	position: absolute;
	z-index: 2;
	display: none;
}

/*--l"asst die Dropdown-Links beim Hovern erscheinen--*/
nav ul li:hover ul {
	display: block;
}

/*--nur f"ur IE-Versionen kleiner gleich 6 erkennbar--*/
* html nav ul li{
	float: left;
	width: 100%;
}

/*--nur f"ur IE 7 erkennbar--*/
*+ html nav ul li {
	float: left;
	width: 100%;
}

/*--bewirkt Hover-Effekt f"ur IE kleiner 7 auch f"ur ul- und li-Elemente--*/
*html body {
	behavior: url(csshover3-source.htc);
	font-size: 100%;
}

*html nav ul li a {
	height: 1%;
}

/*--definiert einen Einzellink im Normalzustand, wenn kein Drop-Down erforderlich--*/

nav a.direkt:link {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: maroon;
	border: 0px;
	background: #ffffcc;
}

/*--definiert einen Einzellink im Hoverzustand, wenn kein Drop-Down erforderlich--*/

nav a.direkt:hover {
	color: black;
	background: #d8d0b1;
	border: 0px;
}

nav form {
        list-style: none;
        display: inline;
        margin-top: 0.5em; 
	margin-right: 20px;
        float: right;
}
nav input[name=suche] {
  width: 225px;
}

/* ENDE NAVIGATION */

div#textblock {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding: 10px 10px 10px 10px;
	color:#000000;	
}


div#textblock div {
	margin-left:auto; 
	margin-right:auto;
}

div#textblock table td, table th {
	padding: 10px;
	margin: 10px;
	border-spacing:5;
	border-collapse:collapse;
	background-color:#ffffff;
}

div#textblock table {
	margin-left:auto; 
	margin-right:auto;
}

/*div#textblock a {
	font-size:12pt;
}
*/

div#artikel_header {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding: 40px 10px 10px 10px;
	margin-top: 20px;
	text-align: left;
}
div#artikel_header a {
	font-size:10pt;
}
div#artikel_header a:hover {
	font-size:10pt;
}

div#artikel_header_logo {
	position: relative;
	float: right;
	text-align: right;
	padding: 0px;
}
div#artikel_header_title {
	position: relative;
	float: left;
	padding-bottom: 10px;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}

footer a {
	font-size: 10pt;
}
footer a:hover {
	font-size: 10pt;
}
footer {
	width: 100%;
	/*height: 2em;
	padding: 2em;*/
	padding-bottom: 35px;
	text-align:center;
	-size: 13px;
	background-color: transparent;
}

.druck {
  display: none;
}

h2 {
        color:#000000;
	margin-top: 44px;
	margin-bottom: 8px; 
}

h3 {
        color:#000000;
	margin-top: 6px;
	margin-bottom: 8px; 
}

