body
	{
		margin: 0px;
		padding: 0px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #636261;
		
		background-color:#fff;
		
		scrollbar-track-color:#FFFFFF;
		scrollbar-face-color:#FFFFFF;
		scrollbar-arrow-color:#DBDBDB;
		scrollbar-highlight-color:#DBDBDB;
		scrollbar-3dlight-color:#DBDBDB;
		scrollbar-shadow-color:#DBDBDB;
		scrollbar-darkshadow-color:#DBDBDB;
	}

/* General Reset */
h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
form, input, select, textarea,
a img
		{
			list-style:none;
			
			margin:0;
			padding:0;
			
			border:0;
		}

form, input, select, textarea
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #636261;
		}

/* ENDE General Reset */



a
	{
		text-decoration:none;
		color:#940d33;
	}

a:hover 
	{
		color:#33232b;
	}


.linkAktivStandard,
a.linkAktivStandard
	{
		color:#940d33 !important;
		text-decoration:none;
	}


/* FontColours */
.walared 
	{
		font-weight:bold;
		color:#cc123c;
	}
	
.rotockerBold 	
	{
		font-weight:bold;
		color:#C7560B;
	}


.hellGrau
	{
		color:#bbbbbb;
	}

.darkgrey
	{
		color:#666 !Important;
	}

		
hr
	{
		border:none;
		border-bottom:1px dotted #777;
		
		color:#efefef;
		background:#efefef;
		
		/* IE 6 und IE 7 hack */
		*margin:-7px 0 0 0;
	}

table,
tr, th, td
	{
		border:0;
		border-collapse:collapse;
		
		margin:0;
		padding:0;
	}

tr
	{
		vertical-align:top;
	}
	
	
th, td, tr
	{
		border:2px solid #eaeaea;
	}

td, th
	{
		padding:3px;
	}

.zelleHell
	{
		background:#f8f8f8;
	}

.zelleDunkel
	{
		background:#f0f0f0;
	}

.uebersichtTabellenkopf
	{
		background-image:url(../_images/hg_tabellenkopf.gif);

		text-align:left;
	}

.smallInhaltsstoffe
	{
		font-size:11px;
	}
	
.trennerKurz 
		{
			clear:right;
			padding:5px 0 5px 0;
		}



#center		
			{
				width: 970px;
				margin:0 auto 0 auto;
			}
			
#head		
			{
				width:970px;
				height:77px;
			}
			
#logo 		
			{
				text-align: right;
				float: right;
			}




/* ------------------------------------------------------------------------------------------------------ */
/* --- STARTSEITE --- */

.rahmenContentStart
	{
		position: relative;
		
		width: 964px;
		height: 426px;
		
		border: 1px solid #A09E9D;
		
		padding: 2px;
		
		float:left;
	}

.rahmenContentStart h1
		{
			font-size:24px;
			font-weight:normal;

			margin:33px 0 15px 12px;
		}

.rahmenContentStart h1 a
		{
			color:#cc123c;
		}


.rahmenContentStart .btn
		{
			position:absolute;
			left:580px;
			top:20px;
		}

.img-area
	{
		width:964px;
		height:213px;
		
		background:url(../_images/back-grey.jpg) repeat-y;
		
		margin:0 0 8px 0;
	}

.img-area .teaser
		{
			width:180px;
			
			padding:105px 15px 0 11px;
			margin:0 0 0 0;

			float:left;
		}

.img-area .teaser h2
		{
			font-size:20px;
			font-weight:normal;
			line-height:15px;
			color:#565253;
			
			margin:0 0 10px 0;
			padding:0;
			
			float:left;
		}

.img-area .teaser h2 span
			{
				padding:0 0 0 40px;
			}



.img-area img
		{
			float:left;
		}
	
.img-area ul.linklist
		{
			list-style:none;
			
			font-size:11px;
			font-weight:bold;
			
			margin:35px 0 0 0;
			padding:0;
			
			float:right;
		}

.img-area ul.linklist li
			{
				margin:0 0 2px 0;
			}

.img-area ul.linklist li.link
			{
				background:url(../_images/bullet-start.gif) 3px 7px no-repeat #fefefd;
				
				padding:4px 40px 4px 22px;
			}

.img-area ul.linklist li.link a
				{
					color:#636261;
				}

.img-area ul.linklist li.link a:hover
				{
					color:#940d33;
				}



.box
	{
		font-size:11px;
		
		width:296px;
		height:107px;
		
		background:#f6f6f6;
		
		margin:0 8px 0 0;
		padding:10px;
		
		float:left;
	}

