/* CSS Startseite */
@media all {
	/* Linke Spalte raus */
	#col1, #col1_content { display: none; } 
	#col3 { margin-left: 0; }
	
	/* Extrawurst IE6 ... */
	* html #col1 { display: none; }
	* html #col3 { margin-left: 0; }
	
/*	#stage {
		margin-bottom: 25px;
		padding-bottom: 7px;
		border-bottom: 1px solid #ccc;
	}
*/

	/* Claim */
	#claim h1 {
		color: #e45515;
	}
	
	#claim p {
		margin-bottom: 0.5em;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 1.35em;
		line-height: 1.5;
	}
	
	/* H2 like H4 */
	h2 {
		margin: 0 0 0.6em 5px;
		font-size: 1.3em;
		font-weight: normal;
		letter-spacing: 1px;
		text-transform: none;
	}
	
	h4 {
		margin-bottom: 0.6em;
	}
	
	/* Subs */
	.subc  {
		margin-right: 14px;
		padding-right: 15px;
/*		border-right: 1px solid #ccc;*/
	}
	
	.subcr {
		padding-left: 0px;
	}
	
	
	/* Teaser Schwerpunkte Begin */
	.tx-elementereference-pi1 {
		float: left;
		display: block;
		width: 171px !important;
		height: 256px;
		margin-right: 8px;
		padding: 5px;
		color: #1e1e1e;
		text-decoration: none;
		background:url(../../img/bg_teaserHome.gif) no-repeat;
	}
	
	.tx-elementereference-pi1-last {
		margin-right:0;
	}
	
	.tx-elementereference-pi1:hover,
	.tx-elementereference-pi1:focus {
		text-decoration: none;
		background:url(../../img/bg_teaserHome.gif) no-repeat 0 -266px;
	}
	
	.tx-elementereference-pi1 strong {
		display: block;
		margin: 8px 7px 5px 7px;
		font-size: 1.2em;
		font-weight: normal;
		letter-spacing: 0.1em;
	}
	
	.tx-elementereference-pi1 img {
		margin: 0 0 10px 1px;
		border-top: 1px solid #EFEFEF;
		border-bottom: 1px solid #EFEFEF;
	}
	
	.tx-elementereference-pi1-txt {
		display: block;
		font-size: 105%;
		line-height: 1.75em;
	}
	
	.tx-elementereference-pi1 .csc-textpic-text p,
	.tx-elementereference-pi1 .csc-textpic-text ul {
		margin-bottom: 1em;
		line-height: 1.5em;
	}
	
	/* Für Produkt-Teaser Begin */
	.nofloat {
		float: none;
		clear: both;
		width: auto !important;
		height: auto;
		margin: 0;
		padding: 0;
		color: #1e1e1e;
		text-decoration: none;
		background: none;
	}
	
	.nofloat:hover,
	.nofloat:focus {
		background: none;
	}
	
	.nofloat .tx-elementereference-pi1-mr {
		height: 160px;
		padding: 10px 5px;
	}
	
	.tx-elementereference-pi1-links {
		height: 36px;
		margin: -12px 0 0 75%;
	}
	
	.tx-elementereference-pi1-links #up {
		float: left;
		display: block;
		width: 32px;
		height: 24px;
		background-image: url(../../img/bt_arrowL.gif);
		background-position: 0 -24px;
		background-repeat: no-repeat;
	}
	
	.tx-elementereference-pi1-links #down {
		float: left;
		display: block;
		width: 32px;
		height: 24px;
		background-image: url(../../img/bt_arrowR.gif);
		background-position: 0 -24px;
		background-repeat: no-repeat;
	}
	
	.tx-elementereference-pi1-links .no {
		background-position: 0 0;
	} 
	/* Für Produkt-Teaser End */
}