/* CSS für Informatik für Profis */
/* Peter Nussbaumer, BG und BRG Tulln */
/* September 2002 */

/* info_profis.css */


a:link {
        font-weight:normal;
        color:#AF6B10;
        text-decoration:none;
}

a:hover {
        font-weight:normal;
        background-color:#ffffff;
        color:#919F24;
        text-decoration:none;
}

a:visited {
        font-weight:normal;
        color:#FF00FF;
        text-decoration:none;
}

body {
        font-family:Arial, Helvetica;
        font-size:11pt;
        color:#000044;
        background-color:#E4FEB4;
}

h1, h2, h3 {
        font-family:Arial, Helvetica;
        color:#000000;
        background-color:#eeeeee;
}

h1 { font-size:30pt }
h2 { font-size:20pt }
h3 { font-size:14pt }
h4 { font-size:12pt;
        color:#000000;
        background-color:#eeeeee;
        font-weight:bold;
        text-align:left;
        text-indent:5mm;
}

hr { width:90% }

ul,ol {
        font-family:Arial, Helvetica;
        font-size:14pt;
}

li {
        font-family:Arial, Helvetica;
        font-size:14pt;
}

p {
        font-family:Arial, Helvetica;
        font-size:10pt;
}


pre {
        font-family:Courier;
        font-size:9pt;
        color:#000000;

}

p.haupt {
        font-family:Arial;
        font-size:14pt;
        color:#00ff00;
}
p.unter {
        font-family:Arial;
        font-size:10pt;
        color:#ff0000;
}
.klein {font-size:10pt;}