/* reset padding and margins for all browsers */
* {
	padding: 0;
	margin: 0;
}

/* preventing IE border for links aroudn images */
img { border: 0;}

li {
	margin-left: 1em;
}

body {
	color: #164856;
	background-color: #eeeeee;
}

table {
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 80%;
	border-collapse: collapse;
	table-layout: auto;
}

th, td {
	border: 1px solid gray;
	padding: 0.25em;
	vertical-align: top;
}

dt {
	margin-top: 0.5em;
	font-weight: bold;
}

dd {
	margin-left: 2em;
	margin-top: 0.5em;
}

h2 {
	font-family: sans-serif;
}

h3 {
	font-family: sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
}

br {
  margin:0 0 0.6em;
}

.csspadding {
	margin: 10px;
}



/* outer div around the whole site */
#main {
	min-width: 850px;
	margin: 10px;
	background-color: white;
	background-image: url(./../img/backgroud.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	border: 1px solid gray;
}
/* min-width hack for IE. Checking for window-client-width plus margin of 20px */
* html #main{
	width:expression(document.body.clientWidth < 800? "780px": "auto");
}


#header {
	border-bottom: 1px solid gray;
	background-color: white;
	height: 120px;
}
	#logos {
		/* div around the university logos that holds them together */
		float: right;
		margin: 10px;
	}
	#logos img {
		/* height: 22px;  no longer needed since the logos are resized*/
	}
	#logo_main {
		float: left;
		margin: 10px 22px 10px 20px;
	}
	#logo_tu {
		margin-bottom: 10px;
	}
	#header h1 {
		/* the tital caption of the site */
		font-family: Verdana, sans-serif;
		font-size: 30px;
		text-align: left;
		text-shadow: gray 4px 3px 4px;
	}

#banner {
	background-image: url(./../img/banner.jpg);
	background-color: black;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	color: white;
	text-align: left;
	font-family: Verdana, sans-serif;
	height: 60px;
}
#banner h2 {
	font-size: 30px;
	display: block;
}
#banner table, #banner td, #banner tr {
	border: none;
	height: 60px;
	margin-top: 0;
}
#banner table {
	margin-left: 200px; /* menu.width + optional padding */
}
.v_center_cell {
	vertical-align: middle;
}


#menu {
	width: 185px;  /* content.margin-left depends on this */
	float: left;
	border-right: 1px dotted gray;
	line-height: 1.4em;
	font-family: sans-serif;
	font-weight: bold;
	text-shadow: gray 2px 1px 3px;
}
	#menu a{
		text-decoration: none;
		color: #0000ee;
	}
	#menu ul{
		list-style-type: none;
		font-size: 0.9em;
	}
	#menu ul ul{
		list-style-type: none;
		font-size: 1em;
		margin-left: 12px;
	}
	#menu ol{
		list-style-type: none;
		font-size: 0.9em;
		list-style-position:inside;
	}
	#menu ol ol{
		list-style-type: none;
		font-size: 1em;
		margin-left: 12px;
	}
	#menu li{
		margin-left: 0;
	}
	#menu ul a:hover {
		text-shadow: silver 4px 3px 5px;
		color: #aa0000;
	}
	#menu ul a:visited {
	}

	#menu img {
		border:1px solid black;
	}
	
	.li_head {
		
	 }

#content {
	margin-left: 190px; /*  menu.width + 5px savety padding for IE quirks */
	padding: 20px;
	font-size: 0.85em;
	font-family: serif;
	line-height: 1.5em;
}
#content h1, #content h2, #content h3, #content p , #content ul{	
	/*padding: 0;*/
	margin: 0.8em;
	margin-top: 1em;
}
#content ul {
	margin:0;
	margin-left: 2em;
}

#content ol {
	margin:0;
	margin-left: 2em;
}


/*
img {
	margin: 10px;
}*/

#content .info_img {
	width: 400px;
}

	#content img {
	  padding:0.5em;
	}

	#content ul {
		list-style-image:url(../img/bullet_blue_glass_sphere.gif);
	}

	#content ul ul,ol ol{
		margin:0;
	}
	
	#content li, dd {
		line-height:normal;
		margin:0.5em 0em 1em 1em;
	}
	
	#content li li, dd dd {
		line-height:normal;
		margin:0.2em 0 0.2em 1em;
	}

	#content p {
		margin-bottom: 1em;
		font-size: large;
	}

	#content h2 {
		margin-top: 1em;
		margin-bottom: 1em;
	}

	#content table td, #content th {
		background-color:#ffef66;
	}
	
	#publications table td, #publications table th {
		background-color:#eeeeee;
		border-top: 1px solid silver;
		border-bottom: 1px solid silver;
	}
	#publications strong {
		font-size: 1.1em;
		font-family: sans-serif;
	}

	#content thead td {
		text-align:center;
		font-weight:bold;
		font-variant:small-caps;
	}

