div#tzi_text {
float:right;
padding-bottom: 2em;
}


/* Kästen für Links, Adresse und Sprachauswahl */
div#dm_lang, div#dm_adress, div#dm_links{
	margin-top: 3px;
	min-width: 235 px;
	-width: expression(document.body.clientWidth < 222 ? "220px" : "auto"); /* für den IE, da er min-width nicht kennt */
	background-color: #edf2f6;
	padding: 1em 0em 1em 2.5em;	
}

div#dm_links a {
	text-decoration: underline;
	color: #000080;
}

div#dm_links a:hover {
	text-decoration: none;
}

/* Logobereich mit dem Farbverlauf und dem Suchbereich */
div#dm_logo {
	background-image: url(bg.png);
}
  
/* Orangeline unter Head */
div#dm_orangeline {
	background-image: url(line.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0 2em 0 2em;
	-margin: -4em 2em 0 2em; /* für Positionierung in IE6 "-" vor das Element schreiben */
	height: 3px;
	-overflow: hidden; /* für korrekte Höhe und Breite im IE 6 */
	background-color: #ffa500;
	clear: both;
}

/* Orangeline über dem Infobereich */
div#dm_orangeline2 {
	clear:right;
	margin: 0em 2em 0em 2em;
	-margin: 0em 2em 0em 2em; /* für Positionierung in IE6 "-" vor das Element schreiben */
	height: 1px;
	-overflow: hidden; /* für korrekte Höhe und Breite im IE 6 */
	background-color: #ffa500;
}

/* Positionierung und Formatierung der Logo-Elemente */

#dm_logo_top{
    height:68px;
	padding-top: 15px;
	padding-left: 10px;
	}

#dm_logo_top_left { /*AG-Name*/
	float: left;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 1.3em;
	width: 55%;
}

#dm_logo_top_middle { /*TZI-Logo*/
	float:left;
	background-position: center;
}

#dm_logo_top_right { /*Uni-Logo*/
	float: right;
	width: 250px;
}

#dm_logo_bottom h1{ /*Name*/
    height:64px;
	margin-top: -5px;
	padding-left: 272px;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 2em;
	font-decoration: none;
	}





