
/* Hintergrundfarbe */
body {
  background-color: #646a6c;
}

 /* Tabelle Außen*/
#tabelle-aussen {
 border-collapse:collapse;
}
.td-aussena {
 vertical-align:top;
 width:205px;
 padding:0;
 margin:0; 
}
.td-aussenb {
 vertical-align:top;
 width:930px;
 padding:0;
 margin:0; 
}
.td-aussenc {
 vertical-align:top;
 width:205px;
 padding:0;
 margin:0; 
}


 /* Bild Design Balken */
#balken-links {
 background-image:url("images/design-balken-links.gif");
 background-repeat:no-repeat;
 vertical-align:top;
 height:600px;
 background-position: 0% 0%;
}
 /* Bild Design Balken */
#balken-rechts {
 background-image:url("images/design-balken-rechts.gif");
 background-repeat:no-repeat;
 vertical-align:top;
 height:600px;
 background-position: 0% 0%;
}


 /* Tabelle Logo*/
#tabelle-logo {
 width: 100%;
 height:100px;
 border-collapse:collapse;
}
.td-logo {
 vertical-align:top;
 padding:0;
 margin:0; 
}

 /* Bild Logo */
#logo {
 background-image:url("images/design-logo.jpg");
 background-repeat:no-repeat;
 vertical-align:top;
 height:100px;
 background-position: 0% 0%;
}


 /* Tabelle Hyperlinks*/
#tabelle-links {
 width: 100%;
 border-collapse:collapse;
}
.td-links {
 text-align: center;
 word-spacing:10px;
 padding-top:6px;
 margin:0; 
}

 /* Bild Hyperlinks */
#links {
 background-image:url("images/design-linksbild.gif");
 background-repeat:no-repeat;
 vertical-align:top;
 height:40px;
 background-position: 50% 0%;
}

 /* Tabelle Inhalt*/
#tabelle-inhalt {
 width: 100%;
 height:460px;
 background-color: #ffffff;
 border-collapse:collapse;
}
.td-inhalt {
 vertical-align:top;
 padding:0;
 margin:0;
}

 /* Tabelle Unten*/
#tabelle-unten {
 width: 100%;
 height: 30px;
 border-collapse:collapse;
}
.td-unten {
 text-align: center;
 padding:0;
 margin:0; 
}
.td-untenb {
 text-align: center;
 padding:0;
 margin:0; 
}


 /* Überschrift */
h1 {
 color: #646a6c;
 font-style: normal;
 font-weight: normal;
 font-size: 24px;
 font-family: Verdana, Arial, Sans-serif;
 padding-top:10px;
 padding-left:20px;
}


 /* Schrift Normal*/
p {
 color: #000000;
 font-style: normal;
 font-weight: normal;
 font-size: 12px;
 font-family: Verdana, Arial, Sans-serif;
 vertical-align:text-top;
 line-height: 1.5;
 padding-left:15px;
 padding-right:5px;
 padding-bottom:5px;
}

 /* Schrift Klein */
.schrift-klein {
 color: #000000;
 font-style: normal;
 font-weight: normal;
 font-size: 10px;
 font-family: Verdana, Arial, Sans-serif;
}

/* Hyperlinks Seitenlinks */
 a.seitenlinks {
 font-family:Verdana, Arial, Sans-serif;
 font-size:13px;
 font-weight: normal;
 padding-left:5px;
}
 a.seitenlinks:link {
 color:#646a6c;
 text-decoration:none;
}
 a.seitenlinks:hover {
 color:#000000;
 text-decoration:none;
}
 a.seitenlinks:visited {
 color:#646a6c;
 text-decoration:none;
}
 a.seitenlinks:active {
 color:#646a6c;
 text-decoration:none;
}


/* Hyperlinks Navigation */
 a.navi{
 font-family:Verdana, Arial, Sans-serif;
 font-size:10px;
 font-weight: bold;
 padding-right:5px;
}
 a.navi:link {
 color:#000000;
 text-decoration:none;
}
 a.navi:hover {
 color:#ffffff;
 text-decoration:none;
}
 a.navi:visited {
 color:#000000;
 text-decoration:none;
}
 a.navi:active {
 color:#000000;
 text-decoration:none;
}


/* Hyperlinks Klein */
 a.klein {
 font-family:Verdana, Arial, Sans-serif;
 font-size:10px;
 font-weight: bold;
}
 a.klein:link {
 color:#000000;
 text-decoration:none;
}
 a.klein:hover {
 color:#ffffff;
 text-decoration:none;
}
 a.klein:visited {
 color:#000000;
 text-decoration:none;
}
 a.klein:active {
 color:#000000;
 text-decoration:none;
}
