/* prepr.css */
/* Formatdefinitionen fuer die Seiten sfb**pr.html */

/* Falls wir serifenfreie Fonts verwenden wollen */
h1,h2,h3,h4,p,ul,ol,dl,dt,dd,li,div,td,th,address,blockquote,nobr,strong,em,b,i,small { font-family:Arial,Helvetica,sans-serif; }
/* Font-Größen */
h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
p,ul,ol,dl,dd,dt,li,div,td,th,address,blockquote,nobr,strong,em,b,i { font-size:14px; }

tt,pre,code,kbd { font-family:Courier,monospace; font-size:14px; } 

body { background-color:#ffffff; color:#000000 }

a:link { color:#005a46; text-decoration:none }
a:visited { color:#004a66; text-decoration:none }
a:hover { color:#ff4040; text-decoration:underline }
a:active { color:#ff5555; text-decoration:underline }
 
.back2 a:link, .back2 a:visited {
        background-image: url(/tu/images/sym/back2.gif);
        background-position: left top;
        background-repeat: no-repeat;
        color: #FFFFFF;
        background-color: #177665;
        font-size: 0.75em;
        font-weight: bold;
        padding-bottom: 2px;
        padding-left: 40px;
        padding-top: 2px;
        text-decoration: none;
        display: block;
}
