/*Außencontainer*/
#zentrierer{
         margin: 	0em;
         padding: 	0em;
         width: 		1005px;
         height: 	590px;
         position: 	absolute;
         top: 		50%;
         left: 		50%;
         margin-left: 	-502px;
         margin-top: 	-295px;
	}
/*Linkmenue*/
#linkmenue{
         height: 590px;
         width: 240px;
         position: absolute;
         top: 0px;
         left: 0px;
	}
#bg_img	{
         z-index: 3;
	}
#logo_01	{
         background: url('../img/logo.png') no-repeat;
         position: absolute;
         top: 30px;
         right: 50px;
         border: 0px;
	}
#logo_01 a:hover{
         background: url('../img/_logo.png') no-repeat;
         position: absolute;
         top: 0px;
         right: 0px;
	}
/*Außencontainer Hauptmenue*/
#links	{
	z-index: 2;
         position: absolute;
         top: 130px;
         right: 50px;
         text-align: right;
         }
.small   {
         line-height: 10px;
         }
/*Hauptmenue*/
.link_menue{
         font-family: Arial;
         font-size: 16pt;
         font-weight: bold;
         line-height: 120%;
         width: 160px;
         background-color: #BBBBCC;
         margin-bottom: 0.3em;
         padding-right: 0.3em;
         /*Visuelle Effekte*/
         -moz-box-shadow: inset 2px 2px 5px 1px white, 3px 3px 5px black;
         -webkit-box-shadow: inset 2px 2px 5px 1px white, 3px 3px 5px black;
         box-shadow: inset 2px 2px 5px 1px white, 3px 3px 5px black;
         -moz-border-radius-topleft: 	6px 6px;
         -moz-border-radius-topright:    6px 6px;
	-moz-border-radius-bottomleft:  6px 6px;
         -webkit-border-radius-topleft: 	6px 6px;
         -webkit-border-radius-topright:    6px 6px;
	-webkit-border-radius-bottomleft:  6px 6px;
         border-radius-topleft: 	6px 6px;
         border-radius-topright:    6px 6px;
	border-radius-bottomleft:  6px 6px;
         }
.active	{
         font-family: Arial;
         font-size: 16pt;
         font-weight: bold;
         line-height: 100%;
         width: 160px;
         background-color: #00B2EE;
         margin-bottom: 0.3em;
         padding-right: 0.3em;
         -moz-border-radius-topleft: 	6px 6px;
         -moz-border-radius-topright:    6px 6px;
	-moz-border-radius-bottomleft:  6px 6px;
         -webkit-border-radius-topleft: 	6px 6px;
         -webkit-border-radius-topright:    6px 6px;
	-webkit-border-radius-bottomleft:  6px 6px;
         border-radius-topleft: 	6px 6px;
         border-radius-topright:    6px 6px;
	border-radius-bottomleft:  6px 6px;
         }
.active a{
	text-decoration: none;
         }
.link_menue p{
         text-decoration: none;
         width: 160px;
         text-align: right;
	}
.link_menue a{
         text-decoration: none;
	}
.link_menue a:hover{
	background-color: #00B2EE;
         }
#links_02{
         z-index: 2;
         position: absolute;
         top: 480px;
         right: 50px;
         text-align: right;
         width: 160px;
	}
.link_menue_02 {
         width: 160px;
	}
.link_menue_02 p{
         text-decoration: none;
         width: 160px;
         text-align: right;
	}
.active_02 {
         width: 160px;
         background-color: #00B2EE;
	}
/*Hauptanzeige*/
#content	{
         height: 590px;
         width: 800px;
         position: absolute;
         top: 0px;
         left: 205px;
         }
#bg	{
         z-index: 3;
         }
#inhalt	{
         z-index: 2;
         width: 650px;
         height: 540px;
         margin-left: 10px;
         position: absolute;
         top: 20px;
         left: 5px;
         overflow-x: hidden;
         overflow-y: auto;
	}
/*Randbild*/
#rand	{
         position: absolute;
         right: 0px;
         bottom: 0px;
	}
