
/*
******************************************************

Diese Style Sheets sind für IE 5 / 5.5 optimiert.

******************************************************
*/


/*
Formate für die Darstellung von Artikeln:
*/

/* Überschrift */
div.headline { font-size: 13pt;
               font-family: verdana, tahoma, arial;
               text-indent: 0px;
               font-weight: bold;
               margin: 0em 0em 0.25em 0.5em;
             }

div.subheadline { font-size: 11pt;
                  font-family: verdana, tahoma, arial;
                  text-indent: 0px;
                  font-weight: bold;
                  margin: 0.5em 0em 0.5em 1.5em;
                }			 

div.subheadline2 { font-size: 10pt;
                   font-family: verdana, tahoma, arial;
                   text-indent: 0px;
                   font-weight: bold;
                   margin: 0.5em 0em 0.5em 2.5em;
                 }
  
div.subheadline3 { font-size: 10pt;
                   font-family: verdana, tahoma, arial;
                   text-indent: 0px;
                   font-style: italic;
                   margin: 0.5em 0em 0.5em 2.5em;
                 }
                               
div.subheadline_popup
        {
        font-size: 11pt;
        font-family: verdana, tahoma, arial;
        text-indent: 0px;
	text-align: justify;
        font-weight: bold;
        margin: 0.5em 0em 0.5em 1.6em;
	width: 590px;
        }	
				 
/* Artikelinhalt */
div.artikel { font-size: 10pt;
              font-family: verdana, tahoma, arial;
              text-align: justify;
              text-indent: 0px;
              margin: 0.5em 0em 0em 1.75em;
              padding:0em;
              line-height: 1.3;
			  color: #444444;
			  width: 560px;
            }
			 
/* Artikelinhalt_popup */
div.artikel_popup
            { font-size: 10pt;
              font-family: verdana, tahoma, arial;
              text-align: justify;
              text-indent: 0px;
              margin: 0.5em 0.25em 0em 2em;
              float: center;padding:0em;
              line-height: 1.3;
			  color: #444444;
			  width: 600px;
            }
			
/* Aufzählung Links */
div.aufzaehlung_links { font-size: 10pt;
              			font-family: verdana, tahoma, arial;
              			text-align: left;
              			text-indent: 0px;
              			margin: 0.2em 0.25em 0em 0.5em;
              			float: center;
              			line-height: 1.3;
			  			color: #444444;
			  			width: 390px;
            		  }
	 
/* Text rechtsbündig */
div.textright { font-size: 10pt;
           		font-family: verdana, tahoma, arial;
           		text-align: justify;
           		float: right; padding:0.5em;
			    color: #444444;
         	  }
			  
/* Text Aufzählung */
div.aufzaehlung 
	{
	font-size: 10pt;
        font-family: verdana, tahoma, arial;
        text-align: left;
        float: left;
	margin: 0.5em 0em 0em 1em;
        line-height: 1.3;
	color: #444444;
	width: 550px;
        }

/* Text Adresse */
div.adresse  { font-size: 10pt;
               font-family: verdana, tahoma, arial;
               text-align: left;
               float: center;
               line-height: 1.3;
	       margin: 2em 0em 2em 8em;
	       color: #000000;
	       width: 200px;
             }

   
/* Bloecke runter */
div.bottom { 
             position: relative; top:1px;
           }

						
/* Bild mittig */
div.picturecenter {
                    width="200";
           			float: center; padding:0.5em;
         		  }
		 
/*
Hier die Überlagerung vorhandener Tags zur Anpassung an Fonts und Einrückungen
*/

/* Fensterinhalte dichter an den Rand holen */
/* body { margin: -0.5em 0.5em -0.5em 0em; } */

BODY 
{margin: -0.5em 0.5em -0.5em 0em; } 

img.text { margin: 0em 0em 0.5em 1em; } 
 
/* Default-Font für Tabellen */
td, th 
	{
	font-size: 10pt;
        font-family: verdana, tahoma, arial;
	color: #444444;
	}   


/* Eingabefelder für Formulare */
input, select, textarea { font-size: 10pt;
                          font-family: verdana, tahoma, arial;
		          background-color: #cccccc;
                        }

/* Eingabefelder für Listen */
li {    font-family: verdana, tahoma, arial;
        text-align: left;
        text-indent: 0px;
        margin: 0em 0em 0.25em 0em;
        float: center;padding:0em;
        line-height: 1.3;
	color: #444444;
	}

/* Links nur bei Mouse Over unterstreichen und Farben setzen...*/
a {text-decoration : none;} 
a:hover {text-decoration: underline;} 
a:link {color: blue;}
a:active {color: blue;}
a:visited {color: blue;}
  
/* Default-Fonts für Schriftattribute */
b, i, u, strong { font-size: 10pt;
                  font-family: verdana, tahoma, arial;
                }
