/*
  rgb(  0,102, 44) 100% (Grundfarbe)
  rgb( 51,133, 86)  80%
  rgb(102,164,129)  60%
  rgb(154,194,171)  40%
  rgb(205,225,214)  20%
*/

body {
  overflow-x:hidden;
  margin:0px;
  padding:50px;
  text-align:justify;
  font-family: verdana, tahoma, helvetica, sans-serif;
  font-size:12px;
  color:rgb(  0,  0,  0);
  background-color:rgb(205,225,214);
  
  scrollbar-face-color:rgb(184,196,208);
  scrollbar-track-color:rgb(255,255,255);
  scrollbar-arrow-color:rgb(185,0,0);
  scrollbar-highlight-color:rgb(202,211,220);
  scrollbar-shadow-color:rgb(166,177,188);
  scrollbar-3dlight-color:rgb(219,225,231);
  scrollbar-darkshadow-color:rgb(147,157,166);
  border:0;
  border-top:2px solid rgb(  0,102, 44);
}

p {
  line-height:1.5;
}

h1, h2, h3, h4, h5, h6 {
  text-align:left;
}

h1 {
  font-size:20px;
}

h2 {
  font-size:18px;
}

h3 {
  font-size:16px;
}

h4, h5, h6 {
  font-size:14px;
}

h5, h6 {
  font-size:12px;
}

a:link, a:visited {
  color:rgb(  0,102, 44);
  text-decoration:underline
}

a:hover {
  background-color:rgb(  0,102, 44);
  color:white;
}

table {
  padding:10px;
  font-size:12px;
}

td {
  vertical-align:top
}

ul {
  list-style-image:url(../images/list.gif);
}

li {
padding-bottom:5px }

span.title {
font-size:20px }

span.red {
  color:rgb(185,0,0)
}

td.logo {
text-align:right;
vertical-align:middle }

img {
  border:0px;
}

img.logo {
  text-align:center;
  width:75px;
}

p.img {
  font-weight:bold;
  text-align:center;
}

table {
  border-collapse:collapse;
}

td {
  border:1px solid rgb(204,204,204);
  text-align:left;
}

th {
  border:1px solid rgb(204,204,204);
  text-align:center;
  font-weight:bold;
}
