* { margin: 0 auto; padding: 0;}

html, body {
	margin:0px; 
	padding:0px; 
	background:#fff; 
	font-family:Verdana, Arial; 
	font-size:10pt;
	text-align:center;
	}

/*********** DIV Anfang ***************/
.header {
	display:block; 
	height:140px; 
	color:#fff; 
	padding:0px;
	background:#bcc1d5; 
	z-index:1;
	}
	
#logo_ifua {
	background-image:url(img/logo_ifua.gif);
  position:absolute;
  left:-42px; 
  top:58px;
	z-index:99;
	height:82px;
	width:422px;
  }

#container {
	position:relative; 
	display:block; 
	width:900px;
	margin:0px auto;
	border-width:1px;
	border-style:solid;
	border-color:#999;
	height:100%;
	background:#bcc1d5; 
  background-image: url(img/background.gif);
	background-position: 0px 400px;
	background-repeat:repeat-y;
	}
		
#navi {
	float:left;
	position:relative; 
	width:200px; 
	left:20px;
	text-align:left;
  /*background:#e3e6ed url(img/einpxgif.gif) repeat-y 50% 0;*/
  border-top-width:1px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-style:solid;
	border-color:#999;
	}

#right {
	float:right; 
	position:relative; 
	width:200px; 
	right:20px;
	/*background:#e3e6ed;*/
	border-top-width:1px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-style:solid;
	border-color:#999;
	text-align:left;
	height:100%;
	}
	
#content {
	margin-left:220px; 
	margin-right:220px; 
	position:relative; 
	display:block;/* */
	height:1%;
	/*background:#fff;*/
	border-top-width:1px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-style:solid;
	border-color:#999;
	text-align:left;
	padding:8px;
	}

#news {
	border-top-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-style:solid;
	border-color:#999;
	}
	
#glossar, #aktuelles {
	border-width:0px;
	border-style:solid;
	border-color:#999;
	}

.navi_adresse p {
	padding-left:8px;
	padding-bottom:6px;
	}
	
.clear {
	clear:both;
	}

/*********** DIV Ende ***************/

/*********** Typographie Anfang ***************/
p {
  margin-top:4px;
	margin-bottom:4px;
  }

h1 {
	font-size:12pt;
	margin-top:6px;
	margin-bottom:3px;
	}

h2 {
	font-size:11pt;
	}

h3 {
	font-size:10pt;
	}

#content ul {
  list-style-type:square; 
  padding-top:6px;
  padding-bottom:12px;
  padding-left:30px;  
  }

li {
  padding-bottom:4px;
  }

#content a, #content a:visited {
	font-size:10pt;
  text-decoration:underline;
  color:#000;
	}

#content a:hover {
  text-decoration:none;
  background:#bcc1d5;
}
/*********** Typographie Ende ***************/

/*********** Navigation Anfang (tabelle) **************/
td.aktiv {
	background:#bec2d4;
	}

td.pfeil_	{
	background-image:url(img/pfeil_rechts.gif);
	}

td.pfeil_unten	{
	background-image:url(img/pfeil_unten.gif);
	}
  	
td.pfeil_aktiv	{
	background-image:url(img/pfeil_unten.gif);
	}

.navi_table td {
	border-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-color:#999;
	border-style:solid;
	min-height:20px;
}

.navi_table {
	border-width:0px;
	border-color:#999;
	border-style:solid;
	border-left-width:1px;
}

.navi_table a, .navi_table a:hover, .navi_table a:visited {
	font-size:10pt;
  text-decoration:none;
  color:#000;
	padding-left:6px;
	}
/*********** Navigation Ende (tabelle) **************/

/*********** Aktuelles Anfang (tabelle) **************/
.aktuelles_table a, .aktuelles_table a:hover, .aktuelles_table a:visited {
	font-size:10pt;
  text-decoration:none;
  color:#000;
	padding-left:6px;
	}
	
.aktuelles_table td {
	border-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-color:#999;
	border-style:solid;
	min-height:20px;
}

.aktuelles_table td {
	border-left-width:1px;
	padding-left:6px;
	padding-right:6px;
	}
	
.aktuelles_table td {
	font-family:Verdana, Arial; 
	font-size:10pt;
	}
/*********** Aktuelles Ende (tabelle) **************/

/*********** Glossar Anfang tabelle ***************/
.glossar_table {
	border-width:0px;
	border-color:#999;
	border-style:solid;
	border-left-width:1px;
}

.glossar_table td {
	border-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-color:#999;
	border-style:solid;
	text-align:left;
}

.glossar_table td.pfeil {
	background-image:url(img/pfeil_rechts.gif);
	}

.glossar_table a, .glossar_table a:hover, .glossar_table a:visited {
	font-size:9pt;
  text-decoration:none;
  color:#000;
	padding-left:6px;
	}

/*********** Glossar Ende tabelle ***************/	

/*********** Definitionslistenelemente (Glossar) - Anfang ***************/
dt {
    font-size:10pt;
    font-weight:bold;
	}

dl	{
	margin-top: 20px;
	padding-top: 0;
	}

dl dt {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: 0;
	border-bottom: 1px solid #BCC1D5;
	line-height: 100%;
	}
	
dl dd {
	padding: 0 10px 8px 20px;
	}

dd img {
  float:right;
  padding-left:8px; 
  padding-bottom:8px;
  border-width:1px;
  border-color:#ccc;
}

dd ul {
  list-style-type:square; 
  padding-top:6px;
  padding-bottom:12px;
  padding-left:0px; 
}  

#content hr {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border: 0;
  border-bottom: 1px solid #ccc;

}

.portraits {padding-left:15px; text-align:left; }

.projekte {padding-left:15px; text-align:left; }
.projekte h1 {font-size:11pt; } 
.projekte h2 {font-size:10pt; padding-top:15px; float:left;}

.abstand {   
   padding-left:140px;
   margin-bottom:0px;
   padding-top:15px;
   }

.rechts {
  float:right;
  margin-left:8px; 
  margin-bottom:8px;
  border-width:1px;
  border-color:#ccc;
  }

/***** <div id="oben"><a href="#container">^ nach oben</a></div> *****/
#oben {
  float: right;
  text-align: right;
}

#oben a, #oben a:link, #oben a:visited {
  background:	none;
	color:#000;
	font-size:10px;
}
/*********** Definitionslistenelemente (Glossar) - Ende ***************/
