/* base style sheet - enroe.de ---------------------------- */
/* wrap1 and wrap2 for horizontal + vertical center ------- */
/* -------------------------------------------------------- */

/* global reset of margins and paddings for all elements */
* {margin: 0; padding: 0;}

/* browser base size for firefox -----------------*/
html {
   height: 100%;
   width: 100%;
} 

/* browser base size for IE6 ---------------------*/
html body {
   /* background-color: #AAB19C; */  /* green grey */
   /* background-color: #918D77; */ /* brown */
   background-color:#A4AC99;  /* hi grey */
   /* background-image: url(../01_img/12_back_wood.jpg); */
   height: 100%;
   width: 100%;
   text-align: center;                    /*for IE6 only */
}

/* Rahmen für <fieldset> und <img> Elemente löschen -----*/
fieldset, img {border: 0 solid;}

/* Standardwerte für Listen & Zitate --------------------*/
ul, ol, dl {margin: 0 0 1em 1em; }
li {margin-left: 0.8em; line-height: 1.5em; }
dt {font-weight: bold; }
dd {margin: 0 0 1em 0.8em; }
blockquote {margin: 0 0 1em 0.8em; }
blockquote:before, blockquote:after,
q:before, q:after {content: ""; }

/* Abstands-Halter Box vom oberen Rand -------------------*/
#wrap1 {                     
   width: 10px;                   
   height: 50%;             /* Zentrierung unterer Rand - */
   margin-bottom: -311px;   /* Rückverschiebung nach oben */
   float: left; 
/* background-color: #f00; */  /* nur zu Analysezwecken - */
}

/* Inhalts-Box, hinter wrap1, horiz. zentriert ---------- */
#wrap2 {
   width: 834px;
   height: 610px;
   position: relative; 
   margin: 0 auto; 
   clear: left;
   /* border: 6px #75765C solid; */  /* sieht zu bieder aus */ 
   /* border: 4px #9BAB92 solid; */  /* hi grey - like the motive */ 
}

/* IE6: border muss addiert werden - width enthält border */
* html #wrap2{
   width: 834px;
   height: 610px;
}

/* links --------------------------------------------------*/
a:link {text-decoration: none; color: #660000; }
a:visited {text-decoration: none; color: #663300; }
a:hover {text-decoration: none; color: red; }
a:active {text-decoration: none; color: #660000; }


/* scrollbar high yellow standard -----------------------------*/
/* body {
  scrollbar-face-color: #FFFFCC;
  scrollbar-track-color: #FFFFDD;
  scrollbar-arrow-color: #BFBFBF;
  scrollbar-highlight-color: #E0E0E0;
  scrollbar-shadow-color: #A1A1A1;
  scrollbar-3dlight-color: #BFBFBF;
  scrollbar-darkshadow-color: #808080; } */
  
/* scrollbar new adaptation for andy enroe info site ----------*/
body {
  scrollbar-face-color: #A7A99C;
  scrollbar-track-color: #B3B591;
  scrollbar-arrow-color: #789267;
  scrollbar-highlight-color: #9FAE71;
  scrollbar-shadow-color: #847308;
  scrollbar-3dlight-color: #A69779;
  scrollbar-darkshadow-color: #314208;
} 

/* floats -----------------------------------------------------*/  
.float_left {float: left;}
.float_right {float: right;}
.clearthefloats {clear: both;}

/* cursor - here only for main + info-sites -------------------*/
.pointer {cursor: pointer;}
.play {cursor: url(../../02_gifs/01_mouse/play.ico), url(../02_gifs/01_mouse/play.ico), url(02_gifs/01_mouse/play.ico), pointer;}
.stop {cursor: url(../../02_gifs/01_mouse/stop.ico), url(../02_gifs/01_mouse/stop.ico), url(02_gifs/01_mouse/stop.ico), pointer;}
.scull {cursor: url(../../02_gifs/01_mouse/scull.ico), url(../02_gifs/01_mouse/scull.ico), url(02_gifs/01_mouse/scull.ico), pointer;}
.notes {cursor: url(../../02_gifs/01_mouse/notes.ico), url(../02_gifs/01_mouse/notes.ico), url(02_gifs/01_mouse/scull.ico), pointer;}
