<!--
/* Allgemeine uebergreifende Formatierungen "normale Schriftgröße" für spahrweb.de */

b, body, div, h1, h2, h3, h4, hr, input, li, p, span, strong, table
       {font-family:"Verdana","Arial","sans-serif";font-size:12px;color:#C0DDF0;}
a, dd, dl, dt, td, th
       {font-family:"Verdana","Arial","sans-serif";font-size:11px;color:#C0DDF0;}
body{
  border-color:#000000;
  background-color:#516879;
  marginheight="0";
}
body{
  scrollbar-face-color:#516879;
  scrollbar-arrow-color:#34434E;
  scrollbar-highlight-color:#8BA2B1;
  scrollbar-3dlight-color:#34434E;
  scrollbar-shadow-color:#8BA2B1;
  scrollbar-darkshadow-color:#8BA2B1;
  scrollbar-track-color:#34434E;
}
A:Link{
color:#0099FF;
background-color:transparent;
text-decoration:none;
}
A:Active{
color:white;
background-color:#808080;
text-decoration:none;
}
A:Visited{
color:#C0C0C0;
background-color:transparent;
text-decoration:none;
}
A:Hover{
color:#C0DDF0;
background-color:transparent;
text-decoration:underline;
}
hr{
height:1px;
border:1px solid #d1e1ef;
width:99%;
}
h1{
font-size:24px;
text-align:center;
font-weight:bold;
}
h2{
font-size:20px;
text-align:center;
font-weight:bold;
}
h3{
font-size:16px;
font-weight:bold;
}
h4{
font-size:14px;
font-weight:bold;
}

/* Weitere Formatierungen */

p {line-height:16px;}

.center {text-align:center;}
.left   {text-align:left;}
.right  {text-align:right;}
.fett   {font-weight:bold;}
.kursiv {font-weight:italic;}

.zug {margin-left: 3.2cm;}
-->