first commit
192
templates/standard/css/styles_pc.css
Executable file
@ -0,0 +1,192 @@
|
||||
font.hd { /* <20>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<66>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 {
|
||||
margin-top : 50px;
|
||||
margin-bottom : 50px
|
||||
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<72>buchstaben */
|
||||
}
|
||||
|
||||
|
||||
.farbe { /* Hintergrundsfarbe im Titel bei Export Word, Aush<73>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<46>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 { /* <20>berschriften in der Navigation */
|
||||
font-weight : bold;
|
||||
text-decoration : none;
|
||||
font-family : verdana, arial;
|
||||
font-size : 9pt;
|
||||
}
|
||||
|
||||
|
||||
fieldset {
|
||||
border : 1px solid blue;
|
||||
font-family : Verdana, arial;
|
||||
font-size : 14px;
|
||||
-moz-border-radius : 8px;
|
||||
border-radius : 8px;
|
||||
}
|
||||
|
||||
|
||||
.nextprev:link, .nextprev:visited {
|
||||
background-color: #D6DFF7;
|
||||
color: black;
|
||||
font-weight:bold;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
font-size: 8pt;
|
||||
text-align: center;
|
||||
padding: 20px 5px 20px 5px;
|
||||
}
|
||||
.nextprev:active, .nextprev:hover {
|
||||
background-color: #6487DC;
|
||||
color: #FFFFFF;
|
||||
font-weight:bold;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
font-size: 8pt;
|
||||
text-align: center;
|
||||
padding: 20px 5px 20px 5px;
|
||||
}
|
||||
|
||||
.nextprevdet:link, .nextprevdet:visited {
|
||||
background-color: #D6DFF7;
|
||||
color: black;
|
||||
font-weight:bold;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
font-size: 8pt;
|
||||
text-align: center;
|
||||
padding: 1px;
|
||||
}
|
||||
.nextprevdet:active, .nextprevdet:hover {
|
||||
background-color: #6487DC;
|
||||
color: #FFFFFF;
|
||||
font-weight:bold;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
font-size: 8pt;
|
||||
text-align: center;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.button_left:link, .button_left:visited {
|
||||
background-color: #D6DFF7;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
font-size: 8pt;
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
.button_left:active, .button_left:hover {
|
||||
background-color: #6487DC;
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
font-size: 8pt;
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
4
templates/standard/images/Font.txt
Executable file
@ -0,0 +1,4 @@
|
||||
Button Schriftart
|
||||
|
||||
Verdana fett 12
|
||||
Anti Aliasing
|
BIN
templates/standard/images/Pfeile.cdr
Executable file
BIN
templates/standard/images/Thumbs.db
Executable file
BIN
templates/standard/images/aufteilung.jpg
Executable file
After Width: | Height: | Size: 54 KiB |
BIN
templates/standard/images/b_abschicken.gif
Executable file
After Width: | Height: | Size: 604 B |
BIN
templates/standard/images/b_login.gif
Executable file
After Width: | Height: | Size: 216 B |
BIN
templates/standard/images/back.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/standard/images/back1.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/blank.gif
Executable file
After Width: | Height: | Size: 43 B |
BIN
templates/standard/images/box_bottom.gif
Executable file
After Width: | Height: | Size: 37 B |
BIN
templates/standard/images/box_e1.gif
Executable file
After Width: | Height: | Size: 408 B |
BIN
templates/standard/images/box_e1a.gif
Executable file
After Width: | Height: | Size: 186 B |
BIN
templates/standard/images/box_e2.gif
Executable file
After Width: | Height: | Size: 258 B |
BIN
templates/standard/images/box_e2a.gif
Executable file
After Width: | Height: | Size: 181 B |
BIN
templates/standard/images/box_e3.gif
Executable file
After Width: | Height: | Size: 144 B |
BIN
templates/standard/images/box_e4.gif
Executable file
After Width: | Height: | Size: 152 B |
BIN
templates/standard/images/box_l.gif
Executable file
After Width: | Height: | Size: 51 B |
BIN
templates/standard/images/box_r.gif
Executable file
After Width: | Height: | Size: 51 B |
BIN
templates/standard/images/box_top.gif
Executable file
After Width: | Height: | Size: 62 B |
BIN
templates/standard/images/box_top1.gif
Executable file
After Width: | Height: | Size: 37 B |
BIN
templates/standard/images/cross.jpg
Executable file
After Width: | Height: | Size: 1.0 KiB |
BIN
templates/standard/images/deleteicon_enabled.gif
Executable file
After Width: | Height: | Size: 869 B |
BIN
templates/standard/images/drop.png
Executable file
After Width: | Height: | Size: 311 B |
BIN
templates/standard/images/drop2.png
Executable file
After Width: | Height: | Size: 264 B |
BIN
templates/standard/images/drop2_grey.png
Executable file
After Width: | Height: | Size: 266 B |
BIN
templates/standard/images/drop_grey.png
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/edit.png
Executable file
After Width: | Height: | Size: 451 B |
BIN
templates/standard/images/edit_grey.png
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/export.gif
Executable file
After Width: | Height: | Size: 709 B |
BIN
templates/standard/images/i.jpg
Executable file
After Width: | Height: | Size: 809 B |
BIN
templates/standard/images/i_login.gif
Executable file
After Width: | Height: | Size: 646 B |
BIN
templates/standard/images/ico_pdf.gif
Executable file
After Width: | Height: | Size: 1007 B |
BIN
templates/standard/images/ja.gif
Executable file
After Width: | Height: | Size: 320 B |
BIN
templates/standard/images/left.gif
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/left_first.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/left_first_grey.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/left_grey.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/nein.gif
Executable file
After Width: | Height: | Size: 333 B |
BIN
templates/standard/images/next.cpt
Executable file
BIN
templates/standard/images/next.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/standard/images/next1.png
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/offline.gif
Executable file
After Width: | Height: | Size: 494 B |
BIN
templates/standard/images/ok.gif
Executable file
After Width: | Height: | Size: 663 B |
BIN
templates/standard/images/outlook.gif
Executable file
After Width: | Height: | Size: 918 B |
BIN
templates/standard/images/outlook_grey.gif
Executable file
After Width: | Height: | Size: 918 B |
BIN
templates/standard/images/right.gif
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/right_grey.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/right_last.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/right_last_grey.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/search.gif
Executable file
After Width: | Height: | Size: 598 B |
BIN
templates/standard/images/sidebox-bar-left.gif
Executable file
After Width: | Height: | Size: 50 B |
BIN
templates/standard/images/sidebox-bar-px.gif
Executable file
After Width: | Height: | Size: 43 B |
BIN
templates/standard/images/sidebox-bar-right.gif
Executable file
After Width: | Height: | Size: 50 B |
BIN
templates/standard/images/sidebox-bottom.gif
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/sidebox-title-bg.gif
Executable file
After Width: | Height: | Size: 153 B |
BIN
templates/standard/images/sidebox-title-left.gif
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/standard/images/sidebox-title-left1.gif
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/sidebox-title-right.gif
Executable file
After Width: | Height: | Size: 356 B |
BIN
templates/standard/images/suchen.gif
Executable file
After Width: | Height: | Size: 272 B |
BIN
templates/standard/images/termin_erf.gif
Executable file
After Width: | Height: | Size: 489 B |
BIN
templates/standard/images/veranst_bearb.gif
Executable file
After Width: | Height: | Size: 570 B |
BIN
templates/standard/images/veranst_erf.gif
Executable file
After Width: | Height: | Size: 555 B |
BIN
templates/standard/images/zurueck.gif
Executable file
After Width: | Height: | Size: 550 B |