/* (c) Anselm Vogt-Moykopf 2010 */

/* Commons */
body, textarea {
/*   background-color: #4859F7; */
   background: #323236 url(img/bgi.jpg);
   scrollbar-base-color: #406090;
   scrollbar-3d-light-color: #FFF;
   scrollbar-arrow-color: #FFF;
   scrollbar-darkshadow-color: #000;
   scrollbar-face-color: #998890;
   scrollbar-highlight-color: #FFF;
   scrollbar-shadow-color: burlywood;
   scrollbar-track-color: #404040;
   background-attachment: fixed;
}

/* Fonts */

@font-face {
   font-family: GraublauWeb;
   src: url (GraublauWeb.otf) format (truetype);
}
@font-face {
   font-family: GraublauWeb;
   font-weight: bold;
   src: url (GraublauWebBold.otf) format (truetype);
}

/* Principles */

.isText { font-family: GrauBlauWeb, Arial, Helvetica, sans-serif; font-size: 0.8125em; color: ghostwhite; }
.isSmallMenu { color: dimgray; }
.isSmallMenu a { font-size: 0.8125em; color: silver; }
.isLine { width: 90%; height: 1px; color: dimgray; vertical-align: top;}
.isIFrame { width: 720px; height: 400px; background: transparent; }

/* Links */

a {
   font-family: GrauBlauWeb, Arial, Helvetica, sans-serif;
   color: #fff;
}
a:hover   { text-decoration:underline }

/* Elements */

#SLINE    { left: 165px; top: 100px; position: absolute;
                  width: 120px; height: 450px; background-color: #406081; }
#LINE1    { left: 285px; top: 100px; position: absolute;
                  width: 1px; height: 450px; clip: rect(0,1,450,0); background-color: slategray; }
/* #LINE2    { left: 164px; top: 550px; position: absolute;
                  width: 840px; height: 1px; clip: rect(0,840,1,0); background-color: #404244; } */
#LINE3    { left: 164px; top: 100px; position: absolute;
                  width: 1px; height: 450px; clip: rect(0,1,450,0); background-color: #9a9a9a; }
#VLINE    { left: 164px; top: 99px;  position: absolute;
                 width: 122px; height: 1px; clip: rect(0,122,1,0); background-color: #898989; }

#MENULINE { left: 165px; top: 140px; position: absolute;
                  width: 107px ; height: 1px; clip: rect(0,107,1,0); background-color: #898989; }
#HEADLINE { left: 300px; top: 140px; position: absolute;
                  width: 300px; height: 1px; clip: rect(0,300,1,0); background-color: #404244; }

#STGT     { left: 230px; top: 19px; position: absolute;
                  width: 20px; height: 70px; font-family: GrauBlauWeb, Arial, Helvetica, sans-serif; font-size: 26pt; color: cadetblue; }
#STGT2    { left: 570px ; top: 42px; position: absolute;
                  width: 400px; height: 70px; font-family: GrauBlauWeb, Arial, Helvetica, sans-serif; font-size: 26pt; color: #778899; }

#TRANS1   { left: 224px ; top: 15px; position: absolute;
                  font-family: GrauBlauWeb, Arial, Helvetica, sans-serif; font-size: 27pt; color: #404244; }
#TRANS2   { left: 565px ; top: 38px; position: absolute;
                  font-family: GrauBlauWeb, Arial, Helvetica, sans-serif; font-size: 27pt; color: #404244; }

#MENU     { left: 182px; top: 130px; position: absolute;
                  width: 90px; height: 150px; background: transparent; font-family: GrauBlauWeb, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFF; }

.TOUR, .PREI, .KONT, .REFER, .HOME {
            left: 320px; top: 110px; position: absolute;
                 z-index: 1; visibility: hidden; padding: 0px; margin: 0px;
                 font-family: GrauBlauWeb, Arial, Helvetica, sans-serif; font-size: 14pt; color: #998890; border-width: 0; border-color: #000;
          }

#MENU2    { left: 790px; top: 560px; position: absolute;
                 width: 290px; height: 16px; padding: 0; font-family: GrauBlauWeb, Arial, Helvetica, sans-serif; font-size: 8pt; color: silver; border-width:4px; border-color: #000; }

#GALERIE  { left: 183px ; top: 350px; position: absolute;
                 width: 85px; height: 200px; background: transparent; z-index:1; cursor: default; font-family: GrauBlauWeb, Arial, Helvetica, sans-serif; font-size: 7pt; color: #ccc; }

#deutsch, #english {
            left: 185px; top: 560px; position: absolute;
                 width: 100px; height: 50px; background: transparent; z-index:2; font-family: GrauBlauWeb, Arial, Helvetica, sans-serif; font-size: 7pt; color: #99A0FD; }


