
body {
   background-color: #E7E4E4;
   background-image:url(/_img/bg.jpg);
   }

table#inhalt {
   table-layout: fixed;
   width: 784px;
   }

td.a {
   width: 12px;
   }

td.b {
   width: 279px;
   }

td.c  {
   width: 481px;
   }

td#logo {
   background-color: #FFFFFF;
   text-align:right;
   }

td.randlinks {
   background-image:url(/_img/randlinks.jpg);
   }

td#hr {
   height: 1px;
   background-image: url(/_img/hr.jpg);
   }

td#kopf {
   background-color: #345080;
   background-image:url(/_img/bg2.jpg);
   padding-top: 14px;
   padding-left: 15px;
   padding-bottom: 13px;
   text-align: left;
   vertical-align: center;
   }

img#titel2 {
   margin-left: 22px;
   }

td.navbar {
   background-color: #FFFFFF;
   vertical-align:top;
   }

a:link, a:visited {
   color:#626364;
   text-decoration:underline;
   }
a:hover {
   color:#626364;
   text-decoration:underline;
   background-color: #EEEEEE;
   }
a:active {
   color: #FFFFFF;
   background-color: #899BC8;
   text-decoration:none;
   }

/* ------------------------- menu (Navigation) ------------------------ */

table#navigation {
   margin-top: 19px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 20px;
   }

table#navigation td {
   padding-top: 1px;
   padding-left: 0px;
   padding-right: 1px;
   padding-bottom: 1px;
   text-align: right;
   font-family: Arial,Helvetica,Geneva,sans-serif;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: 10px;
   font-weight: normal;
}

/* Achtung Reihenfolge: :link :visited :hover :active  */

table#navigation td a {
   display: block;
   padding-top: 4px;
   padding-left: 30px;
   padding-right: 4px;
   padding-bottom: 4px;
   letter-spacing: 1px;
   text-decoration: none;
   }

table#navigation td a:link, table#navigation td a:visited {
   background-color: #EEEEEE;
   color:#626364;
   border-top: 1px solid #EEEEEE;
   border-right: 1px solid #EEEEEE;
   border-bottom: 1px solid #EEEEEE;
   }

table#navigation td a:hover {
   background-color: #EEEEEE;
   color:#626364;
   border-top: 1px solid #101D23;
   border-right: 1px solid #101D23;
   border-bottom: 1px solid #101D23;
   }

table#navigation td a:active {
   background-color: #899BC8;
   color:#FFFFFF;
   border-top: 1px solid #101D23;
   border-right: 1px solid #101D23;
   border-bottom: 1px solid #101D23;
   }
table#navigation td a:focus {
   background-color: #899BC8;
   color:#FFFFFF;
   border-top: 1px solid #101D23;
   border-right: 1px solid #101D23;
   border-bottom: 1px solid #101D23;
   }

table#navigation td a.active:link, table#navigation td a.active:visited {
   background-color: #899BC8;
   color:#FFFFFF;
   border-top: 1px solid #101D23;
   border-right: 1px solid #101D23;
   border-bottom: 1px solid #101D23;
   }
table#navigation td a.active:hover {
   background-color: #899BC8;
   color:#FFFFFF;
   border-top: 1px solid #626364;
   border-right: 1px solid #626364;
   border-bottom: 1px solid #626364;
   }
table#navigation td a.active:active {
   background-color: #899BC8;
   color:#FFFFFF;
   border-top: 1px solid #101D23;
   border-right: 1px solid #101D23;
   border-bottom: 1px solid #101D23;
   }

/* ------------------------- other stuff ------------------------ */


td#text {
   background-color: #FFFFFF;
   vertical-align: top;
   padding-top: 21px;
   padding-left: 24px;
   padding-right: 35px;
   padding-bottom: 30px;
   }

td.randrechts {
   background-image:url(/_img/randrechts.jpg);
   }

h1 {
   border: 0px;
   margin: 0px;
   }

h2 {
   font-family: "Trebuchet MS",Gill,Verdana,Arial,Helvetica,sans-serif;
   font-size: 20px;
   font-weight:normal;
   color: #444759;
   margin-bottom: 0px;
   }

h3 {
   text-align:left;
   font-family: "Trebuchet MS",Gill,Verdana,Arial,Helvetica,sans-serif;
   font-size: 17px;
   font-weight:normal;
   color: #444759;
   margin-top: 10px;
   margin-bottom: 0px;
   }

th {
   padding-top: 10px;
   padding-bottom: 5px;
   }

p,ul {
   font-family: "Trebuchet MS",Gill,Verdana,Arial,Helvetica,sans-serif;
   font-size: 13px;
   line-height: 16px;
   color: #101D23;
   }

p.first  {
   margin-top: 5px;
   border-top: 5px;
   }

p.center{
   text-align:center;
   }

p.signatur {
   text-align:left;
   }

img.left, span.left {
   float: left;
   margin-right:20px;
   margin-bottom:5px;
   }

img.right, span.right {
   float: right;
   margin-left:20px;
   margin-bottom:5px;
   }

td#unten {
   height: 60px;
   background-image: url(/_img/randunten.jpg);
   vertical-align: center;
   text-align: center;
   }

td#unten p {
   color: #FFFFFF;
   font-family: Arial,Helvetica,sans-serif;
   letter-spacing: 1px;
   font-size: 9px;
   margin-left: 12px;
   margin-right: 12px;
   margin-bottom: 20px;
   }

td#unten a:link, td#unten a:visited {
   color:#EEEEEE;
   text-decoration:none;
   }
td#unten a:hover {
   color:#FFFFFF;
   text-decoration:underline;
   background-color: #101D23;
   }
td#unten a:active {
   color: #FFFFFF;
   background-color: #101D23;
   text-decoration:none;
   }