/*=================================================================*/
/*======================== FORMAT-KLASSEN =========================*/
/*=================================================================*/
.column-in {
	margin: 0;
	padding: 0.5em 1em;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.big-title {
	font-size: 90%;
	font-weight: bold;
	color: #333;
	line-height: 130%;
}

.big-title-colored {
	font-size: 90%;
	font-weight: bold;
	color: #00335E;
	line-height: 130%;
}

.small-title {
	font-size: 70%;
	font-weight: bold;
	color: #333;
	line-height: 130%;
}

.small-title-colored {
	font-size: 70%;
	font-weight: bold;
	color: #00335E;
	line-height: 130%;
}

.main-text {
	font-size: 70%;
	color: #333;
	line-height: 130%;
}

.exp-text {
	font-size: 70%;
	color: #333;
	line-height: 130%;
	margin-left:160px;
	margin-bottom: 15px;
}

.highlight-text {
	font-size: 70%;
	font-weight: bold;
	color: #00335E;
	line-height: 130%;
}

.pale-text {
	font-size: 70%;
	font-weight: bold;
	color: #B6B6B6;
	line-height: 130%;
}

.sub-text {
	font-size: 65%;
	color: #999;
	line-height: 130%;
}

.highlight {
	background-color: #FF0;
}

.error-text {
	font-size: 70%;
	color: #850002;
	line-height: 130%;
}