/* Bild im linken Menübereich */
#menu_img_small {
            border-width: 0px;
            position: absolute;
            top: 250px;
            left: 12px;
            width: 170px;
            height: 128px;
            }

#menu_img_big {
            border-width: 0px;
            position: absolute;
            top: 80px;
            left: -160px;
            width: 350px;
            height: 263px;
            }

/* menu main */

#menu		{
            background-color: #003366;
            height: 44px;
            padding-right: 20px;
            margin: -44px 0 0 190px;
            list-style: none;
            }

#menu li	{
            margin-top: 14px;
			      font-weight: bold;
            float: right;
            display: block;
            width: 92px;  height: 30px;
            }

#menu a		{
			      font-size: 8pt;
			      font-weight: bold;
            display: block;
            width: 90px;  height: 30px;
            background-color: inherit;
            text-decoration: none;
            line-height: 30px;
            text-align: center;
            }

#menu a:link, #menu a:visited	{
            color: #6b849e;
/*            background-color: #c1cdd9; */
			}

#menu a:hover, #menu a:active	{
            background-color: #ffffff;
            color: #6b849e;
            }

#menuselected	{
			      font-size: 8pt;
			      font-weight: bold;
            display: block;
            width: 90px;  height: 30px;
            background-color: #ffffff;
            text-decoration: none;
            line-height: 30px;
            color: #6b849e;
            text-align: center;
            }


/* sub main */

#submenu		{
			      margin: 0px;
			      padding: 20px 0px 0px 12px;
            list-style: none;
            }

#submenu li	{
            display: block;
			      margin: 0px;
			      padding: 0px;
            width: 170px;
            height: 32px;
            }

#submenu a		{
			      font-size: 8pt;
            display: block;
            width: 170px;  height: 30px;
            /*background-color: inherit;*/
            text-decoration: none;
            line-height: 30px;
            text-align: center;
            }

#submenu a:link, #submenu a:visited	{
            color: #6b849e;
            /*background-color: #aec0ce;*/
			}

#submenu a:hover, #submenu a:active	{
            background-color: #6b849e;
            color: #ffffff;
            }

#submenuselected	{
			      font-size: 7.5pt;
			      font-weight: bold;
            display: block;
            width: 170px;
            height: 30px;
            background-color: #6b849e;
            text-decoration: none;
            line-height: 30px;
            color: #ffffff;
            text-align: center;
            }


/* footermenu */
/* footerleft */

.lang	{
            position: absolute;
            top: 15px;
            left: 200px;
            }

#langmenu	{
            float: left;
            height: 24px;
            /*width: 180px;*/
            padding-left: 10px;
            margin: 1px;
            list-style: none;
            }

#langmenu li
{
            float: left;
            display: block;
            margin-left:10px;
            width: 32px;  height: 24px;
}

#langmenu a
{
            display: block;
            width: 32px;  height: 24px;
            text-decoration: none;
            background-repeat: no-repeat;
            }

.link_de a:link, .link_de a:visited	{
            background-image: url('../graphics/de_grey.gif');
			}

.link_de a:hover, .link_de a:active	{
            background-image: url('../graphics/de.gif');
            }

.link_en a:link, .link_en a:visited	{
            background-image: url('../graphics/en_grey.gif');
			}

.link_en a:hover, .link_en a:active	{
       	    background-image: url('../graphics/en.gif');
            }

#langmenuselected_de
{
            display: block;
            width: 32px;  height: 24px;
            text-decoration: none;
            background-repeat: no-repeat;
       	    background-image: url('../graphics/de.gif');
}
#langmenuselected_en
{
            display: block;
            width: 32px;  height: 24px;
            text-decoration: none;
            background-repeat: no-repeat;
       	    background-image: url('../graphics/en.gif');
}



/* footeright */

.footerright	{
            position: absolute;
            top: 490px;
            left: 190px;
            height: 44px;
                        
            }
/* footermenu */

#footermenuright	{
            background-color: #003366;
            height: 44px;
            padding: 0px 20px 0px 0px;
            margin: -44px 0px 0px 190px;
            list-style: none;
            }

#footermenuright li	{
			      font-weight: bold;
			      float: right;
            display: block;
            width: 92px;  height: 30px;
            }

#footermenuright a	{
			      font-size: 8pt;
			      font-weight: bold;
            display: block;
            width: 90px;  height: 30px;
            background-color: inherit;
            text-decoration: none;
            line-height: 30px;
            text-align: center;
            }

#footermenuright a:link, #footermenuright a:visited	{
			color: #6b849e;
			/*background-color: #c1cdd9;*/
			}

#footermenuright a:hover, #footermenuright a:active	{
	  		background-color: #ffffff;
			color: #6b849e;
			}

#footermenurightselected
            {
			      font-size: 8pt;
			      font-weight: bold;
            display: block;
            /*margin-top:-2px;*/
            width: 90px;  height: 30px;
            background-color: #ffffff;
            text-decoration: none;
            line-height: 30px;
            color: #6b849e;
            text-align: center;
            }