.box .text
		{
			width:185px;
			float:left;
		}

.box .big
		{
			width:auto;
		}

.box .text h2
			{
				font-size:17px;
				line-height:15px;
				
				margin:0 0 10px 0;
				padding:0;
			}

.box .text h2 a
				{
					color:#636261;
				}

.box .text h2 a:hover
				{
					color:#940d33;
				}


.box .text p
			{
				font-weight:bold;
				
				margin:0 0 0 0;
				padding:0;
			}

.box .text p a
				{
					color:#636261;
				}

.box .text p a:hover
				{
					color:#940d33;
				}

.box .text p img
				{
					margin:0 0 0 6px;
					float:none;
				}

.box img
		{
			float:right;
		}

.last
	{
		margin:0;
	}


#naviExtern
			{
				position: absolute;
				bottom: 5px;
				left: 350px;
			}
	
a.linkNaviExtern:link, a.linkNaviExtern:visited, a.linkNaviExtern:active
			{
				color:#56524B;
				text-decoration:none;
			}

a.linkNaviExtern:hover
			{
				color:#cc123c;
				text-decoration:none;
			}

/* --- ENDE STARTSEITE --- */






/* START - Footer*/
.footer
	{
		margin:2px 0 0 0;

		float:left;
		clear:both;
	}


.footer img,
.footer .left
	{
		float:left;
	}

.footer .left
		{
			width:651px;
			
			margin:25px 0 0 0;
		}

.footer .right
		{
			float:right;
		}

		

.footer ul.naviUnten
	{		
		color: #4C4B1F;
		
		margin:0 0 20px 0;
		padding:0;
		
		float:left;
	}			



.footer ul.naviUnten li
		{
			list-style:none;
			
			margin:0 4px 0 0;
						
			float:left;
		}


.footer ul.naviUnten li a.linkNaviUnten,
.footer ul.naviUnten li a.linkNaviUnten:hover,
.footer ul.naviUnten li .linkNaviUntenAktiv
			{
				color: #4C4B1F;
				text-decoration: none;
			}

.footer ul.naviUnten li  a.linkNaviUnten:hover,
.footer ul.naviUnten li  .linkNaviUntenAktiv
			{
				color: #a01b5a;
			}
/* STOP - Footer */



/* ------------------------------------------------------------------------------------------------------ */
/* --- HAUPTNAVIGATION --- */
#navi		
			{
				float:left;
				padding:0px 0px 0px 4px;
			}

#navi ul	
			{
				color:#56524B;
				font-weight:bold;
			}

#navi li	
			{
				text-decoration: none;
				display: list-item;
				background: url(../_images/navi.gif) no-repeat;
				text-indent: 8px;
				line-height: 75px;
				float:left;
				margin:0px 8px 0px 0px;
			}

#navi li a
			{
				color:#56524B;
				text-decoration:none;
				display: list-item;
			}

#navi li a:hover, .navilinkaktiv
			{
				background:  url(../_images/navi_o.gif) no-repeat;
			}
/* --- ENDE - HAUPTNAVIGATION --- */






/* ------------------------------------------------------------------------------------------------------ */
/* --- SUBNAVIGATION --- */
#subnavi
	{
		width:225px;
		height:430px;
	
		background:url("../_images/hg_punkte.gif") repeat-y;
	
		margin:0 0 0 1px;
					
		float:left;
	}

#subnavi ul
		{
			text-indent:12px;
	
			margin:0 0 15px 0;
		}

#subnavi ul li
			{
				background: url("../_images/subnavi.gif") no-repeat;
		
				padding:0 0 3px 0;
			}


#subnavi ul li a.linkSubnavi:link, 
#subnavi ul li a.linkSubnavi:visited
				{
					color:#464141;
					text-decoration:none;
					
					display:list-item;

					background: url("../_images/subnavi.gif") no-repeat;
				}

#subnavi ul li a.linkSubnavi:hover,
#subnavi ul li a.linkSubnavi:active,
#subnavi ul li a.linkSubnavi:focus
				{
					background: url("../_images/subnavi_o.gif") no-repeat;
				}


#subnavi .linkSubnaviAktivLink,
#subnavi a.linkSubnaviAktivLink
		{
			color:#464141;
			display:list-item;

			background: url("../_images/subnavi_o.gif") no-repeat;
		}

