/*
@media handheld {
	#widelogo{
		display:none;
	}
	div.banner p{
	}
	div.banner {
		background-color: #CCCCCC; border-color: #900;
	}
	div.section {
		background: #ffd;
		margin: 1em 1em 2em 1.5em;
		border: thin solid #900; 
		padding: 1em;
	}
}
*/
@media print {
	.printHidden{
		display:none;
	}
	div.section {
		border: none; 
	}
}
@media screen,projection,tv {
div.banner {
	margin: 1em;
	font-family: Verdana,Arial,Helvetica; 
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	top: 2em;
	left: auto;
	width: 8.5em;
	right: 2em;
}

div.banner p {
	margin: 0; 
	padding: 0.3em 0.4em;
	font-family: Verdana,Arial,Helvetica; 
	font-size: 10pt;
	background-color: #CCCCCC; border-color: #900;
	background: #999;		/* Override according to type of page */
	border: thin outset #999;	/* Override this color together with bg */
	color: white;
}

div.banner a, div.banner em {border-top-color: #900; border-top: 2px groove #999; display: block; margin: 0 0.5em }
div.banner a:first-child { border-top: none }
div.banner em { color: #000 }
div.banner a.sub { text-align: right; font-size: 70%; border-top: none; }  
div banner a.first { border-top: none; }

div.banner a:link { text-decoration: none; color: #CC0066; }
div.banner a:visited { text-decoration: none; color: #CC0066; }
div.banner a:hover { background: black; color: white; }

div.menulogo img {
	height: 40px;
	float: none; 
	border-top: none; 
	vertical-align: middle;
}

div.section {
	font-family: Verdana,Arial,Helvetica; 
	font-size: 10pt; 
	background: #ffd;
	margin: 1em 1em 2em 1.5em;
	border: thin solid #900; 
	padding: 1em;
}
div.section table{    /*hätte mit der globalen section erschlagen sein müssen, aber tut nicht. */
	font-size: 10pt; 
}
div.section h1 {	/* Kursname */
	color:#CC0066;
	font-size:x-large;
	font-style:italic;
	font-weight:normal;
	margin-top:0em;
	padding-bottom:0px;
}
div.section h2 {	/* Raumname */
	color:#CC0066;
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	margin:0em;
	padding-top:10px;
}
.kurstd {	
	text-align:center;
	border:thin solid #900;
}
.inhalte {
	color:#CC0066;
	font-size:1.2em;
}
/*sonst malt Gecko wild rahmen um Linkbilder*/
img {
	border:none;
}
form {
	margin: 0px;
	padding: 0px;
}
}/*ende screen*/
