

/* Positions(un-)abhängige Module für den Content-Bereich */



.subcolumns { }

.col-10,.col-20,.col-25,.col-33,.col-40,.col-50,.col-60,.col-66,.col-75,.col-80 {
	float: left;
	position: relative;
}
.col-10 { width: 10%; }
.col-20 { width: 20%; }
.col-25 { width: 25%; }
.col-33 { width: 33%; }
.col-40 { width: 40%; }
.col-50 { width: 50%; }
.col-60 { width: 60%; }
.col-66 { width: 66%; }
.col-75 { width: 75%; }
.col-80 { width: 80%; }


/**
 * Modul: Standard Content-Header mit Icon der Fakultät (optional)
 * Position: Content-Spalte oben
 *
**/

.content-header {
	padding: 0 0 8px 0;
	border-bottom: 1px solid;
	margin-bottom: 20px;
	position: relative;
}
.content-header span.headline {
	color:#464646;
	display:block;
	font-size:18px;
	padding: 0 55px 10px 0;
}
.content-header .faculty-icon {
	left:422px;
	position:absolute;
	top:0;
}









/* TODO: auslagern in z.B. fonts.css */

.lightgrey { color: #898989 }