@charset "utf-8";
/**********Basis-Elemente****************************************************************************************************/
body {
	font: normal 11px arial, sans-serif;
	background-color: #FFF;
	margin: 0;
}

.header-container {
	background-color: #000;
	height: 105px;
}

.header {
	background-image: url(../images/logo_pim_hsx.png);
	background-repeat: no-repeat;
	top: 55px;
	left: 80px;
	width: 80%;
	height: 50px;
	position: absolute;
}

.mainContent {
	margin: 40px 80px;
	border: 1px solid #CCC;
	width: 500px;
}

.title {
	line-height: 35px;
	background-color: #FAFAFA;
	border-bottom: 1px solid #CCC;
}

.title-label {
	font-size: 13px;
	padding-left: 10px;
}

.description {
	display: block;
	margin: 15px 10px;
}
.description div {
	padding-bottom: 5px;
}