/* Externe CSS Datei Startseite Tipps und Tricks */

body{
	margin:5px;
	padding:5px;
	text-align:center;
	}
	
/* Formatierung Startseite Tipps */

/* Schriften + Hintergrund Tipps */

    body {background-color:white; width:900px; margin-left:25px; margin-right:25px;}
    
    h1 {font-family:Helvetica; Arial; font-size:25pt; color:navy; text-align:center; margin-bottom:1px;}
    h2 {font-family:Helvetica; Arial; font-size:18pt; color:black; text-align:center;}
    h3 {font-family:Helvetica; Arial; font-size:12pt; color:black; text-align:justify; font-weight:normal;}
    h4 {font-family:Helvetica; Arial; font-size:14pt; color:green; margin-left:20px; text-align:center;}
    h5 {font-family:Helvetica; Arial; font-size:16pt; color:red; text-align:center;}
    h6 {font-family:Helvetica; Arial; font-size:12pt; color:black; font-weight:normal;}
    h7 {font-family:Helvetica; Arial; font-size:16pt; color:black; text-align:center;}
       
    ul {list-style-type:circle; font-family:Helvetica; Arial; font-size:13pt; color:navy; text-align:left;}
    
    a:visited {color: blue;}    
    a:hover {background-color:silver;}
    
/* horizontale Trennlinien - Farbe */    
    
    hr {color:green;}
    
/* Textfarbe - Orange, Gruen, Rot - */

    .orange
    {color:orange}      
    .green
    {color:green}      
    .red
    {color:red} 
       
/* Liste1 */
    .Liste1
    ul {list-style-type:circle; font-family:Arial; Helvetica; font-size:12pt; color:navy; text-align:left;}

    .h3center
    h3 {font-family:Helvetica; Arial; font-size:12pt; color:black; text-align:center;}

/* Navigationsleiste unten */

    .navback 
    a {font-family:Arial, Helvetica; font-size:14pt;color:blue; text-decoration:none;}
    .navback
    a:hover {background-color:silver;}
    .navback
    hr {width:900; color: orange;}
    td {font-family:Arial, Helvetica; font-size:14pt;color:black;}      
    
/* Link nicht unterstrichen, Hintergrund silber */

    .link1
    a {text-decoration: none}
    .link1
    a:hover {background-color:silver;}    
          
/* h3-rot */
    
    .h3red 
    {
    font-family:Helvetica; Arial; font-size:12pt; color:red; text-align:justify
    } 

/* h3-unter der Ueberschrift */

    .h3top 
    {
    font-family:Helvetica; Arial; font-size:18pt; color:navy; text-align:center
    } 
