@charset "UTF-8";
/* @prographics body style */

body {
	margin: 0px;
	background-color:#231e54;
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

a{
	text-decoration:none;
}

* { 
	margin: 0;
	padding: 0;
	font: normal 0.95em verdana, sans-serif;
}

body {
	text-align: center;
}

div {
	text-align: left;
}

html, body {
}

/* pages */

div#page {
	position:relative;
	margin: 0 auto;
	width: 964px;
	height: auto !important;
	margin-top:30px;
	font-weight:normal;
	height:100%;

}

div#page .header{
	position:relative;
	width: auto;
	height: 76px;
	color:#000000;
	background-color:#FFFFFF;
	margin-bottom:6px;
	padding-left:10px;
	padding-right:20px;
	background-image:url(/de/images/aalz.gif);
	background-repeat:no-repeat;
	background-position: 779px center;
}

div#page .language{
	padding-top:10px;
	height:20px;
	width:auto;
	
}
div#page .inhalt{
	width: auto;
	height:auto;
}

div#page .ibottom{
	margin-top:6px;
	width: auto;
	height: 76px;
	color:#000000;
	background-color:#FFFFFF;
	float:none;
}

div#page .ibottom .quarter{
	width: 25%;
	height: 76px;
	color:#000000;
	background-color:#FFFFFF;
	float:left;
}

div#page .ibottom .quarter .a1{
	padding: 2px 0 0 20px;
	font: bold 0.95em verdana, helvetica, sans-serif;
	line-height:25px;
}

div#page .ibottom .quarter .a2 ul{
	padding: 7px 60px 0 0px;
	list-style-position: outside;
	list-style-image: url(/de/home/quadrat_blau.gif);	
}

div#page .ibottom .quarter .a2 li{
	font: bold 1.1em verdana, helvetica, sans-serif;
	line-height:14px;
	list-style-position: outside;
	list-style-image: url(/de/home/quadrat_blau.gif);	
}


div#page .bottom{
	font: normal 0.9em verdana, helvetica, sans-serif;
	margin-top:10px;
	padding-bottom:20px;
	color:#ffffff;
	padding-left:20px;
	padding-right:20px;
	text-decoration: none;
	text-align: right;	
	right:-2px;
	position:absolute;
	
}


/* ############################################# navi */

div#page .top_navi{
	position: absolute; 
	bottom: 0;
	left:10px;
	padding-bottom:7px;
	float:left;
}

.navi, .navi2 {
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
	margin-left:2px;
}
 
.navi li, .navi2 li {
	font: normal 1.1em verdana, sans-serif;
	color:#777;
  float:left;
  padding: 0px 8px;
	cursor:pointer;
	background:#FFF;
}

.navi li.active, .navi2 li.active {
	color:#000;
	font-weight:bold;
}

.navi li:hover, .navi2 li:hover {
	color:#000;
}

.navi li.subnav, .navi2 li.subnav {
	cursor:default;
}

.navi li.sep, .navi2 li.sep {
	border-left:#888 1px solid;
}

.bottom li{
	font: normal 1.1em verdana, sans-serif;
  background-color: #231e54;
  padding: 0px 8px;
	color:#FFF;
}

.bottom li:hover {
	background-color: #4E4496;
	color:#FFF;
}

.bottom li.active {
	color:#FFF;
}

/* ############################################# subnavi */

#orange_bar{
	position:absolute;
	top:-1000px;
	background-color:#f15b29;
	height:6px;
	width: 40px;
	z-index: 2;
}

.subnavi_list{
	float:left;
	position:absolute;
	top:0px;
	left:-2000px;
	z-index:12;	
}
.subnavi_list ul{
	float:left;
	min-width:100px;
	/*border-bottom:1px #666666 solid;*/	
}

.subnavi_list li{
	background-color:#DDD;
	color:#333;
	border:1px #999 solid;
	border-top: none;
	overflow:visible;
	padding: 3px 10px 3px 10px;
	cursor:pointer;
	list-style:none;
	list-style-type:none;
	list-style-position:inherit;
}

.subnavi_list li:hover{
	background-color:#333;
	color:#CCC;
	border-left:1px #333 solid;
	border-right:1px #333 solid;
}




a{
	
	text-decoration:none;
}


.textcenter ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left:15px;
	padding-right:50px;
}
.textcenter li {
	padding-bottom:10px;
	font: normal 0.9em verdana, helvetica, sans-serif;
}  

.textcenter_head, .textcenter_head p {
	font: bold 0.95em verdana, helvetica, sans-serif;
}
.textcenter_head {
	padding: 20px; 
	padding-bottom: 5px; 
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #333;
}

/* ############################################# */

.bold_pe{
	font-weight:bold;
}

.header_pe{
	font-size: 1.2em;
	font-weight:bold;
	color:#333;
}

.subheader_pe{
	font-size: 1.0em;
	font-weight:bold;
	color:#000;
}

.text_pe{
	font-size: 0.8em;
	font-weight:normal;
	color:#000;
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */