/*
CSS-Datei für KiBeOn-Textseiten (Inhalt)
Version: $Id: text.css 61 2007-05-27 15:54:10Z kfr $
Autoren: zauter@iska-nuernberg.de, franken@iska-nuernberg.de
*/

body { 
    background:#ffffff; 
    font-family:arial, helvetica, sans-serif; 
    color:#000000;
}
h1{ 
    color: #000000; 
    font-family: arial, helvetica, sans-serif; 
    font-size: 160%;
} 
h1.balken { 
    color: #000000; 
    font-family: arial, helvetica, sans-serif; 
    font-size: 160%; background: #6699cc; 
    border: 1.00pt solid #6699cc; 
    padding: 0.01cm;
} 
H2 { 
    color: #000000; 
    font-family: arial, helvetica, sans-serif; 
    font-size: 120%;
} 
h4 { 
    color: #008080; 
    font-family: arial, helvetica, sans-serif; 
    font-size: 100%;

} 
p, td, li { 
    color: #000000; 
    font-family: arial, helvetica, sans-serif; 
    font-size: 100%;
}
/* bei "Freischaltungsfunktion": Anzeige der alten Teste */
.alt { 
    display:none;
}
/* bei "Freischaltungsfunktion": Anzeige neuen alten Teste */
.neu { 
    background-color: #c0c0c0;
}
/*
* Links
*/
A:link { 
    color: #000000; 
    font-family: arial, helvetica, sans-serif;
}
A:visited { 
    color: #000000; 
    font-family: arial, helvetica, sans-serif;
}
A:active { 
    color: #6699cc; 
    font-family: arial, helvetica, sans-serif;
}
ul { 
    list-style-type:square;
}

.Input { 	
	font-family: arial, helvetica, sans-serif;
	font-size: 90%; 
	color: #000000
}

