﻿html { padding:0px;
       margin:0px; }

body { background-color:#543E04;
       margin:0px;
       padding:0px;
       background-image:url('grafik/bg.jpg');
       background-repeat:no-repeat;
       background-position:center 0px;
       background-attachment:fixed;
       text-align:center; }

a:link    { text-decoration:none; color:#543E04; font-weight:bold; }
a:visited { text-decoration:none; color:#543E04; font-weight:bold; }
a:hover   { text-decoration:none; color:#2F0000; font-weight:bold; }
a:active  { text-decoration:none; color:#543E04; font-weight:bold; } 

a {border:none;}

p  { font-size:11pt;
     color:#543E04;
     margin-left:35px;
     margin-right:15px;
     line-height: 150%;
     text-align:justify;
     font-family:Times New Roman; }
     
hr  { color:#543E04;
      margin-left:35px;
      margin-right:15px;
      height:1px; }   

.small  { font-size:8pt;
          color:#543E04;
          line-height: 100%;
          text-align:justify;
          font-family:Times New Roman; }
     
#inhalt { width:432px; 
          height:100%;
          margin:0px auto;
          overflow:scroll;
          overflow-x:hidden; }
          
#navi   { width:392px;
          height:30px;
          margin-left:21px;
          padding-left:2px;
          background-color:#543E04; }          

.thumb1 { float:left;
          margin-right:15px;
          margin-top:5px;
          margin-bottom:5px;
          border:none; }

.thumb2 { float:right;
          margin-left:15px;
          margin-top:5px;
          margin-bottom:5px;
          border:none; }

.thumb3 { float:left;
          margin-left:35px;
          margin-top:5px;
          margin-bottom:5px;
          border:none; }

.thumb4 { float:right;
          margin-right:15px;
          margin-top:5px;
          margin-bottom:5px;
          border:none; }

#map { width:365px;
       height:400px;
       float:right;
       margin-right:15px;
       z-index:0 }

#lightbox { background-color:#eee;
            padding: 10px;
            border-bottom: 2px solid #666;
            border-right: 2px solid #666; }

#lightboxDetails { color:#000000;
                   font-family:Arial;
                   font-size: 8pt;
                   padding-top: 0.4em; }

#lightboxCaption { float:left; }

#keyboardMsg { float:right; }

#closeButton { top:5px; right:5px; }

#lightbox img { border:none; clear:both;} 

#overlay img { border:none; }

#overlay { background-image:url('grafik/overlay.png'); }
