/* CSS definition file containing site wide stylesheets */
.contents_small_text { font-size: xx-small;}
.TextObject { font-family: 'Verdana', 'Helvetica Condensed', Univers57, 'Zurich Cn BT', sans-serif; font-size: 12pt; font-weight: normal;}


body { background-color:#000000; width:100%; margin-left:5px; margin-right:5px;}

#tip	{	background-color:Lightgrey;
			color:Indigo;
			font-size:14pt;
			border-width:1;
			border-style:none; }

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,tt {
 font-family:Verdana,sans-serif; color:white;}

h1 { font-size:26px; margin-bottom:18px; color:white; }

h2 { font-size:21px; margin-bottom:18px; color:white;}

h2.sh2 { font-size:21px; color:white;}

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; color:white;}

h4 { font-size:13px; color:white;}


tt { font-size:12px; color:white;}

p,ul,ol,li,div,th,address,blockquote { font-size:13px; color:white;}

td  { font-size:14px; color:white;}

    

    /* es folgt ein helles braun, war mal rot ff3333 jetzt ff9933 */	
A:link { 
	/* color: <?phpinclude ("./2farbe3_a_link.html")?>;*/
  color: white;
    background-image: url(../images/icon_external.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 15px;
	}
    
    /* es folgt ein helles gruen 00CC33 */
A:visited { 
		/* color: <?phpinclude ("./2farbe5_a_visited.html")?>;*/
    color: white;
    background-image: url(../images/icon_external.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 15px;
	}
	   
      /* es folgt ein gelb ffe500 */
a:hover {
	/*	color: <?phpinclude ("./2farbe4_a_hover.html")?>;*/
  color: white;
    background-image: url(../images/icon_external.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 15px;
	text-decoration:none;
	}

     /* es folgt ein tiefes rot-braun 339966 */
A:active { 
	/*	color: <?phpinclude ("./2farbe2_a_active.html")?>;*/
  color: white;
  background-image: url(../images/icon_external.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 15px;
	}
    

.3font {
font-size: 1em;
font-family: verdana, helvetica, arial, sans-serif;
font-color: "white"; background: "#000000";
}


a.external_1:link {  
  color:#181818;  
  background-color:#181818;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-decoration:none;
}

a.external_1:visited {    
    color:#181818; 
    background-color:#181818;
    font-size: 12px;
     text-decoration:none;
} 
a.external_1:hover {        
    color:#181818; 
    background-color:#181818;
    text-decoration:none;
}

a.external_1:activ {     
    color:#181818; 
    background-color:#181818;
    font-size: 12px;
    text-decoration:none;
}
   

    /* es folgt ein helles braun, war mal rot ff3333 jetzt ff9933  	
A.external_2:link { 	
    background-image: url(./images/icon_external.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 20px;
  color: <?phpinclude ("./2farbe3_a_link.html")?>;
	}
    
    /* es folgt ein helles gruen 00CC33  
    background-image: url(./images/icon_external.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 20px;
  color: <?phpinclude ("./2farbe5_a_visited.html")?>;
	}
	   
      /* es folgt ein gelb ffe500  
a.external_2:hover {
    background-image: url(./images/icon_external.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 20px;
  	color: <?phpinclude ("./2farbe4_a_hover.html")?>;
	text-decoration:none;
	}

     /* es folgt ein tiefes rot-braun 339966 
A.external_2:active { 	
background-image: url(./images/icon_external.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 20px;
  color: <?phpinclude ("./2farbe2_a_active.html")?>  
	}
     */
	 