/* DATEI: screen.css */

/* Style Sheet Definitionen für http://www.lemurian-tantra.de/ */
/* Autor: Frank Doerr - www.wolke23.de */

body {
     margin-top:0px;
     margin-bottom:0px;
     background-color:#FFF4E5;
     }

#headlinks {
     position: absolute;
     width: 133px;
     height: 120px;
     margin-top:10px;
     margin-left:0px;
     background-color: #ffffff;
     }

#headmitte {
     position: absolute;
     height: 120px;
     width: 817px;
     margin-top:10px;
     margin-right:50px;
     margin-left:133px;
     background-color: #ffffff;
     }

#mitte {
     position: absolute;
     width: 817px;
     margin-top:120px;
     margin-bottom:10px;
     margin-right:50px;
     margin-left:133px;
     }

.floleft {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

/* Clearfix-Methode */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Für Safari/Mac */
.clearfix {display: block;}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:'Times New Roman',Times,Helvetica,serif; }
h1 { font-size:22pt;font-weight:bold;color:#FDC377; }
h2 { font-size:16pt;color:#DFC9BF;letter-spacing:0.02em; }
h3 { font-size:14pt;color:#97999C;letter-spacing:0.01em; }
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:12pt;color:#97999C; }
p.nav { font-size:12pt;color:#ffffff; }

a:link { color:#DFC9BF; text-decoration:underline; }
a:visited { color:#DFC9BF; text-decoration:underline; }
a:active { color:#B08853; text-decoration:underline; }
a:hover {color:#9BC6C9; text-decoration:none; }

a.nav:link { color:#FFFFFF; font-weight:bold; font-family:Helvetica; text-decoration:underline; }
a.nav:visited { color:#FFFFFF; font-weight:bold; font-family:Helvetica; text-decoration:underline; }
a.nav:active { color:#C3C3C3; font-weight:bold; font-family:Helvetica; text-decoration:underline; }
a.nav:hover { color:#C3C3C3; font-weight:bold; font-family:Helvetica; text-decoration:none; }

/* rosa1: FFF4E5, rosa2: DFC9BF, orange: FDC377 */
/* gold: #B08853 hellblau: #9BC6C9 hellgrau: D8D9DB dunkelgrau: 97999C */