/* CSS-Styhlsheet für alle Standarte Templates. Wird teilweisse von index.css in den Bereichen überschrieben */ 
h2 {
display: none;

}

#fond-h2 {
 display: none;
}
/* Formatierung Index Navigation */

#index-navigation {
   z-index         : 4; 
   filter          : Alpha(opacity=80);
   -moz-opacity    : 0.8;
   position        : absolute;
   background-color: #94bee5;
   overflow        : hidden; 
   top             : 33%; 
   left            : 12%;
   width           : 12%; 
   height          : 30%;
   font-family     : helvetica,arial,sans-serif;
   font-weight     : normal;
   font-size       : 100%; 
   text-align      : left;
   border          : none;
}

#index-navigation ul {
	display: none;
}
#index-navigation em {
  	display: none;
}

#index-navigation a:link,
#index-navigation a:visited,
#index-navigation a:active {
	display: none;
}

#index-navigation a:hover {
	display: none;
}

#index-navigation img {
   display: none;
}

#index-navigation p {
   display: none;
}


/* Formatierung Contentbereich */
	

#content a:link,
#content a:active,
#content a:visited {
	font-family    : helvetica,verdana,sans-serif;
	font-style     : normal;
	color          : #185EB1;
	font-weight    : normal;
	text-decoration: underline;
}

#content a:hover {
	color          : #185EB1;
	font-family    : helvetica,verdana,sans-serif;
	font-style     : normal;
	font-weight    : normal;
	text-decoration: none;
}


/* Normales Bild im Contentbereich */

#content img {	
   padding       : 0;
   margin : 0;
   clear : both;
}
#content a img {	
   padding       : 0;
   margin  : 0;
  clear : both;

}



/* Formatierung der Tabellen im Contentbereich */

#content {
   z-index         : 5; 
   position        : absolute;
   background      : none;
   top             : 29%; 
   left            : 25%;
   right           : 12%;
   width           : 63%; 
   height          : 70%; 
   overflow        : auto; 
   text-align      : justify;
   font-size       : 80%;
   padding-right   : 0;
}

/* Tabellenlayout 2 Spaltig */
#content table p {
text-align: center;
   margin : 0;
   padding: 0;
}

#content table {
   clear             : both;
   width             : 625px;
   border            : none;
   margin            : 0;
   padding           : 0;      
   vertical-align    : top;
   text-align        : center;			
}

#content th {
   margin            : 0;
   padding           : 0;   
   border            : none;
   background-color  : none;
   vertical-align    : top;
}

#content td {
   text-align: center;
   margin            : 0;
   padding           : 0;
   border            : none;
   background-color  : none;
   vertical-align    : top;
}

#content tr.even td {
   margin            : 0;
   padding           : 0;   
   border            : none;
   background-color  : none;
   vertical-align    : top;
}

#content tr.odd td {
   margin            : 0;
   padding           : 0;   
   border            : none;
   background-color  : none;
   vertical-align    : top;
}

#content table a img,
#content table img {
   clear     : both;
   text-align: center;
   border    : none;	
   padding   : 0;
   margin    : 0;
}
