	/*------------------------------------------------------------------------------------------*/
	div#ct_textcontainer{	/* wird um div#ct_content gelegt, damit die margin-Angaben greifen
	/*------------------------------------------------------------------------------------------*/
	position:absolute;
	left:200px;
	top:96px;
	width: 1048px;	/* später: Breite von jpg - left */
	height:758px;	
	margin-bottom: 17px;
	font-family: Didot, Helvetica;
	color:#444444;
	overflow: auto;
	}

	/* Kleine Modifikation für IE, da ansonsten der "Three Pixel Gap"-Fehler des IE zu Darstellungsfehlern führt */
	* html div#ct_textcontainer {left:-3px;}
		
	/*------------------------------------------------------------------------------------------*/
	div#ct_content{
	/*------------------------------------------------------------------------------------------*/
		padding-top: 8px;
		margin-left:15px;
		margin-right:40px;
	}
	
	div#ct_content img{
		font-size: 8px;
		color: #eeeeee;
		text-decoration: none;
	}

	div#ct_content p{
		font-size: 17px;
		margin-bottom: 4px;
	}

	div#ct_content a{
		font-size: 15px;
		color: #888888;
		text-decoration: none;
	}

	div#ct_content a:hover{
		font-size: 15px;
		color: #aa0066;		/*dunkelrot*/
		text-decoration: none;
	}

	div#ct_content a:visited{
		text-decoration: none;
	}
	
	/*------------------------------------------------------------------------------------------*/
	div#ct_bildtabelle{								/* für Seite Gartendeko, kleinere Schrift   */
	/*------------------------------------------------------------------------------------------*/
		padding-top: 8px;
		margin-left:15px;
		margin-right:40px;
		font-family: Didot, Helvetica;
		font-size: 14px;
		
	}
	
	/*------------------------------------------------------------------------------------------*/
	div#ct_scrollbox {									/* für Text innerhalb div#ct_content	*/
	/*------------------------------------------------------------------------------------------*/
	position:absolute;
	left:30px;
	top:175px;
	width: 760px;	/* später: Breite von jpg - left */
	height:580px;	
	margin-bottom: 0px;
	font-family: Didot, Helvetica;
	color:#444444;
	overflow: auto;
	}
	/*------------------------------------------------------------------------------------------*/
	div#ct_buttons {									 		   /* Buttons für interne Links */
	/*------------------------------------------------------------------------------------------*/
	position:absolute;
	left:30px;
	top:260px;
	width: 250px;	/* später: Breite von jpg - left */
	height:590px;	
	margin-bottom: 0px;
	}
	
	/*------------------------------------------------------------------------------------------*/
	div#ct_scrollbox_botg {					/* Botan. Garten für Text innerhalb div#ct_content	*/
	/*------------------------------------------------------------------------------------------*/
	position:absolute;
	left:00px;
	top:90px;
	width: 930px;	/* später: Breite von jpg - left */
	height:660px;	
	margin-bottom: 0px;
	font-family: Didot, Helvetica;
	background-color: #cdd9e5;
	color:#444444;
	overflow: auto;
	}
	/*------------------------------------------------------------------------------------------*/
	div#ct_buttons_botg {									 		   /* Buttons für interne Links */
	/*------------------------------------------------------------------------------------------*/
	position:absolute;
	left:30px;
	top:200px;
	width: 250px;	/* später: Breite von jpg - left */
	height:590px;	
	margin-bottom: 0px;
	}

	/*------------------------------------------------------------------------------------------*/
	div#ct_scrollbox_extlks {					/* Linkseite: für Text innerhalb div#ct_content	*/
	/*------------------------------------------------------------------------------------------*/
	position:absolute;
	left:0px;
	top:165px;
	width: 730px;	/* später: Breite von jpg - left */
	height:590px;	
	margin-bottom: 0px;
	font-family: Didot, Helvetica;
	color:#444444;
	background-color: #b4c8e0;
	overflow: auto;
	}
	/*------------------------------------------------------------------------------------------*/
	div#ct_buttons_extlks {								   /* Linkseite: Buttons für Kategorien */
	/*------------------------------------------------------------------------------------------*/
	position:absolute;
	left:30px;
	top:260px;
	width: 250px;	/* später: Breite von jpg - left */
	height:590px;	
	margin-bottom: 0px;
	}
	

	/*------------------------------------------------------------------------------------------*/
	div#ct_intlinks {									/* Startseite: Liste der internen Links	*/
	/*------------------------------------------------------------------------------------------*/
	width: 40px;
	float: right;	
	font-size: 8px;
	color:#ffffff;
	align:right;
	}
	div#ct_intlinks a{
		font-size: 10px;
		color: #77806f;
		align:right;
		text-decoration: none;
	}

	div#ct_intlinks a:hover{
		font-size: 10px;
		color: #77806f;	
		align:right;
		text-decoration: none;
	}


	

