.border {
	border:solid  #999 1px;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	background-color: #999;
	color: #FFF;
	height: 160px;
}

.border-statistik {
	border:solid  #999 1px;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	background-color: #999;
	color: #FFF;
	height: 300px;
}

.border-long {
	border:solid #999 0px;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	background-color: #999999;
	color: #FFFFFF;
}

.headline {
	font-size: 18px;
	color: #424242;
	text-decoration: none;
	margin-top: 1px;
	margin-left: 0px;
	margin-bottom: 8px;
	line-height: 22px;
	}
	
	
.grey-italic {
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	margin-top: 1px;
	margin-left: 0px;
	margin-bottom: 8px;
	line-height: 22px;
	font-style: italic;
	}


.bold {
	font-weight: bold;
	}
	
.headline-s {
	font-size: 12px;
	color: #424242;
	text-decoration: none;
	margin-top: 1px;
	margin-left: 0px;
	margin-bottom: 12px;
	line-height: 16px;
	font-weight: bold;
	}
	
.headline-white {
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 1px;
	margin-left: 0px;
	margin-bottom: 8px;
	line-height: 22px;
	}
	
.headline-white-s {
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 1px;
	margin-left: 0px;
	margin-bottom: 5px;
	line-height: 18px;
	}
