@charset "UTF-8";

div#consultingFrame {
	width: 960px;
	background-color: white;
	height: 555px;
	border: 10px solid white;
	background-image: url('../img/silverbg.png');
}

img#kugeln {
	float: right;
}

div#sidebar {
	background-color: #797979;
	width: 240px;
	height: 555px;
	float: left;
}

div#consultingContent {
	margin: 20px;
	width: 320px;
	height: 515px;
	float: left;
	font-size: 11px;
	position: relative;
	font-weight: bold;
	color: #252525;
	line-height: 18px;
}

div.consultingHeadline {
	position: absolute;
	color: white;
	font-size: 14px;
	text-align: right;
	width: 200px;
	left: -230px;
	line-height: 20px;
}

div.consultingHeadline a {
	color: #c6c6c6;
	font-size: 12px;
	text-decoration: none;
}