/* --------------------------------------------------------------------------------
Dunkel-Blau = #003399
Mittel-Blau = #2250A8
Hell-Blau   = #EEFCFF
Orange      = #FFCC01
border: 1px dotted silver;
-------------------------------------------------------------------------------- */
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
margin: 0;
padding: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* ----------------------------------------------------------------------------- */
a:link {
color: #003399;
text-decoration: underline;
}
a:visited {
color: #003399;
text-decoration: underline;
}
a:hover {
color: #003399;
text-decoration: none;
}
a:active {
color: #003399;
text-decoration: none;
}
/* ----------------------------------------------------------------------------- */
a.a:link {
color: #FFCC01;
text-decoration: none;
font-weight: bold;
}
a.a:visited {
color: #FFCC01;
text-decoration: none;
font-weight: bold;
}
a.a:hover {
color: #FFCC01;
text-decoration: none;
font-weight: bold;
}
a.a:active {
color: #FFCC01;
text-decoration: none;
font-weight: bold;
}
/* ----------------------------------------------------------------------------- */
a.n:link {
color: #EEFCFF;
text-decoration: none;
font-weight: normal;
}
a.n:visited {
color: #EEFCFF;
text-decoration: none;
font-weight: normal;
}
a.n:hover {
color: #EEFCFF;
text-decoration: none;
font-weight: bold;
}
a.n:active {
color: #EEFCFF;
text-decoration: none;
font-weight: bold;
}
/* ----------------------------------------------------------------------------- */
h1 {
font-size: 1.0em;
color: #003399;
margin-bottom: 20px;
}
h2 {
font-size: 0.9em;
color: #003399;
margin-top: 20px;
}
p {
font-size: 0.8em;
line-height: 1.5em;
color: #003399;
margin-top: 10px;
}
td.p {
padding: 5px;
font-size: 0.8em;
line-height: 1.5em;
color: #000000;
margin-top: 10px;
}
li {
font-size: 0.8em;
line-height: 1.5em;
color: #003399;
margin-top: 2px;
margin-left: 20px;
}
img.foto {
padding: 20px;
float: right;
}
/* ----------------------------------------------------------------------------- */
#kasten1 {
width: 130px;
margin: 0 0 0 20px;
padding: 5px 0 5px 30px;
background-color: #EEFCFF;
font-size: 0.7em;
color: #003399;
font-weight: bold;
}
#kasten2 {
width: 130px;
margin: 0 0 0 20px;
padding: 8px 0 8px 30px;
background-color: #2250A8;
font-size: 0.7em;
line-height: 1.5em;
color: #EEFCFF;
font-weight: normal;
}
#inhalt {
padding: 45px;
text-align: left;
background-color: #EEFCFF;
}
/* ----------------------------------------------------------------------------- */
img {
border: 0;
}
.input {
color: #000000;
background: #EEFCFF;
border: #003399 1px solid;
margin-bottom: 5px;
font: 1em verdana, helvetica, sans-serif;
padding: 3px;
}
.input:focus {
color: #000000;
background: #ffffff;
}
.button {
color: #FFFFFF;
background: #003399;
border-top: 2px solid #e4d9c0;
border-right: 2px solid #99917d;
border-bottom: 2px solid #99917d;
border-left: 2px solid #e4d9c0;
font: bold 1em verdana, arial, helvetica, sans-serif;
cursor: pointer;
}
.button:hover {
color: #003399;
background: #FFFFFF;
font: bold 1em verdana, arial, helvetica, sans-serif;
border-top: 2px solid #99917d;
border-right: 2px solid #e4d9c0;
border-bottom: 2px solid #e4d9c0;
border-left: 2px solid #99917d;
cursor: pointer;
}
/* ----------------------------------------------------------------------------- */