
	/* Extension CSS - Sytlesheets der Standardextensions. Weitere siehe Extension-Ordner */
	
	#setFSbase {
		width:50px;
		float:left;
		cursor:pointer;
	}
	#setFSup {
		width:50px;
		float:left;
		cursor:pointer;
	}
	#setKontrast {
		width:50px;
		float:left;
		cursor:pointer;
	}
	
	
	
	/* Javascript Interface auf Startseite */
	
	span.hidden {
		display: none;
	}
	
	
	div#htmlContainer {
		position:relative;
		top:0px;
		left:0px;
		padding:0px;
		margin:0px;
		width:950px;
		height:378px;
		overflow:hidden;
	}
	/* nur für den IE6 */
	* html div#htmlContainer {
		left: 0px;
	} 
	/* nur für den IE7 */
	*+html div#htmlContainer {
		left: 0px;
	} 
	
	
	div#moveLeft {
		position:absolute;
		top: 250px;
		left: 12px;
	}
	
	div#moveLeft a {
		cursor: pointer;
		display: block;
		width: 36px;
		height: 116px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/pfeil_links08.png');
		background: url(/image/pfeil_links08.png) top left no-repeat !important;
		background: none;
	}
	
	div#moveRight {
		position:absolute;
		top: 250px;
		left: 900px;
	}
	
	div#moveRight a {
		cursor: pointer;
		display: block;
		width: 36px;
		height: 116px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/pfeil_rechts08.png');
		background: url(/image/pfeil_rechts08.png) top left no-repeat !important;
		background: none;
	}
	
	div#logo_no {
		position:absolute;
		z-index: 100;
		top: 25px;
		left: 822px;
	}
	div.infotext {
		position:absolute;
		z-index: 200;
		text-align: left;
		width: 190px;
		padding: 10px;
		background: #ffffff;
		visibility: hidden;
	}
	
	div.infotext h1 {
		font-size: 11px;
		font-weight: bold;
		padding-top: 10px;
		margin: 0px;
		padding: 0px;
	}
	
	div.infotext p {
		font-size: 11px;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
	}
	
	a.close {
		cursor: pointer;
		float: right;
		width: 15px;
		height: 14px;
		margin-top: -7px;
		margin-right: -7px;
		background: url(../../../fileadmin/media/00_allgemein/startseite_close.gif) top left no-repeat;
	}
	
	
	div#zukunft {
		top: 40px;
		left: 300px;
	}
	
	div#wasser {
		top: 40px;
		left: 410px;
	}
	
	div#ernten {
		top: 40px;
		left: 150px;
	}
	
	div#landwirtschaft {
		top: 40px;
		left: 250px;
	}
	
	#body #columns #element_3 {
		margin-bottom:0px;
	}