body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E6E6E8;
	background-image: url(kopf.jpg);
	background-repeat: no-repeat;
	color: #000000;
 	font-size: 0.8em;
}
/*
p{
	text-align: left;
	font-size: 12px;
}
*/
div,span,td{
	font-size: 100%;
	color: #000000;
}

div.Titles{
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 55px;
	margin-left: -9px;
	margin-right: -9px;
	padding:5px;
}

.ExerciseTitle{
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

.ExerciseSubtitle{
	font-size: 100%;
	font-weight: bold; 
	color: #000000;
	background-color: #FFFFFF;
}
.ExerciseAuthor{
	font-size: 70%;
	font-weight: normal; 
	color: #000000;
	background-color: #E6E6E8;
}
.ExerciseInstruction{
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color: #E6E6E8;
}


.ExerciseImpr{
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	background-color: #E6E6E8;
}
a{
	font-size: 85%;
	font-weight: normal;
	color: #BE0000;
	text-decoration: underline;
}

.authorLink{
	font-size: 100%;
	font-weight: normal;
	color: #BE0000;
	text-decoration: underline;
	background-color: #E6E6E8;
}
