/*
CSS-Datei für KiBeOn-Formulare (Suchmasken)
Version: $Id: formular.css 32 2007-04-09 11:02:36Z 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"; 
    font-size: 160%;
} 
H2 { 
    color: #000000; 
    font-family: "arial"; 
    font-size: 120%;
} 
p, td, li, th { 
    color: #000000; 
    font-family: "arial"; 
    font-size: 90%;
}
legend { 
    font-weight:bold;
}
a:link { 
    color: #000000; 
    font-family: "arial";
}
a:visited { 
    color: #000000; 
    font-family: "arial";
}
a:active { 
    color: #6699cc; 
    font-family: "arial";
}
ul { 
    list-style-type:square;
}
div.hidden {
	display: none;
	visibility: hidden;
}