.punkteRest
	{
		width:10px;

		margin:-16px 0px 0px 0px;
		padding:0px 0px 0px 4px;

		clear:both;
		float:left;
	}	


#rahmenBildVerlauf
	{
		width:244px;
	
		height:430px;
	
		float:left;
	}
	


.verlauf{
	width:230px;
	min-height:16px;
	height:auto;
	_height:16px;
	background:url(../_images/hg_tertiaernavi.jpg) repeat-y;
	margin:0px 2px 2px 2px;
	padding:2px 0px 0px 0px;
	
	clear:left;
}

.verlauf a
		{
			color:#636261;
		}

.verlauf a:hover
		{
			color:#940d33;
		}

.verlauf img
		{
			vertical-align:baseline;
			
			margin:0 5px 0 2px;
		}


/* ------------------------------------------------------------------------------------------------------ */
/* --- ENDE SUBNAVIGATION --- */




.rahmenContentSitemap
	{
		width: 968px;
		height: 430px;

		border: 1px solid #A09E9D;
		
		clear:both;
		float:left;
	}								

.rahmenContentSitemap table tr,
.rahmenContentSitemap table tr td,
.rahmenContentSitemap table tr th
	{
		border: 1px solid #fff !important;
	}								

.rahmenContentSitemap a
		{
			color:#666;
		}								

.rahmenContentSitemap a:hover
		{
			color:#940d33;
		}								

.rahmenContentSitemap img
		{
			margin:0 5px 0 0;
		}								

#textfeldRahmen
	{
		width: 740px;
		height: 430px; 
		border: 1px solid #a09e9d;
		
		float:right;
	}

#textfeldRahmenScroll
	{
		width:740px;
		height:430px;
		
		border:1px solid #A09E9D;
		
		float:right;
		overflow:auto;
	}




.ganzesBildLinks
	{
		width:244px;
		height:430px;
		float:left;
	}


.bildGanzeFlaeche
	{
		width:740px;
		height:430px;
		
		overflow:hidden;
	}

.bildHalbOben
	{
		width:240px;
		height:226px;

		margin:62px 0 2px 2px;
	}

.produktBildRechts
	{
		width: 122px;

		float:right;
	}		

.bildProduktuebersichten
	{
		width: 122px;
		height:368px;

		clear:both;
		float:left;
	}	

.bildHalbObenOhneRand
	{
		width: 244px;
		
		margin: 60px 0 0 0;
		padding: 0px;
	}

.bildHalbObenOhneRand table
		{
			width: 100%;
			height:210px;
			
			border-collapse: collapse;
		}

.bildHalbObenOhneRand table td
			{
				border:2px solid #fff;
			}

.ganzesBildRechts
			{
				float:right;
			}






#textfeldTransparent
	{
		width: 344px;

		color: #2D2D2D;

		margin: 60px 0 0 0;
		padding: 20px 15px 0 259px;

		float: left;
	}

#textfeldTransparent h1
		{
			font-size:17px;
			line-height: 0.9em;
			word-spacing:0.05em;
			text-transform:uppercase;
			color:#ce1144;
			
			margin:0 0 15px 0;
		}

#textfeldTransparent p
		{
			margin:0 0 8px 0;
			padding:0;
		}

#textfeldTransparent h2
		{
			font-size:12px;
			margin:0 0 15px 0;
			padding:0;
		}

#textfeldTransparent h2
		{
			margin:15px 0 0 0;
		}


#textfeldTransparent a
		{
			text-decoration:none;
			color:#2D2D2D;
		}

#textfeldTransparent a:hover
		{
			text-decoration:none;
			color:#666666;
		}

.textfeldHead
	{
		width:374px;
		height:60px;
		line-height: 1.2em;
		
		background-color:#f8f8f8;
		
		margin:0 0 2px 0;

		float:left;
	}


.textfeldHead h1
		{
			font-size:17px;
			line-height: 0.9em;
			word-spacing:-0.05em;
			color:#444;
			
			margin:13px 15px 0 15px;
		}


.textfeldHead h1 span
		{
			font-weight:normal;
			margin:0;
			float:left;
		}

#textfeldUnten
	{
		width:344px;
		min-height:351px;
		height:auto;
		_height:351px;

		color:#636261;

		background-color:#EAEAEA;

		margin:0;
		padding:17px 15px 0px 15px;

		float:left;
	}

#textfeldUnten p
		{
			margin:0 0 8px 0;
			padding:0;
	
			clear:both;
		}

