body {

/* Hintergrundbild oder Hintergrundfarbe */
background: url('/images/piraten_hintergrund.gif') fixed;
/* Seitenrandeinstellungen */
margin: 30px 30px 0px 30px;
}

.header {
background: #FFFFFF url('/images/piraten_hintergrund.gif') repeat-x;
font-family: Verdana;
font-size: 8pt;
font-weight: bold;
color: #000000;
border-bottom: 1px solid #333333;
}

.header a {
text-decoration: none;
color: #000000;
}

.footer {
background: #FFFFFF url('/images/navig_bg.gif') repeat;
font-family: Verdana;
font-size: 8pt;
color: #000000;
border-top: 1px solid #333333;
}

.footer a {
text-decoration: none;
color: #000000;
}

a {
text-decoration: none;
color: #000000;
}

.table_header {
font-family: Verdana;
font-size: 7.5pt;
font-weight: bold;
color: #000000;
}

.table_content {
font-family: Verdana;
font-size: 7.5pt;
color: #000000;
}

input {
font-family: Verdana;
font-size: 8pt;
color: #000000;
margin-top: 5px;
}

input.error, select.error {
border: 1px solid red;
background-color: #FFFCE2;
font-family: Verdana;
font-size: 8pt;
color: #000000;
margin-top: 5px;
}

