

/*  Styleangaben für anthromed.at */

#header
{
  position:fixed;
  top:0; left:0; right:0; bottom:0;
  height:100%;
  background:white;
  z-index:3;
  margin:0;
  padding:0.2em;
  background-color:#fff;/*#ffffcb;*/
  height:160px;
  border-bottom: solid 3px #f2c5bf;

  }
#menu
{
  position:fixed;
  top:200px;
  left:0em;
  width:13em;
  padding:0em;
  z-index:3;
  background-color:#fff;/*rgb(247, 241, 246);*/
  }
#content
{
  position:fixed;
  top:167px;
  bottom:32px;
  right:0px;
  left:0px;
  margin:0px;
  overflow:auto;
  padding-left:14em;
  padding-right:12em;
  margin-top:0.5ex;
  margin-bottom:0.5ex;
  z-index:2; 
  
  }

#menu-right{ 
             position:fixed;
             top:190px;
             right:20px;/*scrollbalken */
             width:11em;
             padding:0em;
             z-index:3;
             }

#footer 
{ 
  position:fixed;
  left:0; right:0; bottom:0;
  height:30px;
  background:#fff; /*#efefef; */
  z-index:3;
  text-align:center;
  border-top:  solid 3px #f2c5bf;
  }

#schriftzug { position:absolute;
          top: 45px;
          left:100px;
          z-index:3;
          
          background:  url(../images/leiste.png) left top no-repeat;
          
          padding:0 0 0 0; 
          margin:1ex 0 0 0;
          
          height:80px;
          width:700px;
}

#logo { position:absolute;
        top:5px;
        left:10px;
        z-index:3;
        
        background:  url(../images/logo.png) center center no-repeat;
        
	padding:0 0 0 0; 
	margin:0;

	height:150px;
	width:150px;
}


 
/* Hiding warning for non css-enabled browsers */
.hide { 
     display: none; } 