#textfeldUnten h1,
#textfeldUnten h2
		{
			font-size:12px;
	
			margin:0 0 3px 0;
			padding:0;
		}

#textfeldUnten h2
		{
			margin:15px 0 3px 0;
			padding:0;
		}


#textfeldUnten ul
		{
			list-style:none;
			
			margin:0 0 8px 0;
			padding:0;
		}

#textfeldUnten ul li
			{
				background:url(../_images/bullet.gif) 0 4px no-repeat;

				margin:0 0 0 0;
				padding:0 0 0 10px;
			}

.textfeldUnten .blaettern,
#textfeldUnten .blaettern
		{
			width:344px;

			position:absolute;
			top:490px;
			
			clear:both;
		}

.textfeldUnten .blaettern .seitenAnzahl,
#textfeldUnten .blaettern .seitenAnzahl
			{
				float:left;
			}

.textfeldUnten .blaettern .seitenAnzahl img,
#textfeldUnten .blaettern .seitenAnzahl img
				{
					margin:0 3px 0 0;
				}
	
.textfeldUnten .blaettern .weiter,
#textfeldUnten .blaettern .weiter
			{
				float:right;
			}

.textfeldUnten .blaettern .weiter a,
#textfeldUnten .blaettern .weiter a
			{
				color:#636261;
			}

.textfeldUnten .blaettern .weiter a:hover,
#textfeldUnten .blaettern .weiter a:hover
			{
				color:#940d33;
			}



#textfeldTabellen3
	{
		width:358px;
		min-height:360px;
		height:auto;
		_height:360px;

		background-color:#EAEAEA;

		margin:0;
		padding:8px 8px 0 8px;

		float:left;
	}
			
#textfeldTabellen3 h1,
#textfeldTabellen3 h2
		{
			font-size:12px;

			margin:0 0 2px 0;
			padding:0;
		}

#textfeldTabellen3 h2
		{
			margin:20px 0 2px 0;
		}


#textfeldTabellen3 p,
#textfeldTabellen3 ul
		{
			list-style:none;
			
			margin:0 0 8px 0;
			padding:0;
		}

#textfeldTabellen3 ul li
			{
				background:url(../_images/bullet.gif) 0 4px no-repeat;
	
				margin:0;
				padding:0 0 0 10px;
			}




.overview-a-z-head
	{
		width:618px;
		height:60px;

		background-color:#f8f8f8;

		margin:0 0 2px 0;

		float:left;
	}

.overview-a-z-head h1
		{
			font-size:17px;
			line-height: 0.9em;
			word-spacing:-0.05em;
			color:#444;
			
			margin:13px 15px 0 15px;
		}


.overview-a-z-head h1 span
		{
			font-weight:normal;
			margin:0;
			float:left;
		}
			
.overview-a-z-text		
	{
		width:588px;
		height:336px;

		background-color:#eaeaea;

		overflow:auto;
		
		padding:17px 15px 15px 15px;

		float:left;
	}	


.overview-a-z-text h1,
.overview-a-z-text h2
		{
			font-size:12px;
			
			margin:0 0 5px 0;
		}	

.overview-a-z-text h2
		{
			margin:20px 0 5px 0;
		}	


.overview-a-z-text ul.abc
		{
			width:100%;
			
			border-bottom:1px dotted #666;
			
			margin:0 0 20px 0;
			padding:0 0 8px 0;
			
			float:left;
		}

.overview-a-z-text ul.abc li
			{
				font-size:12px;
				
				background:none;
				
				margin:0 1px 0 0;
				padding:0;
				
				float:left;
			}

.overview-a-z-text ul.abc li a,
.overview-a-z-text ul.abc li.inActive
				{
					width:10px;
				
					color:#fff;
					text-align:center;
					
					background:#bebebe;
					
					padding:2px 4px 2px 4px;
					
					float:left;
				}

.overview-a-z-text ul.abc li.inActive
				{
					color:#ddd;
				}

.overview-a-z-text ul.abc li a:hover,
.overview-a-z-text ul.abc li .active
				{
					background:#a01b5a;
				}

.overview-a-z-text ul
			{
				width:90%;
				
				clear:both;
				float:left;
				margin:0 0 8px 0;
			}

.overview-a-z-text ul li
				{
					background:url(../_images/arrow.gif) no-repeat 0 4px;
					
					padding:0 0 0 12px;
					margin:0 0 3px 0;
				}






#photos
	{
		float:left;
		
		margin:5px 0 0 5px;
	}



