BODY {
 margin: 0 auto;
 font-family: tahoma, verdana, arial, helvetica, sans-serif;
 font-size: 12px;
 height: 100%;
 background-color: #222222;
}

#show1 {
 margin-top: 50px;
 margin-left: 80px;
}

#show2 {
 margin-top: 35px;
 margin-left: 80px;
}

#show3 {
 margin-top: 25px;
 margin-left: 80px;
}

#show4 {
 margin-top: 15px;
 margin-left: 80px;
}

#show5 {
 margin-top: 5px;
 margin-left: 80px;
}

#bild_l {
 background-image: url('./img/links-1.jpg');
 background-position: right top;
 background-repeat: repeat-y;
}

#bild_r {
 background-image: url('./img/rechts-1.jpg');
 background-position: left top;
 background-repeat: repeat-y;
}

TABLE#aufteilung {
 width: 100%;
}

TABLE#aufteilung TD {
 width: 800px;
}

TABLE#funktionsleiste {
 width: 800px;
 height: 30px;
}

.fkt_leiste_mittelzelle_links {
 width: 400px;
 text-align: left;
 background-image: url('./img/top_hintergrund.jpg');
 background-position: center center;
 background-repeat: repeat-x;
 color: #FFFFFF;
 font-size: 10px;
 text-decoration: none;
}

.fkt_leiste_mittelzelle_rechts {
 width: 400px;
 text-align: right;
 background-image: url('./img/top_hintergrund.jpg');
 background-position: center center;
 background-repeat: repeat-x;
}

#fkt_leiste_links {
 background-image: url('./img/links-1.jpg');
 background-position: right top;
 background-repeat: repeat-y;
}

#fkt_leiste_rechts {
 background-image: url('./img/rechts-1.jpg');
 background-position: left top;
 background-repeat: repeat-y;
}


TABLE#fkt_buttons {
 width: 160px;
 height: 30px;
 float: right;
 margin-right: 10px;
}

TABLE#fkt_buttons TD {
 width: 30px;
 margin-left: auto;
 margin-right: auto;
}

TABLE#banner {
 width: 800px;
 height: 150px;
 background-image: url('./img/top_header.jpg');
 background-position: center center;
 background-repeat: no-repeat;
}

TABLE#menue {
 width: 800px;
 height: 40px;
 background-image: url('./img/mnu_hintergrund.jpg');
 background-position: center center;
 background-repeat: no-repeat;
 border-bottom: 1px solid #333333;
}

TABLE#menue TD {
 width: 133px;
 text-align: center;
}

TABLE#anzbereich {
 align: top;
 width: 800px;
 height: 100%;
 background-color: #333333;
}


#zeige_links {


 height: 900px;


 width: 780px;
 text-align: left;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
}















TD#anz_links {
 width: 800px;
 text-align: left;
}

TABLE#infleiste {
 width: 126px;
 text-align: center;
}

TD#infleiste_top {
 height: 22px;
 width: 126px;
 text-align: center;
 background-image: url('./img/infleiste_top.jpg');
 background-position: bottom center;
 background-repeat: no-repeat;
}

TD#infleiste_middle_img {
 width: 126px;
 text-align: center;
 vertical-align: top;
 background-image: url('./img/infleiste_middle.jpg');
 background-position: center center;
 background-repeat: repeat-y;
}

TD#infleiste_middle_txt {
 width: 111px;
 text-align: left;
 vertical-align: top;
 background-image: url('./img/infleiste_middle.jpg');
 background-position: center center;
 background-repeat: repeat-y;
 padding-left: 10px;
 padding-right: 5px;
}

TD#infleiste_bottom {
 height: 10px;
 width: 126px;
 text-align: center;
 background-image: url('./img/infleiste_bottom.jpg');
 background-position: top center;
 background-repeat: no-repeat;
}

.infleiste_uschrft {
 font-family: tahoma, verdana, arial, helvetica, sans-serif;
 font-size: 10px;
 color: #666666;
 font-weight: bold;
 padding-top: 5px;
}

.infleiste_text {
 font-family: tahoma, verdana, arial, helvetica, sans-serif;
 font-size: 10px;
 color: #FFFFFF;
 font-weight: normal;
}

#infleiste_img {
 padding-top: 10px;
}

TABLE#fussleiste {
 width: 800px;
 height: 30px;
 background-image: url('./img/top_hintergrund.jpg');
 background-position: center center;
 background-repeat: repeat-x;
}

TABLE#fussleiste TD {
 padding-left: 10px;
 padding-right: 10px;
 font-family: tahoma, verdana, arial, helvetica, sans-serif;
 font-size: 10px;
 color: #FFFFFF;
}

#overlay {
 visibility: hidden;
 position: absolute;
 left: 0px;
 top: 0px;
 width:100%;
 height:100%;
 text-align:center;
 background-image: url(./img/overlay.png);
 z-index: 1000;
}

#overlay DIV {
 width: 350px;
 height: 63px;
 margin: 250px auto;
 background-color: #F0F0F0;
 border:1px solid #333333;
 padding:15px;
 text-align:center;
}

IMG {
 border: 0 none;
 margin: 0;
 padding: 0;
}

A {
 color: #333333;
 font-weight: normal;
 text-decoration: underline;
}

A:hover {
 color: #000000;
 font-weight: normal;
 text-decoration: none;
}

.menu {
 color: #DBDBDB;
 width: 100%;
 height: 40px;
 display: block;
 background-image: url('./img/button.jpg');
 font-weight: bold;
 text-decoration: none;
 line-height: 40px;
 font-size: 14px;
 overflow: hidden;
}

A.mnu {
 color: #999999;
 width: 100%;
 height: 40px;
 display: block;
 font-weight: bold;
 text-decoration: none;
 line-height: 40px;
 font-size: 14px;
 overflow: hidden;
}

A.mnu:hover {
 color: #DBDBDB;
 width: 100%;
 height: 40px;
 display: block;
 background-image: url('./img/button.jpg');
 font-weight: bold;
 text-decoration: none;
 line-height: 40px;
 font-size: 14px;
 overflow: hidden;
}

A.fkt {
 color: #666666;
 width: 30px;
 height: 30px;
 display: block;
 font-weight: bold;
 text-decoration: none;
 line-height: 28px;
 font-size: 12px;
 overflow: hidden;
}

A.fkt:hover {
 color: #FFFFFF;
 width: 30px;
 height: 30px;
 display: block;
 font-weight: normal;
 text-decoration: none;
 line-height: 28px;
 font-size: 12px;
 overflow: hidden;
}

A.kopfleiste {
 color: #CCCCCC;
 font-size: 10px;
 text-decoration: none;
}

A.kopfleiste:hover {
 color: #FFFFFF;
 font-size: 10px;
 text-decoration: underline;
}
