/*
Dieses Stylesheet beschreibt das Layout der Lehre-Seiten.
*/

body,#topbackground {
	background-image:		url(../../images/Lehre/background.gif);
}
@media handheld {
	body {
		background-image:	none;
	}
}

h1,h2,h3,h4,h5,h6,#footer,hr.footer { 
	color:					#CE5A10; 
}
hr.footer,table.mmt th {
	border-color:			#CE5A10;
}
hr.footer {
	background-color:		#CE5A10;
}

h1.lecture_type {
	font-size: 				0.95em;
	font-weight:			bold;
	color: 					#888;
	margin-bottom: 			0.5em;
}
h1.lecture_title {
	margin-bottom:			1em;
}
h2.lecture_title {
	margin-top:			-1.5em;
	margin-bottom:			1.5em;
}
