/*Layout der main Seite*/
#bild	{
         position: absolute;
         top: 50px;
         left: 75px;
	}
#bild h1	{
         letter-spacing: 5px;
	}
.design {
         width: 150px;
         height: 30px;
         background-color: #00B2EE;
         text-align: center;
	}
#f1	{
	position: absolute;
         left: 0px;
         }
#f2	{
	position: absolute;
         left: 177px;
         }
#f3	{
	position: absolute;
         left: 355px;
         }
/*Untermenue*/
#links_index a{
         text-decoration: none;
         margin: 5px;
	}
#links_index{
         z-index: 1;
         background-color: #00B2EE;
         width: 600px;
         position: fixed;
         -webkit-box-shadow: 3px 3px 5px black;
            -moz-box-shadow: 3px 3px 5px black;
                 box-shadow: 3px 3px 5px black;
	}
.offen {
        /*	background: #00688B;*/
        -webkit-box-shadow: inset 0px 0px 5px 2px white;
            -moz-box-shadow: inset 0px 0px 5px 2px white;
                 box-shadow: inset 0px 0px 5px 2px white;
}
hr	{
         color: #000000;
         background: #00B2EE;
         height: 2px;
         width: 400px;
         margin: 2px;
         padding: 0px;
	}
#player{
         width: 600px;
         height: 400px;
         position: absolute;
         top: 50%;
         left: 50%px;
         margin-top: -200px;
         margin-left: 13px;
         position: fixed;
         border: 0px;
	}
/*Verwaltung*/
#verw_menue{
	background-color: #CCCCDD;
         width: 150px;
         height: 350px;
         line-height: 150%;
	margin-left: 5px;
         margin-top: 5px;
         padding: 0px;
         float: left;
	}
#verw_menue a{
         font-weight: bold;
         text-decoration: none;
         width: 150px;
         }
.verw_gk{
         width: 150px;
	}
.verw_ak{
   	background-color: #DDDDEE;
         width: 150px;
	}
#login_block{
         position: absolute;
         top: 50%;
         left: 50%;
         margin-top: -50px;
         margin-left: -150px;
	}
/*Publikation*/
.dw	{
         width: 600px;
	}
.dw_head	{
         margin-top: 1em;
         background-color: #DDDDEE;
	}
.dw_txt	{
         margin-top: -1.25em;
         text-align: justify;
         background-color: #CCCCDD;
	}
.dw_h3	{
         font-size: 12pt;
         font-weight: bold;
	}
.dw_h3 a	{
         text-decoration: none;
	}
