119 lines
2.0 KiB
CSS
Executable File
119 lines
2.0 KiB
CSS
Executable File
font.hd { /* Überschrifteinstellungen */
|
|
font-family : Verdana,Arial,Helvetica,sans-serif;
|
|
font-size : 17px;
|
|
font-weight : bold;
|
|
color : #002276;
|
|
}
|
|
|
|
.sh { /* Subheader */
|
|
font-weight : normal;
|
|
font-size : 12px;
|
|
color : rgb(101, 101, 101);
|
|
font-family : Arial,Helvetica,sans-serif;
|
|
}
|
|
|
|
li { /* Aufzählungen */
|
|
font-weight : normal;
|
|
font-size : 12px;
|
|
font-family : Arial,Helvetica,sans-serif;
|
|
}
|
|
|
|
.formdesc {
|
|
padding-left : 10px;
|
|
width : 33%;
|
|
color : rgb(255, 255, 255);
|
|
background-color : rgb(146, 155, 171);
|
|
font-weight : bold;
|
|
}
|
|
|
|
.login {
|
|
background-color : #f1f2f6;
|
|
}
|
|
|
|
|
|
a {
|
|
font-family : verdana, arial;
|
|
font-weight : normal;
|
|
color : #000066;
|
|
}
|
|
|
|
|
|
body {
|
|
font-family : verdana, arial;
|
|
font-size : 9pt;
|
|
color : #000000;
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
font-family : verdana, arial;
|
|
font-size : 9pt;
|
|
color : #000000;
|
|
}
|
|
|
|
|
|
h1 {
|
|
font-family : verdana, arial;
|
|
font-size : 8pt;
|
|
font-weight : bold;
|
|
}
|
|
|
|
|
|
.uberschrift {
|
|
font-family : verdana, arial;
|
|
font-size : 12pt;
|
|
font-weight : bold;
|
|
color : #006699;
|
|
}
|
|
|
|
|
|
.bemerkung {
|
|
font-family : verdana, arial;
|
|
font-size : 8pt;
|
|
font-weight : bold;
|
|
color : #FF0000;
|
|
text-transform : uppercase; /* Großbuchstaben */
|
|
}
|
|
|
|
|
|
.farbe { /* Hintergrundsfarbe im Titel bei Export Word, Aushänge */
|
|
background-color : #6487DC;
|
|
}
|
|
|
|
|
|
.contentfarbe { /* Hintergrundsfarbe in Tabellen bei Inhalten */
|
|
background-color : #DEDEDE;
|
|
}
|
|
|
|
|
|
.titel { /* Kopfframe */
|
|
font-weight : bold;
|
|
text-decoration : none;
|
|
font-family : verdana, arial;
|
|
font-size : 16pt;
|
|
color : #FFFFFF;
|
|
}
|
|
|
|
|
|
.footer { /* Fußzeile (Copyright) */
|
|
text-decoration : none;
|
|
font-family : verdana, arial;
|
|
font-size : 8pt;
|
|
}
|
|
|
|
|
|
.nav_link { /* Hyperlinks in der Navigation */
|
|
text-decoration : none;
|
|
font-family : verdana, arial;
|
|
font-size : 8pt;
|
|
height : 13pt;
|
|
}
|
|
|
|
|
|
.nav_head { /* Überschriften in der Navigation */
|
|
font-weight : bold;
|
|
text-decoration : none;
|
|
font-family : verdana, arial;
|
|
font-size : 9pt;
|
|
} |