/*
 * Projekt:	CONTENiT AG
 * Version:	1.0.0 
 * Datum:	06.02.2009
 * Autor: 	T. Goldkuhle		
 * 
 * Contenit AG - digital business
 * http://www.contenit.com
 * 
 * Beschreibung: 1 Box rechte Spalte
 *  
 */
 
@media screen {
/* start media screen*/ 
 
.fce_inhalt6 {
/*	margin-top: 10px;*/
}

.container1_6 {
	width:205px;
	height: 40px;
	background-color: #fff;
	background-image: url(../../images/polaroid/polaroid_1.gif);
	background-repeat: no-repeat;
	margin-bottom: -15px;
}

.container2_6 {
	width:205px;
	background-color: #fff;
	background-image: url(../../images/polaroid/polaroid_2.gif);
	background-repeat: repeat-y;
	margin-bottom: -93px;
}

/*IE6*/
* html .container2_6 {
	margin-bottom: 0px; 
}

/*IE7*/
* + html .container2_6 {
	margin-bottom: 0px;
}

.container3_6 {
	width:205px;
	height: 102px;
	background-color: #fff;
	background-image: url(../../images/polaroid/polaroid_3.gif);
	background-repeat: no-repeat;
}

/*IE6*/
* html .container3_6 {
	height: 10px;
  background-position: bottom; 
}

/*IE7*/
* + html .container3_6 {
	height: 10px;
  background-position: bottom; 
}

.container2_6 .bodytext {
	width:155px;
	margin: 0 0 16px 25px;
}

.container2_6 .bodytext a img {
	margin: 0;
}

.container2_6 h1 {
	color: #8FCF2A;
	font-size: 11px;
	font-weight: normal;
	margin: -13px 0 10px 25px;
}

/*IE6*/
* html .container2_6 h1 {
	margin: 0px 0 10px 25px;
}

/*IE7*/
* + html .container2_6 h1 {
	margin: 0px 0 10px 25px;
}

.container2_6 img {
	margin: 0 0 0 24px;
}

.container2_6 a:link, .container2_6 a:visited {
	color: #676767;
	border-bottom: 1px dotted #676767;
}

.container2_6 a:hover {
	color: #676767;
	border: none;
	text-decoration: underline;	
}

.clearboth6 {
	clear: both;
}


/* end media screen*/
}

