/*
-----------------------------------------------------------------------
         Stylesheetdatei für www.fußpflege-neddens.de
         Arion Neddens                        11/2004
         arion.neddens@gmx.de                       *
-----------------------------------------------------------------------
*/
html, body{
  background-color:white;
  margin:0px;
  padding:0px;
  height:100%;
  overflow:auto;
  scrollbar-face-color:#FFFFFF;
  scrollbar-shadow-color:#FFFFFF;
  scrollbar-highlight-color:#C0C0C0;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-darkshadow-color:#FFFFFF;
  scrollbar-track-color:#FFFFFF;
  scrollbar-arrow-color:#C0C0C0;
}

div#balkenHor{ position:absolute; left:38px; top:85px; width:770px; height:13px; z-index:1; }
div#balkenVer{ position:absolute; left:717px; top:8px; width:14px; height:573px; z-index:1; }
div#flowerLo{ position:absolute; left:57px; top:23px; width:140px; height:188px; z-index:1; }
div#flowerRu{ position:absolute; left:223px; top:151px; width:534px; height:389px; z-index:2; }
div#header{ position:absolute; left:111px; top:45px; z-index:2; }
div#subHeader{ position:absolute; left:130px; top:100px; z-index:2; }
div#webdesign{ position:absolute; left:7px; bottom:4px; height:19px; z-index:3; }
div#content{ position:absolute; left:220px; top:150px; width:330px; height:425px;
             overflow:auto; overflow-x:visible; z-index:5; }
             /* nur ie kennt '-x', hier wird vertikaler scrollbar verhindert. */



/*-----------------------------------------------------*/
.normal{ font-family:Verdana, Arial, sans-serif; font-size:11px; margin:0px; } /*mozilla macht rand bei <p>! */
a.normal:link{ text-decoration:underline; color:black; }
a.normal:active{ color:black; }
a.normal:visited{ color:black; }
a.normal:focus{ color:black; }
a.normal:hover{ color:black; }

.widelines{ line-height:170%; }