body
{
  background-color:#EAFAFF;
 font-family: Arial;
}

/* ÜBERSCHRIFTEN */
h1
{
  color: #FFFFFF;
  font-size: 20pt;
  font-family: Arial;
}

h2
{
color: #0066FF;
font-size: 12pt;
font-family: ARIAL;
line-height: 15px;
}

h3
{
color:#000000;
font-size:8pt;
font-family:ARIAL;
}
/* NAVI START */
.navi
{
  color: #000000;
  font-size: 10pt;
  font-family: ARIAL;
  text-decoration: none;
}

div
{
  color: #000000;
  font-size: 10pt;
  font-family: ARIAL;
  text-decoration: none;
}
li
{
color: #000000;
font-size:10pt;
font-family:ARIAL;
text-decoration:none;
}

ul
{
color:#000000;
font-size:10pt;
font-family:ARIAL;
text-decoration:none;
}
/* NAVI ENDE */
a
{
text-decoration: none;
line-height: 20px;
color: #000066;
}
a:hover
{
text-decoration: none;
color: #0033CC;
}

p
{ 
font-size: 11pt;
font-family:ARIAL;
text-decoration: none;
}

table#tableborder
{
border-left:1px solid #0066FF;
border-right:1px solid #0066FF;
border-top:1px solid #0066FF;
border-bottom:1px solid #0066FF;
font-size:8pt;
}

body.bg
{
background-image:url(images/bg.jpg);
}

.link
{
text-decoration: none;
line-height: 20px;
color: #000066;
font-weight: bold;
}
.link:hover
{
text-decoration: underline;
color: #0033CC;
}
