/* DATEI: screen.css */


/* Style Sheet Definitionen für www.reiki-taunus.de */
/* Autor: Frank Doerr */

body{
   font-family:Verdana,Helvetica,sans-serif;
   font-size: 12px;
      width: 700px;
   background-color:#deb887;
   padding:0px 0px 0px 0px;
   margin:20px 120px 20px 120px;
   text-align: center;  /* Zentrierung im Internet Explorer */
  }

#seite{
   width: 700px;
   background-color:#660000;
   border-style:solid; border-width:1px; border-color:#660000;
   text-align: left;
  }

#hell{
   width: 700px;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   background-color:#f5f5dc;
  }

#banner{
   z-index:23;
   margin:0px;
   width: 700px;
   height: 80px;
   background-image:url("/img/reikitop.jpg"); background-repeat:no-repeat;
  }

#navi{
   position:absolute;
   z-index:23;
   margin:0px;
   width: 700px;
   top:100px;
   height: 40px;
  }

#content {
position:absolute;
z-index:15;
   width: 700px;
top:180px;
   background-color:#f5f5dc;
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Verdana,Helvetica,sans-serif;text-align: left; }
h1 { font-size:12pt;font-weight:bold;color:#660000; }
h2 { font-size:12pt;font-weight:bold;color:#660000; }
h3 { font-size:10pt;font-weight:bold;color:#660000; }
h4 { font-size:10pt;color:#660000; }
p,ul,ol,li,div,td,th,b,i { font-size:10pt;color:#660000; }
h2,h3,h4,p,ul,div { margin-left:10px; margin-right:10px; }
h1.hel { font-size:12pt;color:#ffefd5; }
h2.hel { font-size:12pt;color:#ffefd5; }
.do1 { border-style:dotted; border-width:100%; border-bottom-width:thin; border-top:0pt; border-right:0pt; border-left:0pt; border-color:#660000; }
/* .do2 { border-bottom-width:0px; border-top:0px; border-right:thin; border-left:0pt; border-color:#660000; border-style:dotted; padding:5px; }
p.dot { border-width:thin; border-color:#660000; border-style:dotted; padding:0px; }
.do3 { border-width:thin; border-color:#660000; border-style:dotted; padding:0px; background-color:#DEB887; }
.do4 { border-bottom-width:thin; border-top:0px; border-right:thin; border-left:thin; border-color:#660000; border-style:dotted; padding:0px; background-color:#DEB887; } */

td.dot1 {
   height: 1px;
   background-image:url("/img/dot.gif"); background-repeat:repeat-x;
}

td.dot2 {
   height: 1px;
   background-image:url("/img/dot2.gif"); background-repeat:repeat-y;
}

td.head {
   width:700px;
   height: 80px;
   background-image:url("/img/reikitop.jpg"); background-repeat:no-repeat;
   align:center;
   }

td.left {
   width:196px;
   }

.form { background-color:#660000;color:#ffefd5; }
a:link { color:#B33B00; text-decoration:none; }
a:visited { color:#deb887; text-decoration:none; }
a:active { color:#B30000; text-decoration:dotted; }
a:hover {color:#B30000; text-decoration:underline;}

/* burleywood: #DEB887; peru:#CD853F; sandybrown: #F4A460; khaki: #F0E68C; */

img.left
{
	position: relative;
	float: left;
	margin: 0px 10px 10px 0px;
}
img.right
{
	position: relative;
	float: right;
	margin: 0px 10px 10px 10px;
}