/* ------------------------------------------------------------------------------------
 * cubes-company.de
 * content.css -
 *
 * Author Bastian Schröder <bastian@creative-feat.com>
 * Version 2009-12-13
 * ------------------------------------------------------------------------------------ */

body div#contentframe .box {
	margin-left: 92px;
	padding: 10px;
	border: 1px solid #6d6c67;
}

body div#contentframe h2 {
	margin: 0 0 15px 92px;
	color: #6d6c67;
	font-size: 20px;
}
body div#contentframe h3 {
	margin: 35px 0 0 92px;
	font-size: 14px;
}
body div#contentframe p {
	margin-left: 92px;
}
body div#contentframe ul {
	margin-left: 107px;
}


/* ---------------------------------- contact_right ----------------------------------- */
body div#contentframe .cblock {
	margin-right: 266px;
	padding-left: 3px;
}
body div#contentframe div.contact_right {
	float: right;
	width: 192px;
	padding: 357px 0 0 5px;
	background: url(../img/content_right.jpg) no-repeat;
}
body div#contentframe div.contact_right span.phone {
	font-size: 18px;
	font-weight: bold;
	color: #b6ca00;
}
