body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#FFFFFF;
	color:#000000;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

a:link {
	text-decoration: underline; 
	color: black;
}

a:visited {
	text-decoration: underline; 
	color: black;
}

a:hover {
	text-decoration:underline;
	color: black;
}

a:link strong {
	text-decoration: underline; 
	color: #649600;
}

a:visited strong {
	text-decoration: underline; 
	color: #649600;
}

a:hover strong {
	text-decoration:underline;
	color: #649600;
}

strong{
	color: #649600;
}

strong a:link {
	text-decoration: underline; 
	color: #649600;
}

strong a:visited {
	text-decoration: underline; 
	color: #649600;
}

strong a:hover {
	text-decoration:underline;
	color: #649600;
}

img {
	border: none;
}

#top {
	height:93px;
	padding-top: 20px;
	padding-left: 20px;
	margin: 0px;
	background-image:url(/Icons/tu_img.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color: #ffffff;
}

#top div.tudologo{
	width: 300px;
	float:left;
}

#top div.tudologo img{
	vertical-align:top;
}

#top div.ffilogo{
}

#top div.ffilogo img{
	margin-top:20px;
	margin-right:40px;
}

#main {
	clear:both;
	border-top: 15px solid #b2b3b6;
	border-right: 5px solid #b2b3b6;
	border-left: 5px solid #b2b3b6;
	border-bottom: 5px solid #b2b3b6;
	min-height: 280px;
}

#menu{
	font-size: 0.9em;
	float: left;
	width: 8em;
	padding:10px;
	margin: 10px;
}


#content {
	border-left: 1px solid #b2b3b6;
	background-color:#FFFFFF;
	color:#000000;
	margin: 15px;
	padding:10px;
	margin-left: 10em;
	font-size: 1em;
}

#content div {
	color:#000000;
	margin: 20px; 
	margin-left:40px;
	padding:10px;
}

address {
	text-align: right;
	font-size:0.8em;
}

address a:link {
	text-decoration: underline; 
	color: #649600;
}

address a:visited {
	text-decoration: underline; 
	color: #649600;
}

address a:hover {
	text-decoration: underline; 
	color: #649600;
}

div.projekt {
	border:1px dotted gray; 
	background-color:#ffffff;
	color:#000000;
	margin: 20px; 
	margin-left:40px;
	padding:10px;
}

div.projekt h3 {
	color: #649600;
}

div.vorlesung {
	border:1px dashed gray; 
	background-color:#f5f5f5;
	color:#000000;
	margin: 20px; 
	margin-left:40px;
	padding:10px;
}

div.vorlesung h3 {
	padding-top:0px; 
	padding-left:0px
}

div.vorlesung table {
	padding-left: 20px; 
	width:100%;
}

div.vorlesung table td {
	vertical-align:top;
}

div.vorlesung table td.zeit {
	font-family:courier;font-size:10pt;
}

