body{
	font-family: 'Source Sans Pro', sans-serif;
}
/* block */
p.divider{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #eee;
	box-sizing: content-box;
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
p.divider50{
	width: 50%;
	margin: 10px auto;
	border: 0;
	border-top: 1px solid #eee;
	box-sizing: content-box;
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
p.small{
	font-size: 80%;
	font-weight:400;
	font-weight: normal;
}
p.important{
	color: #ffffff;
	background: #ff0000;
}
ul.contentNavigation{
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
ul.contentNavigation .important{
	background: transparent;
	color: #ff0000;
}
ul.contentNavigation li a::after{
	float: right;
	content: "\f18e";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* inline */
span.small{
	font-size: 80%;
	font-weight:400;
	font-weight: normal;
}
span.orange{
	color:#ffbe00;
}
span.red{
	color:#ff0000;
}
span.blue{
	color:#0000ff;
}
span.important{
	color: #ffffff;
	background: #ff0000;
	display: inline-block;
	padding: 0 5px;
}

/* align */
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-justify{text-align: justify;}

/* Tabellen */
.table-striped{}
.table-bordered{}
.table-borderless{}
.table-hover{}
.table-sm{}
.table-custom01{}
.table-custom02{}
.table-custom03{}
.table-custom04{}
.table-custom05{}

/* rows  */
.table-secondary-row{}
.table-success-row{}
.table-danger-row{}
.table-warning-row{}
.table-info-row{}