.textfeldHeadLang
	{
		width:496px;
		height:60px;
		line-height: 1.2em;
		
		background-color:#f8f8f8;
		
		margin:0 0 2px 0;

		float:left;
	}


.textfeldHeadLang h1
		{
			font-size:17px;
			line-height: 0.9em;
			word-spacing:-0.05em;
			color:#444;
			
			margin:13px 15px 0 15px;
		}


.textfeldHeadLang h1 span
		{
			font-weight:normal;
			margin:0;
			float:left;
		}


#textfeldUntenLang{
			width:466px;
			height:336px;
			
			background-color:#eaeaea;
		
			overflow:auto;
			
			margin:0;
			padding:17px 15px 15px 15px;
		
			float:left;
			}

#textfeldUntenLang p,
#textfeldUntenLang ul
		{
			margin:0px 0px 8px 0px;
		}

#textfeldUntenLang h1{
			font-size:12px;
			font-weight:bold;
			margin:0px 0px 1px 0px;
			padding:0px 0px 0px 0px;
			}

#textfeldUntenLang h2{
			font-size:12px;
			font-weight:bold;
			margin:15px 0px 5px 0px;
			padding:0px 0px 0px 0px;
			}

#textfeldUntenLang ul li
			{
				background:url(../_images/bullet.gif) no-repeat 0 4px;
				
				padding:0 0 0 12px;
			}


/* Pflanze des Monats/Archiv */

#pflanzenarchivHead
	{
		height:14px;
		margin:80px 0 8px 0;
	}
		
		
#pflanzenarchivHead h1
		{
			font-size:17px;
			line-height: 0.9em;
			word-spacing:-0.05em;
			color:#444;
			
			margin:13px 15px 0 15px;
		}

			
#pflanzenarchivRand
	{

		padding:0px 15px 0px 15px;
	}

#pflanzenarchivRand table tr,
#pflanzenarchivRand table tr td
			{
		
				border:1px solid #fff;
			}

.pflanzenarchivZelle
	{
		margin:-1px -3px -2px -3px;
		padding:1px 3px 2px 3px;

		background-color:#F2EAE0;
	}

#pflanzenarchivRand a.pflanzenarchivLink:link, a.pflanzenarchivLink:visited, a.pflanzenarchivLink:active
	{
		color:#636261;
		text-decoration:none;
	}								

#pflanzenarchivRand a.pflanzenarchivLink:hover
	{
		color:#636261;
		text-decoration:none;
		background-color:#FFFFFF;
		margin:-1px -3px -2px -3px;
		padding:1px 3px 2px 3px;
		display:block;
	}

.pdm-rahmen-navi
	{
		width:244px;
		position:absolute;
		top:78px;
		
		float:left;
	}

.pdm-head
	{
		width:374px;
		height:60px;
	
		background-color:#f8f8f8;
	
		margin:0 0 2px 244px;
		
		position:absolute;
		top:78px;
		float:left;
	}

.pdm-head h1
		{
			font-size:17px;
			line-height: 0.9em;
			word-spacing:-0.05em;
			color:#444;
			
			margin:13px 15px 0 15px;
		}


.pdm-head h1 span
		{
			font-weight:normal;
			margin:0;
			float:left;
		}



.pdm-rahmen-content
	{
		width:344px;
		margin:62px 0 0 244px;
		
		float:left;
	}

.pdm-content
	{
		width:344px;
		min-height:342px;
		height:auto;
		_height:342px;
		color:#636261;
		
		background-color:#eaeaea;

		padding:17px 15px 9px 15px;
			
	}

.pdm-content	h1,
.pdm-content	h2
		{
			font-size:12px;
			
			margin:0 0 6px 0;
			padding:0;
		}

.pdm-content	h2
		{
			margin:10px 0 2px 0;
		}

.pdm-content	p
		{
			margin:0 0 6px 0;
			padding:0;
		}

/* ------------------------------------------------------------- */
/* Druckfunktion links oben */

.druckbutton
	{
		width:240px;
		
		background:url("../_images/hg_tertiaernavi.jpg") no-repeat;
		
		position:absolute;
		top:121px;
			
		margin:0 2px 2px 2px;
		padding:2px 0 0 0;
		
		z-index:9999;
	}

.druckbutton img
	{
		margin:4px 4px 0 4px;
		
		float:left;
	}





/* START - International*/
.internationalZelle
	{
		font-weight:bold;
		font-size:17px;
		color:#747474;
		text-align:center;
		width:15%;
		padding:10px 0px 9px 0px;			
		background-color:#D8D8D8;
	}

