html, body {
	color:      #000;
	font-size:   1em;
	font-family: Arial, Helvetica, sans-serif;
	background:  url("../pictures/12c.gif");
	margin:      0;
	padding:     0 }
	
div#container {
	text-align: justify;
	padding:     10%;
	position:    fixed;
	top:         10%;
	right:       0;
	bottom:      10%;
	left:        0;
	overflow:    auto }

* html div#container {
	position: relative;
	z-index:   3 }


div#navigation {
	text-align: left;
	margin-top:  0;
	margin-left: 10%;
	padding:     2em;
	width:       30%;
	float:       left }

* html navigation {
	margin: 0;
	padding: 2em }

div#inhalt {
	margin-top: 0;
	margin-left: 50%;
	padding:     2em;
	width:       30% }

* html inhalt {
	margin-left: 50%;
	padding:      2em }

img#bg {
	position: fixed;
	top:       10%;
	right:     10%;
	bottom:    10%;
	left:      10%;
	width:     80%;
	height:    80%;
	border:    0 }

* html img#bg {
	position: absolute }

dfn {
	display: inline;
	position: absolute;
	top:      -1000px;
	left:     -1000px;
	width:    0;
	height:   0;
	overflow: hidden }

h1 {
	color:      #036;
	font-size:   1.5em;
	font-weight: bold;
	background:  transparent;
	margin-top:  0;
	padding-top: 0 }

h2 {
	color:        #036;
	font-size:     1.1em;
	font-weight:   bold;
	background:    transparent;
	margin-top:    2%;
	margin-bottom: 5%;
	padding-top:   0 }

img {
	padding:      1%;
	border-style:  none;
	outline-style: none }

 ul  { list-style-type: none; margin: 0; padding:0 }

#navigation ul ul {
	margin-top:   1ex;
	margin-bottom: 1em;
	margin-left:   1em }

#navigation ul li {
	list-style-type: none;
	display:          inline }
	
ul li ul {
	margin:      0 0 8% 5%;
	padding-left: 5% }	

#navigation ul li a {
	margin-bottom: 1ex;
	padding:        0.5ex }

#aktiv {
	color:                #036;
	font-size:             1em;
	font-weight:           bold;
	line-height:           1.5em;
	padding:               0.5ex }

#navigation a:link {
	color:              #036;
	background:          transparent;
	list-style-image:    url("../pictures/button_az_bla27.gif");
	list-style-position: outside;
	display:             list-item }

#navigation a:visited {
	color:              #36c;
	background:          transparent;
	list-style-image:    url("../pictures/button_az_bla27_kopie.png");
	list-style-position: outside;
	display:             list-item }

#navigation a:hover {
	color:              #ffc;
	background:          #036;
	list-style-position: outside;
	display:             list-item }

#navigation a:focus {
	color:              #ffc;
	background:          #036;
	list-style-position: outside;
	display:             list-item }

#navigation a:active {
	color:              #036;
	text-decoration:     underline;
	background:          transparent;
	list-style-position: outside;
	display:             list-item }

/*links at navigation - end -*/
a:link, a:visited, a:hover, a:focus, a:active {
	font-size:      0.9em;
	font-weight:     bold;
	text-decoration: none;
	list-style:      inside;
	display:         list-item;
	margin-bottom:   1%;
	padding-top:     1%;
	padding-bottom:  1% }

a:link {
	color:     #039;
	background: transparent;
	list-style: circle }

a:visited {
	color:     #609;
	background: transparent;
	list-style: square }

a:hover, a:focus, a:active {
	color:          #f5fffa;
	background:      #036;
	list-style-type: disc;
	padding-right:   2%;
	padding-left:    5% }

div#navigation a span {
	display: none }

div#navigation a:hover span {
	color:          #009;
	font-style:      italic;
	text-decoration: none;
	background:      url("../pictures/12c.gif");
	display:         block;
	padding:         1ex;
	position:        fixed;
	z-index:         2;
	bottom:          37em;
	left:            28em;
	width:           15em;
	clear:           both;
	border:          dashed 1px #333399 }


.padfoot {
	color:        #000;
	font-size:     1.2em;
	padding-right: 1%;
	padding-left:  1% }

#footer {
	font-size: 0.8em;
	text-align: right;
	margin-top: 2%;
	padding:    2%;
	width:      100% }

#footer a:link, #footer a:visited, #footer a:hover, #footer a:focus, #footer a:active {
	list-style-type: none;
	display:          block }


