/*Style für Index-seite mit infokasten rechts*/
body {
    font-family:tahoma,arial, sans-serif;
    font-size:90%;
    color:#000000;
    background-color:#ccc;
    margin:10px 0px 0px 50px;
         }
a {
    color:#000;
    font-weight:bold;
    text-decoration:none;
}
a:hover {
    color:#ee0000;
}
p {
    text-align:justify;
}
h1.titel {
    font-size:1.6em;
    text-align:left;
    padding-left:200px;
    padding-top:93px;
}
h1 {
    font-size:1.6em;
    text-align:left;
}
h2 {
    font-size:1em;
    margin-bottom:3px;
}
 hr{
    border:1px solid #000000;
    }
img {
    border:0px;
}
span.visible {
    display:none;
}
span.newsdatum {
    font-size:75%;
    color:#aaa;
}
div#main {
    background-color:#eee;
    width:916px;
    background:url('index_back.png');
         }
div#top {
    background-color:#990000;
    height:164px;
    background:url("balken_rot_01.jpg");
    }
div#content {
         padding-right:15px;
         padding-left:15px;
         margin-left:157px;
         margin-right:200px;
         text-align:justify;
         }
div#rechts {
    width:181px;
    float:right;
    margin-right:6px;
    margin-left:15px;
    text-align:left;
    padding:6px;
    }
div#bottom {
    background:url('index_bottom.png');
    background-repeat:no-repeat;
    height:16px;
    }
ul#topbar{
    margin:0px;
    padding-left:8px;
    float:left;
    }

ul#topbar li{
    list-style-type:none;
    text-align:center;
    }

ul#topbar li a{
    border:1px solid #660000;
    background:none;
    display:block;
    width:149px;height:23px;
    padding-top:7px;
    color:#000000;
    font-weight:bold;
    font-size:120%;
    text-decoration:none;
    }

ul#topbar li a:hover{
    border:1px solid #990000;
         background:#ee0000;
         color:#330000;
    }
table.programm{
    border:1px solid #000000;
         border-collapse:collapse;
         margin:8px 0px;
         width:180px;
}
table.programm td{
    border-bottom:1px solid #000000;
    font-size:85%;
         vertical-align:top;
         padding:2px;
}
table.programm td.fett{
    background:#995555;
    font-size:85%;
         font-weight:bold;
         vertical-align:top;
}
table.banner {
    width:181px;
         height:90px;
         background:#ffffff;
         margin:8px 0px;
}
table.poll{
    margin:5px 0px;
    width:181px;
         border-collapse:collapse;
         border:#660000 solid 1px;
}
table.poll td{
    border-bottom:#660000 solid 1px;
    font-size: 9pt;
         padding-left:3px;
}
table.programm_small {
    margin:5px 0px;
    border-collapse:collapse;
         border:#660000 solid 1px;
}
table.programm_small th {
         border:#660000 solid 1px;
    font-size: 9pt;
         padding-left:3px;
}
table.programm_small td{
    border-bottom:#660000 solid 1px;
    font-size: 9pt;
         padding-left:3px;
/*
  font-size:80%;
  text-align:left;
  vertical-align:top;
  padding:0 0.2em;*/
}
input {
    font-size: 8pt;
    font-weight: bold;
    border: #ccc solid 0px;
}
