/* basic elements */
body {
        font: 14px georgia;
        color: #040000;
        background: #454C22;
        margin: 0px;
        padding: 0px;
        }
p, table, ul, li {
                  font: 14px georgia;
                  line-height: 1.2em;
                  color: #040000;
                  text-align: justify;
                  }

h3 {  font: 16px georgia;
      color: #2A2E0D;
      margin-top: 0px;
      }
img { border: solid #040000 1px;
      margin: 5px;
     }

a:link {
        text-decoration: none;
        color: #005F00;
        }
a:visited {
        text-decoration: none;
        color: #005F00;
        }
a:hover, a:active {
        text-decoration: underline;
        color: #DF0000;
        }

input, textarea { background-color: #C0A956;
                  font: 14px georgia;
                  color: #040000;
                  border: dotted #F5ED87 1px;
                  }

/* specific divs */
#container {
        background: url(header.jpg) top left repeat-x;
        padding: 0px;
        margin: 0px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 330px;
        }

#thema {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 120px;
        height: auto;
        z-index: 1;
}

#thema p {
        font: 10px georgia;
        color: #4B3F33;
        text-align: left;
        }

#inhalt {
        background-color: #C4A246;
        position: absolute;
        top: 240px;
        left: 180px;
        width: 540px;
        padding: 20px;
        margin-bottom: 10px;
        }

#inhaltgalerie {
        background-color: #C4A246;
        position: absolute;
        top: 240px;
        left: 180px;
        width: 540px;
		height: 550px;
        padding: 20px;
        margin-bottom: 10px;
        }

	  
/* ####### Diashow ###########*/
	    
#Bildbereich {
			  position:absolute;
			  left: 20px; 
			  top: 130px; 
			  width: 480px;
			  height: 350px;
			  z-index:0;
			  }
			  
#Bildbereich img { border:none; }

#footer {
        position: absolute;
        bottom: 10px;
        left: 10px;
        font: 8pt georgia #C4A246;
        }
#footer a:link, #footer a:visited {
        font-size: 10px;
        color: #808000;
        text-decoration: none;
        }
		
/*######### Navigation ##############*/

#navi {
        background-color: #C0A956;
        position: absolute;
        top: 240px;
        left: 15px;
        width: 130px;
        height: 210px;
        padding: 10px;
        }
		
/* hauptnavi */
#navi ul {
		  margin: 0 0 0 5px;
		  padding: 0;
		  }

#navi li {
        list-style-type: none;
        font: bold 14px georgia;
        color: #040000;
		margin: 5px 0 5px -5px;
        /* margin-left: -5px;
        margin-top:5px;
        margin-bottom: 5px; */
        }
#navi li a:link {
        color: #003F00;
        }
#navi li a:visited {
        color: #003F00;
        }
#navi li a:hover {
                  color: #040000;
                  text-decoration:none;
                  }
/*aktiv*/

#navi li.dran {
        list-style-type: none;
        font: bold 14px georgia;
        color: #040000; /* #99CAF3*/
		margin: 5px 0 5px -5px;
        }

#navi li.dran a:link {
        color: #040000;
        text-decoration:underline;
        }
#navi li.dran a:visited {
        color: #040000;
        text-decoration:underline;
        }
#navi li.dran a:hover {
                  color: #003F00;
                  text-decoration:underline;
                  }
				  
/* unternavi */

#navi li.wohnung {
        list-style-type: none;
        font: normal 12px georgia;
        color: #040000; /* #99CAF3*/
		margin: 5px 0 3px 10px;
        }
		
#navi li.wohnung a:link {
        color: #003F00;
        }
#navi li.wohnung a:visited {
        color: #003F00;
        }
#navi li.wohnung a:hover {
                  color: #040000;
                  text-decoration:underline;
                  }
				  
/*aktiv*/

#navi li.wohnungdran {
        list-style-type: none;
        font: normal 12px georgia;
        color: #040000; /* #99CAF3*/
		margin: 5px 0 3px 10px;
        }
		
#navi li.wohnungdran a:link {
        color: #040000;
        text-decoration:underline;
        }
#navi li.wohnungdran a:visited {
        color: #040000;
        text-decoration:underline;
        }
#navi li.wohnungdran a:hover {
                  color: #003F00;
                  text-decoration:underline;
                  }
				  
/*++++++++++++ klassen ++++++++++++++*/

.bild_r {   border: solid #040000 1px;
            align: right;
            float: right;
            margin-left: 20px;
            margin-top: 0px;
            }

.bild_l { border: solid #040000 1px;
          align: left;
            float: left;
            margin-right: 20px;
            margin-top: 0px;
            }

.bild { border: solid #040000 1px;
        align: center;
        float: none;
        }

.ohne { align: center;
        float: none;
        border: none;
        }

#linkliste { width:100%;
             font: 10px georgia;
             color: #040000;
             text-align: center;
             }
#linkliste a:link, #linkliste a:hover, #linkliste a:visited, #linkliste a:active {
			color: #040000;
			text-decoration:none;
			}


#bilder { width: 100%;
          border-spacing: 0px;
          }

#oben { text-align: right;
       font: 8pt georgia;
       }
	   
.oben { text-align: right;
       font: 8pt georgia;
       }
