@charset "utf-8";

html, body, #map_canvas 
                { margin: 0;
                  padding: 0;
                  height: 100%;
                }

body            { text-align: left;
                  font-size: 12px;
                  font-family: Arial;  
                  background-color:#A9BCF5;                
                } 
                

                
H1              { color:#fff;
                  font-weight:bold;                  
                }
                
H2              { color:#A9BCF5;
                  font-weight:bold;                  
                }
                
H3              { color:#000;
                  font-weight:bold;                  
                }
                
                
                
a               { text-decoration:none;
                  font-weight:bold;
                  color:#0040FF              
                }
                
a:hover         { color:#00f                  
                }
                
tt.result       { 	text-align: left;
                    font-size: 12px;
                    font-family: Arial; 
                    border-top: solid;
	                border-bottom: solid;
	                border-width: 1px;
	                border-color: #006600;
	                background-color: #99ee99;
                  
                } 
                
                
                
div.text        { position:relative;
                  top:2%;
                  left:2%;
                  width:96%;
                  height:96%;
                  background-color:transparent;
                  border:0px;     
                  color:#000;  
                  overflow:auto;
                  border:0px solid #000; 
                }     

div#page        { position:absolute;
                  height:875px;
                  width:960px;
                  left:50%;
                  top:10px;
                  margin-left: -480px;
                  background-color:#CEE3F6;
                  border: 1px solid #00f;
                }    

div#header      { position:absolute;
                  height:120px;
                  width:960px;
                  top:0px;
                  left:0px;
                  background-color:#00c;
                  border: 0px solid #000; 
                  color:#fff;          
                }
           
div#logo        { position:absolute;
                  height:105px;
                  max-width:185px;
                  top:5px;
                  left:5px;
                  background-color:#ddd;
                  border:0px solid #eee; 
                }
                      
div#title       { position:absolute;
                  height:110px;
                  max-width:565px;
                  left:200px;
                  top:0px;
                  background-color:transparent;
                  border: 0px solid #000;           
                }
           
div#address     { position:absolute;
                  height:90px;
                  width:222px;
                  top:5px;
                  right:5px;
                  background-color:transparent;
                  border: 0px solid #eee; 
                  text-align:right;
                }

div#description { position:relative;
                  max-height:57px;
                  width:950px;
                  top:120px;
                  left:0px;
                  background-color:#99f;
                  padding:5px; 
                  z-index:1;
                  overflow:hidden;
                }
                
div#description:hover 
                {
                  max-height:500px;
                }
           
div#main        { position:absolute;
                  height:50%;
                  width:960px;
                  top:200px;
                  left:0px;
                  background-color:#CEE3F6;
                  border: 0px solid #ccc;            
                }
                
div#menu        { position:absolute;
                  height:590px;
                  width:210px;
                  top:5px;
                  left:10px;
                  background-color:#EFF5FB;
                  border: 1px solid #ccc;  
                  padding:5px;           
                }     
                
div#inhalt      { position:absolute;
                  height:600px;
                  width:700px;
                  top:5px;
                  left:240px;
                  background-color:#EFF5FB;
                  border: 1px solid #ccc;            
                }
           
div#footer      { position:absolute;
                  height:40px;
                  width:960px;
                  bottom:0px;
                  left:0px;
                  background-color:#99f;
                  border: 0px solid #ccc;  
                  text-align:right;   
                  line-height:250%;      
                }     
                
div#printview   { width:600px;
                  height:100%;
                  background-color:#fff;
                }
                
div#impressum   { position:absolute;
                  height:590px;
                  width:920px;
                  top:5px;
                  left:10px;
                  background-color:#EFF5FB;
                  border: 1px solid #ccc;  
                  padding:10px;  
                }