fieldset{
	padding:8px;	
}


/* Semesternavigation */
#content ul.semesternavigation {
	list-style-type: none;
	padding:0;
	margin:0;
}
#content ul.semesternavigation li {
	font-weight:normal;
	float: left;
	margin-right:0.1em;
}
.clearer {
	clear: both;
}

/*BBCodes */
div.center {
	text-align:center;
	}
.underline {
	text-decoration: underline;
	}
.left {
	float: left;
	text-align:left;
}
.right {
	float: right;
	text-align:right;
}

