/* **** Global Reset **** */

* { 
	font-size: 100.01%; /* Die 0,1 sind ein Hack gegen Rechenfehler in Opera und Safari */
	line-height: 1; 
	margin: 0; 
	padding: 0;}

html {
	font-size: 62.5%;  /* Dadurch entsprich 1em zirka 10px - leichter vorzustellen ;-) */
}


/* **** STRUKTUR **** */


body {
	margin: 0 0 0 0;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

#wrapper_allover {
	margin: 0 auto;
	text-align:left;
	width: 295px;
}

#header {
	background-color: #fff;
	width:100%;
	height: 100px;
	/*border-bottom: 5px solid white;*/
}

#beschriftung {
	float:right;
	width: 90px;
	height: 100px;
	padding-left: 5px;
	background-color: #b3d1df;
}

* html #beschriftung {
	position: relative;
	left: -5px;
}

.beschriftung_header {
	font-size: 1.2em;
	padding-top: 11px;
}

#content {
	clear: both;
	width:100%;
}

#foto_vortragender {
	width: 150px;
	float:left;
}

#fuss {
	clear:both;
	width: 100%;
	background-color: #b3d1df;
	padding: 2px 5px 2px 5px;
}

/* **** AUSZEICHNUNGEN **** */

#content p {
	font-size: 1.2em;
	line-height: 1.5em;
}

p.nummer {
	margin-top: 5px;
	font-weight: bold;
	color: #f66013;
}


p.fachrichtung {

}

p.vorlesungstitel {
	font-weight: bold;
	color: #006699;
}

p.bildtext {
	float:right;
	width:130px;
	font-style: italic;
}

p.beschreibung {
	clear:both;
	margin:10px 0 10px 0;
}

p.termin {
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 10px;
}

a img {
	border: none;
}