.splitbar {
	width:100%;
}
#stafflist ul {
	list-style-image: url(../img/icon_people.gif);
	font-size: 1.8em;
	font-family: sans-serif;
}
#stafflist h2 {
	text-align: center;
}
#stafflist ul ul {
	list-style-image: url(../img/bullet_blue_glass_sphere.gif);
	font-size: 0.7em;
	font-family: serif;
}
#stafflist li {
	line-height: 0.8em;
}
#stafflist ul ul img {
	height: 0.7em;
}

#lectures li {
	margin-left: 3em;
}
#lecures h3 {
	font-size: 1.8em;
}

#projectgroup{
   min-width:500px;
}

#projectgroup table.figure {
	text-align:left; 
	background-color:white; 
	border:none; 	
	width:100%; 
	margin:0 0 2em 0; 
	padding:0 0 2em 0;
}
#projectgroup table.figure tr td{
	margin-left:0; 
	padding-left:0;
	background-color:white; 
	border:none; 
	min-width:80px;
}
#projectgroup table.figure tr td.num{
	width:92px; 
}

#projectgroup table.figure img{
	width:90%;
}

#projectgroup table.figure tr {
	background-color:white; 
	border:none;
}

#projectgroup table.image {
	text-align:center; 
	background-color:white; 
	border:none; 
	width:100%;
}
#projectgroup table.image img{
	width:90%;
}
#projectgroup table.image tr {
	background-color:white; 
	border:none;
}
#projectgroup table.image tr td {
	background-color:white; 
	border:none; 
	min-width:80px;
}

#projectgroup table.member {
	margin:auto;
	margin-top: 1em;
	margin-bottom: 1em;
	width:80%;
}

#projectgroup .centerimage { 
	text-align:center;
}

#publication {
	
}
	#publication p {
		font-size:1em;
	}

.important {
	color: #cc0000;
	text-align: center;
	font-family: Verdana, sans-serif;
	margin: 20px;
}

.important_text {
	color: #990000;
	text-align: center;
	font-family: Verdana, sans-serif;
	padding: 5px;
	display:block;
	background-color:#ffdddd;
	border:1px solid #ddbbbb;
}

.footnote {
	margin-top: 20px;
	font-size: 0.5em;
}


a:hover {

}

a:visited {
	color: #2200aa;
}

#adress {
	font-size: 1.4em;
	font-family: sans-serif;
}

#infobox {
	border: 3px #efdd44 outset;
	background-color: #ffef66;
	margin-right:10px;
	margin-bottom: 6px;
	float: left;
	width: 250px;
}
	#infobox table, #infobox tr, #infobox td,  #infobox th{
		border: none;
		vertical-align: middle;
		height: 40px;
	}
	#infobox th {
		width: 50px;
	}
	#infobox table {
		margin: 5px;
	}
	#infobox img {
		margin: 0;
	}
	#infobox li {
		margin-left:2em;
	}

.overview_list {
	line-height : 2em;
	font-family: sans-serif;
	font-weight: bold;
}

.p_box {
	margin: 20px 60px 25px 20px; /* top right bottom left */
	text-align: justify;
	padding: 10px;
	background: #fefeff;
	border: 2px ridge #eeeeee;
}

.p_image {
	float:right;
	margin: 0px -75px 0px 15px; /* top right bottom left */
}

.clearing {
	margin-top:-1em;
	clear:right;
}

.box_note {
	border: 2px groove gray;
	background-color: #feeaea;
	padding: 10px;
	font-size: 1.5em;
}

.error_text {
	color: red;
	font-style: italic;
}

#footer {
	font-family: sans-serif;
	background-color: #ffffee;
	border: 1px solid gray;
	height: 39px;
	clear: both;
}
	#footer img {
		margin: 1px;
	}
	
	#footer_info_text{
		font-size: 0.8em;
	}
	
	#footer a {
		text-decoration:none;
	}
	#footer_links {
		float: left;
		font-size: 0.8em;
	}
	#footer_copyright {
		font-size: 0.6em;
		margin-top: -1em;
		margin-right: 4px;
		float: right;
	}

/* #TODO total dreckig */
#publications tr, #publications table, #publications td, #publications th, #publications dd, #publications dl, #publications dt {
	border: none;
}
