/* fundament
----------------------------------------------- */
body           {
                background-color:#999999;
                margin:0px;
                font-family:VERDANA,ARIAL,HELVETICA,sans-serif;
                font-size:10px;
                }
a:link         { color:#000000; text-decoration:none; }
a:visited      { color:#333333; text-decoration:none; }
a:active       { color:#000000; text-decoration:none; }
a:hover        { color:#000000; text-decoration:underline;}
h1             { font-size:20px;
                 font-weight:bold;
                 height:23px;
                 width:690px;
                 border-bottom:1px solid #000000;
                /* text-align:right; */
                 }

.tooltip       {
                font-family:VERDANA,ARIAL,HELVETICA,sans-serif;
                font-size:9px;
                position:absolute;
                display:none;
                background-color:#999999;
                border:1px solid #000000;
                padding:2px;
                -moz-border-radius:4px;
                }
.box          {
               width: 698px;
               border: 1px solid #000000;
               -moz-border-radius-topleft: 8px;
               -moz-border-radius-topright: 8px;
               -moz-border-radius-bottomright: 8px;
               }
.header       {
               background-color: #7cad00;
               height: 100px;
               width: 698px;
               -moz-border-radius-topleft: 7px;
               -moz-border-radius-topright: 7px;
               text-align: left;
               vertical-align: bottom;
               }
.navi         {
               background-image:url(bilder/navibg061221.png);
               height: 19px;
               width: 100%;
               }
.tab_selected {
               background-color:#bbbbbb;
               border-left:1px solid #000000;
               border-top:1px solid #000000;
               border-right:1px solid #000000;
               border-bottom:1px solid #bbbbbb;
               -moz-border-radius-topleft:7px;
               -moz-border-radius-topright:7px;
               text-align: center;
               font-family:VERDANA,ARIAL,HELVETICA,sans-serif;
               font-size:10px;
               width:321px;
               display:block;
               float:left;
               height:17px;
               }
.tab_nonselec_o {
               background-color:#999999;
               border-left:1px solid #f57900;
               border-top:2px solid #f57900;
               border-right:1px solid #f57900;
               border-bottom:1px solid #000000;
               -moz-border-radius-topleft:7px;
               -moz-border-radius-topright:7px;
               cursor:pointer;
               text-decoration:none;
               text-align: center;
               font-family:VERDANA,ARIAL,HELVETICA,sans-serif;
               font-size:10px;
               width:321px;
               display:block;
               float:left;
               height:16px;
               }
.tab_nonselec_g {
               background-color:#999999;
               border-left:1px solid #7cad00;
               border-top:2px solid #7cad00;
               border-right:1px solid #7cad00;
               border-bottom:1px solid #000000;
               -moz-border-radius-topleft:7px;
               -moz-border-radius-topright:7px;
               cursor:pointer;
               text-decoration:none;
               text-align: center;
               font-family:VERDANA,ARIAL,HELVETICA,sans-serif;
               font-size:10px;
               width:321px;
               display:block;
               float:left;
               height:16px;
               }
.tab_nonselec_o:hover {
               background-color:#bbbbbb;
               border-left:1px solid #000000;
               border-top:1px solid #000000;
               border-right:1px solid #000000;
               border-bottom:2px solid #bbbbbb;
               }
.tab_nonselec_g:hover {
               background-color:#bbbbbb;
               border-left:1px solid #000000;
               border-top:1px solid #000000;
               border-right:1px solid #000000;
               border-bottom:2px solid #bbbbbb;
               }
.tab_bar      {
               border-bottom:1px solid #000000;
               width:10px;
               display:block;
               float:left;
               height:18px;
               }
.content      {
               background-color:#bbbbbb;
               -moz-border-radius-bottomright:7px;
               font-size:10px;
               text-align: center;
               vertical-align: top;
               min-height:350px;
               padding:4px;
               width:690px;
               }
               
/* inhalt
----------------------------------------------- */
.newsbox       {
	           float:left;
	           border:1px dashed #000000;
	           width:456px;
               }
.linkbox       {
	           margin-left:3px;
	           float:left;
	           border:1px dashed #000000;
	           width:226px;
	           text-align:left;
               }
.newsbox_h0    {
               font-weight:bold;
               border-bottom:1px dashed #000000;
               text-align:center;
               font-weight:bold;
               background-color:#999999;
               }
.newsbox_h1    {
               font-weight:bold;
               border-top:1px dashed #000000;
               border-bottom:1px dashed #000000;
               margin-top:3px;
               margin-bottom:2px;
               font-size:9px; text-align: center;
               color:#000000; background-color:#999999;
               }
.news          {
               margin:3px;
               text-align: justify;
               }
	.news a:link         { color:#000000; text-decoration:none; border-bottom:1px dashed #222222; }
	.news a:visited      { color:#333333; text-decoration:none; border-bottom:1px dashed #222222; }
	.news a:active       { color:#000000; text-decoration:none; }
	.news a:hover        { color:#000000; text-decoration:none; border-bottom:1px solid #222222; }               
ul             {
               list-style-image:url(bilder/list.png)
               }