.internationalZelle a.internationalLink:link, a.internationalLink:visited, a.internationalLink:active{
			text-decoration:none;
			color:#747474;
			margin:-10px 0px -9px 0px;
			padding:10px 0px 9px 0px;			
			}			

.internationalZelle a.internationalLink:hover{
			text-decoration:none;
			color:#FFFFFF;
			background-color:#940d33;
			display:block;
			}		

.internationalZelleAktiv{
			font-weight:bold;
			font-size:17px;
			color:#FFFFFF;
			text-align:center;
			width:15%;
			padding:10px 0px 9px 0px;			
			background-color:#940d33;
			}

.internationalZelleAktiv a.internationalLink
		{
			color:#FFFFFF;
		}

.internationalZelleInaktiv{
			font-weight:bold;
			font-size:17px;
			color:#BDBDBD;
			text-align:center;
			width:15%;
			padding:10px 0px 9px 0px;			
			background-color:#D8D8D8;
			}

#textfeldUnten .internationalAdresse
	{
		width:210px;

		float:left;

		margin:0 0 8px 0;
	}

#textfeldUnten .internationalVerkauf
	{
		width:130px;

		float:right;
	}

/* Formulatre */
.formausgabetext
	{
		width: 102px;
		height: 348px;
		margin: 0px;
		padding: 10px;
		background:#f8f8f8;
		float:right;
	}

.formausgabetext	h1
		{
			font-size:12px;
			color:#cc123c;
			margin:0 0 4px 0;
			padding:0;
		}

.formausgabetext	p
		{
			margin:0 0 6px 0;
			padding:0;
		}


#formularBezeichnung
	{
		width:90px;

		line-height:22px;

		float:left;
	}

#formularFelderRahmen
	{
		width:190px;

		float:left;
	}

.formularFeld,
.formularPLZ,
.formularOrt,
.formularNachricht
	{
		width:180px;

		background-color:#F5F5F5;
		border:#A5A5A5 solid 1px;

		margin:0px 0px 2px 0px;
		padding:2px;

		float:left;
	}

.formularPLZ
	{
		width:60px;

		margin:0px 2px 2px 0px;
	}

.formularOrt
	{
		width:112px;
	}

.formularNachricht
	{

		width:330px;
		height:110px;

		margin:0 0 10px 0;
	}


.formularSenden
	{
		width:100px;

		font-weight:bold;

		background:url(../_images/link_orange.gif) 0 6px no-repeat;
		border:none;

		margin:0;
		padding:0;

		clear:both;
		float:left;
		
		cursor:pointer;
	}



/* ------------------------------------------------------------- */
/* WALA FILM */
.video-left,
.video-right
	{
		float:left;
	}


.video-left
	{
		width:137px;
		height:400px;
		
		background:#efefef;
		
		padding:15px;
	}

.video-left h1
		{
			font-size:17px;
			line-height: 0.9em;
			word-spacing:-0.05em;
			color:#444;
			
			margin:0 0 8px 0;
			
			float:left;
		}


.video-left h1 span
		{
			font-weight:normal;
			margin:0;
			float:left;
		}

.video-left p
		{
			clear:both;
		}



/* ------------------------------------------------------------- */
/* Presse ARCHIV */
.press-back
	{
		background:url(http://www.wala.de/_content/news/images/back-news.jpg) no-repeat;

	}

.press
	{
		width:550px;
		height:395px;
		
		padding:15px 170px 20px 20px;

		overflow:auto;
	}


.press h1
		{
			font-size:17px;
			line-height: 0.9em;
			word-spacing:-0.05em;
			color:#444;
			
			margin:0 0 30px 0;
		}


.press h1 span
			{
				font-weight:normal;
				margin:0;
				float:left;
			}

.press .article { width:100%; border-bottom:1px dotted #f793c9; padding:0 0 15px 0; margin:0 0 8px 0; float:left; clear:left; }
.press .article p.info { color:#8e8e8e; }
.press .article h2 { font-size:14px; font-weight:normal; margin:0 0 5px 0; }

.press .download { border-top:1px dotted #bebebe; padding:4px 0 4px 0; margin:8px 0 0 0; }
.press .download ul li { float:left; background:url(../_images/arrow.gif) no-repeat 0 4px; margin:0 15px 0 0; padding:0 0 0 12px; }

#textfeldUntenLang p.incis { font-size:11px; color:#888; }
