/*Style für Themenbereiche */


* {
	padding: 0;
	margin: 0;
	outline: 0;
}


body {
	font-size: 13px;
	line-height: 15px;
	font-family: Arial, sans-serif;
	color: #fff;
	position: absolute;
	background-repeat:repeat;
	background: url(bilder_viridis/sonstiges/struktur_2.jpg);
	/*text-align:center; für ältere Versionen des IE hier platziert es die divs erstmal immer horizontal zentriert*/
	height: 100%;
	width: 100%;
	
}

.noscript {
	width: 100%;
	padding: 8px; 0px; 8px; 0px;
	background-color: #8BB648;
	color: #fff;
	font-size: 12px;
	text-align: center;
}


a img {
	border: 0;
}

a {
	
	text-decoration: none;
	cursor: pointer;
}


#hintergrund {
	position: relative;
	width: 993px;
	height: 931px;
	margin: 0 auto;
	background-repeat:no-repeat;
	background: url(bilder_viridis/sonstiges/hintergrund-neu.jpg);
		
}



div#logo {
	background-image: url(bilder_viridis/sonstiges/planung-bau-pflege2.jpg);
	position: absolute;
	top: 75px;
	left: 75px;
	width: 320px;
	height: 407px;
	
}

div#logo a img {
	position: absolute;
	top: 41px;
	left: 21px;
	width: 276px;
	height: 81px;
	
}


/* Felder */


#felder {
	position: absolute;
	top: 75px;
	right: 75px;
	width: 517px;
	height: 407px;
	display: inline;  /*das element wird im textfluss angezeigt und erzwingt keinen umbruch/neuen absatz*/
	background: #F7F7F4;
}




#klicken {
	position: absolute;
	bottom: 15px;
	right: 49px;
	color: #7e775e;
	
}

#quadrate {
	
}

#quadrate ul {
	width: 450px;
	margin: 44px;
}

#quadrate ul li {
	display: inline;
	float: left;
	width: 105px;
	height: 105px;
	margin-right: 2px;
	margin-bottom: 2px;
	
}

#quadrate ul li a {
	position: relative;
	display: inline;
	float: left;
	width: 105px;
	height: 105px;
	overflow: hidden;
	
}

#quadrate ul li a img.grau {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#quadrate ul li a img.farbe {
	position: absolute;
	top: 0;
	left: 0;
}



/* Spruch */



#spruch {
	position: absolute;
	width: 321px;
	height: 368px;
	top: 488px;
	left: 75px;
	
	
}

#spruch img {
position: absolute;
	width: 321px;
	height: 368px;

}

div#spruchtext {
position: absolute;
	width: 321px;
	height: 368px;
	top: 490px;
	left: 75px;
	
}



div#spruchtext p.hyphenate  {
	width: 250px;
	height: 200px;
	margin: 0 auto;
	padding-top: 200px;
	font-size: 14px;	
	line-height: 18px;
	font-family: Arial, sans-serif;
	text-align: justify;
/*	word-spacing:0px; */

}



div#spruchmauern {
position: absolute;
	width: 321px;
	height: 368px;
	top: 490px;
	left: 75px;
	
}



div#spruchmauern p.hyphenate  {
	width: 240px;
	height: 200px;
	margin: 0 auto;
	padding-top: 200px;
	font-size: 14px;	
	line-height: 18px;
	font-family: Arial, sans-serif;
	text-align: justify;
/*	word-spacing:0px; */

}


div#spruchspielplatz {
position: absolute;
	width: 321px;
	height: 368px;
	top: 490px;
	left: 75px;
	
}



div#spruchspielplatz p.hyphenate  {
	width: 260px;
	height: 200px;
	margin: 0 auto;
	padding-top: 200px;
	font-size: 14px;	
	line-height: 18px;
	font-family: Arial, sans-serif;
	text-align: justify;


}

div#spruchterrasse {
position: absolute;
	width: 321px;
	height: 368px;
	top: 490px;
	left: 75px;
	
}



div#spruchterrasse p.hyphenate  {
	width: 260px;
	height: 200px;
	margin: 0 auto;
	padding-top: 200px;
	font-size: 14px;	
	line-height: 18px;
	font-family: Arial, sans-serif;
	text-align: justify;
	

}





/* stockphotos */

a.next {
	position: absolute;
	width: 158px;  
	height: 60px;
	display: block;
	right: 0px;
	background-repeat:no-repeat; 
	background: url(gammagallery/bilder/button-mehr-bilder-neu-6.png);
	
}

a.next:hover {
	position: absolute;
	width: 158px;  
	height: 60px;
	display: block;
	right: 0px;
	background-repeat:no-repeat; 
	background: url(gammagallery/bilder/button-mehr-bilder-neu-6-hover.png);
	
}


div.controls a:visited, a:active, a:focus {   /* so entsteht in älteren Browsern beim Klicken kein hässlicher Rahmen um den Link herum */
	outline: none;

}




div#stockphoto {
	position: absolute;
	top: 488px;
	right: 75px;
	width: 517px;
	height: 368px;

}


/* navigation */

 ul#navigation {
    position: absolute;
	left: 180px;
	top: 329px;
	width: 350px;
	height: 20px;
	padding: 0.8em;
    text-align: center;
  }
  
  ul#navigation li {
    font-size: 13px;
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#navigation a, ul#navigation span {
    padding: 0em 0.3em;
    text-decoration: none; font-weight: normal;
    color: #fff;
  }
  * html ul#navigation a, * html ul#navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt*/ 
  }
  ul#navigation a:hover, ul#navigation span {
    color: #fff;
	font-weight: bold;	
  }
  
  

	
 p#copyright {
	position: absolute;
	top: 867px;
	left: 75px;
	font-size: 10px;
	color: #7e775e;
}


