body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.einzug { 
	margin-top:0px;
   	margin-bottom:0px; 
   	margin-left:40px; 
   	text-indent:-20px;
   	font-size: 12px
}
div.headline { 
   	margin-left:20px; 
   	text-indent:-20px;
}

/* 1 und 2 styles des Seitenkopfes, 2 auch für die Semester in courses */
.style1 {
	font-size: 36px;
	font-weight: bold;
    color: #525252
}
.style2 {
	font-size: 18px;
	font-weight: bold;
    color: #525252
}
/* style des Menüs */
.style3 {
	font-weight: bold;
    color: #525252
}
/* style der Seitenüberschrift */
.style4 {
	font-size: 21px;
	font-weight: bold;
    color: #993333
}
/* style Text groß */
.style5 {
	font-size: 15px;
}
/* style Text klein */
.style6 {
	font-size: 12px;
	text-align:justify
}
/* style Instructor Name */
.style7 {
	font-size: 15px;
	font-weight: bold;
    color: #525252
}
/* style Text klein, kein Blocksatz */
.style8 {
	font-size: 12px;
}

.style9 {
	color: #993333;
	font-weight: bold;
	font-size: 14px;
}
.style10 {
	font-size: 14px;
	font-weight: bold;
}

.style11 {
	font-size: 18px;
	font-weight: bold;
    color: #993333
}

a:link {
	color: #525252;
	text-decoration: none;
}
a:visited {
	color: #525252;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #993333;
}
a:active {
	text-decoration: none;
}

