
@media screen {

	.uc-advice {
		width: 52em;
		background-color: #F0EFEA;
		height: 38em;
	}
	
	.uc-advice .colLeft {
		padding: 10px;
		float:left;
		width: 85px;
		margin-right: 4em;
		height:360px; 
		/* background:url("/css/freshup/img/schatten-pfeil.jpg") no-repeat scroll 70px center transparent; */
		/* background: url("/css/freshup/img/advise-arrow.png") no-repeat scroll 70px center transparent; */
	}
	.uc-advice ul {
		float: left;
		width: 125px;
	}
	
	.uc-advice .mail {
		margin:80px 0 20px 20px;
	}
	
	.uc-advice .ext {
		padding:0 0 20px 20px;	
	}
	.uc-advice h3 {
		padding: 2em 0 0 0;
		font-weight: bold;
		font-size: 1.2em;
	}
	.uc-advice table {
		border: none;
		padding: 5px;
		margin: 1em 0 0 0;
		width: 35em;
	}
	.uc-advice table td{
		width: 50%;
	}
}


/* ========== PRINT ========== */

@media print {
		
}