body {
margin : 0;
color : #000000;
}
tr , td {
font : 9pt 'Verdana', Times New Roman, Times, serif;
}
a:link , a:visited {
color : #DCDCDC;
text-decoration : none;
}
a:hover , a:active {
color : #FFFFFF;
text-decoration : none;
}
.white {
font : bold 7pt 'Verdana', Times New Roman, Times, serif;
color : #ffffff;
}
/*
Die Klassen zu den Tabellen
*/
.tab01 {
width: 100%;
height: 100%;
border: 0px
}
.tab02 {
border: 0px;
width: 700px;
height: 100%
}
.tab03 {
border: 0px;
background-image: url('bg.gif');
background-repeat: no-repeat;
background-attachment: scroll;
border-collapse:collapse;
background-position: 0;
width: 700px;
height: 100%
}
.tab04 {
border: 0px;
width: 650px
}
.tab05 {
border: 1px #C0C0C0 solid;
width: 100px
}
.tab06 {
border: 0px;
width: 98px
}
.tab07 {
border: 0px;
width: 500px;
text-align: left
}
.tab08 {
border: 0px;
width: 498px
}
.tab09 {
border: 0px;
width: 490px
}
.td01 {
width: 100%;
height: 30px;
background-image: url('header_bg.gif');
text-align: center
}
.td02 {
width: 100%;
text-align: center;
vertical-align: top
}
.td03 {
width: 100px;
vertical-align: top
}
.td04 {
width: 550px;
vertical-align: top;
text-align: right
}
.td05 {
background-color: #C0C0C0;
color: #000000;
vertical-align: top
}
.td06 {
width: 100%;
background-image: url('fooder_bg.gif');
height: 30px;
text-align: center
}
/*
Die Klassen für Bilder
*/
.bogen {
border: 0px;
width: 700px;
height: 30px
}
.logo {
width: 232px;
height: 63px;
border: 0px
}
.ref {
border: 0px;
width: 100px;
height: 100px;
}
/*
Die Klassen für Ausrichtungen
*/
.left {
text-align: left
}
.topcenter {
vertical-align: top;
text-align: center
}
.right {
text-align: right
}
SELECT , TEXTAREA , INPUT {
border-right : 1px solid #c0c0c0;
border-top : 1px solid #c0c0c0;
border-left : 1px solid #c0c0c0;
border-bottom : 1px solid #c0c0c0;
font-size : 7pt;
color : #000000;
background : #f0f0f0;
font-family : 'Verdana', Times New Roman, Times, serif;
}