﻿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: ##FF0000;  
line-height: 1.7em; 
text-align:justify;
    height:80%; 

}
    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:#000; 
    border:0px solid #000; 
    padding:3px; 
    }
   
/* schriftstil,abstände */
	
body{
margin-top: 0px; 
margin-left: 0px; 
margin-right: 0px;
margin-bottom: 0px; 
color: #000000;
background-color: #000;
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: #000066;
scrollbar-highlight-color : #566d94; 
scrollbar-shadow-color : #566d94;
SCROLLBAR-TRACK-COLOR: #000066;
}


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



/* menue linke seite */

#menu1 a {
display: block;
background-color:#ffffff;
color:#000066;
font-weight:bold;
text-decoration:none ;
font-family:verdana, sans-serif; 
font-size: 9pt;
width:140px;
padding-left: 2px; padding-bottom: 2px;padding-top: 2px;margin-top: 2px ;margin-bottom: 2px;
border:solid 1px #000066;
}




#menu1 a:visited{
background-color:#ffffff;
color:#000066;
text-decoration:none;
font-family:verdana, sans-serif; 
font-size: 9pt; 
width:140px;
padding-left: 2px; 
padding-bottom: 2px;
padding-top: 2px;
margin-top: 2px ;
margin-bottom: 2px;
border:solid 1px #000066;
}

#menu1 a:active {background-color:#ffffff;
color: #000066;
text-decoration:none ;font-family:verdana, sans-serif;
font-size:9pt;
width:140px;
padding-left: 2px; padding-bottom: 2px;padding-top: 2px;margin-top: 2px ;margin-bottom: 2px;
border:solid 1px #000066;
}

#menu1 a:hover {background-color:#000;
color: #fff;
text-decoration:none ;font-family:verdana, sans-serif;
font-size:9pt;
width:140px;
padding-left: 2px; padding-bottom: 2px;padding-top: 2px;margin-top: 2px ;margin-bottom: 2px;
border:solid 1px #000066;
}

#menu1 a:focus {
background:transparent;
color: #000066;
text-decoration:none ;font-family:verdana, sans-serif;
font-size:9pt;
width:140px;
padding-left: 2px; 
padding-bottom: 2px;
padding-top: 2px;
margin-top: 2px ;
margin-bottom: 2px;
border:solid 1px #000066;
}

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

    .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:absolute;
    font-size: 0.8em;
    height: 1.2em;
    padding:1px;   
	background: tranparent;
    bottom:3px; 
    left:205px; 
    z-index:99; 
    border:0px solid #000; 
    }

