﻿html, body {
margin:0; 
padding:0; 
width:100%; 
height:100%; 
overflow:hidden; }

body {
font-family:verdana, arial, sans-serif; font-size:76%; line-height: 1.3;}

#background{
position:absolute; 
z-index:1; 
width:100%; 
height:100%;}

#scroller {
    position:absolute; 
    width:100%; 
    height:100%; 
    top:0; 
    left:0; 
    overflow:auto; 
    z-index:2;
    } 

#content {
	padding:5px 30px 1px 200px; 
	background-color: #6d6845;  
	line-height: 1.7em; 
	text-align:justify;
    	height:79%; 
    	color:#FFF;

}
    p {line-height:1.7em; letter-spacing:0.1em; text-align:justify;}

html {
		height: 99%;
	}
    
    #fixed {
    position:absolute; 
    top:2px; 
    left:10px; 
    width:100px; 
    z-index:10; 
    color:#FFF; 
    border:0px solid #FFF; 
    padding:3px; 
    }
   
/* schriftstil,abstÃ¤nde */
	
body{
margin-top: 0px; 
margin-left: 0px; 
margin-right: 0px;
margin-bottom: 0px; 
color: #272727;
background-color: #6d6845;
padding: 0px;
height:100%;
font-family: verdana,arial; 
font-size: 9pt;
overflow:hidden;
}

/* scrolleiste internet explorer ab vers.5.5 */

body {
scrollbar-arrow-color: #566d94; 
scrollbar-base-color: #3c6791;
scrollbar-highlight-color : #566d94; 
scrollbar-shadow-color : #566d94;
SCROLLBAR-TRACK-COLOR: #3c6791;
}


    h1{ 
    WIDTH: 150px;
    color: #FFF;
    font-family: verdana,arial; 
    font-size: 1.4em;
    text-align:center;
    font-weight: bold;
   }



/* ---------------------------------------------------
   Hauptnavigation
   =================================================== */

#menu1 a {
	display: block;
  background: url(http://www.muna-museum.de/photogallery/images/mainnavi_inaktivk.jpg) top left no-repeat;
  width:150px;
  height: 15px;
  line-height: 14px;
  padding-left: 20px;
  text-decoration: none;
  font-size: 10px;
  color: #B7BABD;
font-weight:bold;
font-family:verdana, sans-serif; 
padding-bottom: 1px;
padding-top: 1px;
margin-top: 1px ;
margin-bottom: 1px;
border:solid 1px #f2b144;
z-index:200;
}


#menu1 a:visited{
background-color:#ffffff;
color:#f2b144;
text-decoration:none;
font-family:verdana, sans-serif; 
font-size: 8pt; 
width:150px;
padding-left: 20px; 
padding-bottom: 1px;
padding-top: 1px;
margin-top: 1px ;
margin-bottom: 1px;
border:solid 1px #f2b144;
z-index:200;
}

#menu1 a:active {
	background: url(http://www.muna-museum.de/photogallery/images/mainnavi_aktivk.jpg) top left no-repeat;
	color: #FF9900;
}

#menu1 a:hover {
	background: url(http://www.muna-museum.de/photogallery/images/mainnavi_aktivk.jpg) top left no-repeat;
	color: #FF9900;
}

#menu1 a:focus {
	background: url(http://www.muna-museum.de/photogallery/images/mainnavi_aktivk.jpg) top left no-repeat;
	color: #FF9900;
}


/* Lightbox vorschau Bilder */
    .thumb {
    display: block;
    height: 122px;
    width: auto;
    margin: 3px 3px 3px 3px;
    padding: 3px;
    float: left;
    background-color: #6d6845;
    border-style: solid;
    border-width: 1px;
    border-color:  #272727;
    }

    .thumb a img {
    border : 0 none;
    text-decoration: none;
    height: 100px;
    width: auto;
    align: center;
    }
    
    .thumb a:link,  .thumb a:hover, .thumb a:active {
    border : 0 none;
    text-decoration: none;
    height: 100px;
    width: auto;

    }
   
    .text {
	color: #FFF;
	font-family: verdana, sans-serif; 
	font-size: 7pt;
   }
   
   
/* Text_Box unterhalb der Thumbails */  

.t_box   {
   	position: relative;
   	overflow: hidden;
	color: #FFF;
	font-family: verdana, sans-serif; 
	font-size: 0.85em;
    height: 22px;
    bottom:1px;
    line-height: 1em;
   }

   
 /* adresse inhalts seiten unten */
#adr { 
    position:fixed;
    font-size: 0.8em;
    height: 1.2em;
    padding:2px;   
	background-color:#6d6845;  
    bottom:1px;
    margin-left:205px;
    width:100%;
    z-index:99; 
    border:0px solid #FFF; 
    color: #fff;

    }

#Adresse_Links { 
position: fixed; 
left: 11px; 
padding-left: 5px; 
bottom: 1px; 
width: 155px; 
height: 105px; 
z-index: 12; 
font-size: 7pt;
color:#FFF;
background-color: #6d6845;  
z-index:100;

    }


#background{
    position:absolute; 
    z-index:1; 
    width:100%; 
    height:100%;
    }
    
    a#fbutton {
position: absolute;
right: 0;
bottom: 0;
z-index:100; 
text-decoration: none;
text-indent: -999em;
height: 100px;
width: 150px;
background: url(http://www.muna-museum.de/images/b_firefox_blue.png) bottom right no-repeat;
display: block;
}


* html a#fbutton {
    margin-top:-2px;
    margin-bottom:-2px;

    }



