body {
	margin:0;
	padding:20px 0 20px 0;
	font: 85% Helvetica, Arial, sans-serif;
	line-height: 1.35em;
	color: black;
	text-align: center;
	/*height: auto;*/
	background-color:#666;
}
p, td, th, label {
	font-size: 80%;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}
a {
	font-weight:bold;
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration:underline;
}
li {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 80%;
}
/* Layout Definitions */

#outer {
	background-color:#fff;
	padding: 0 40px;
	width: 940px;
	margin: 0 auto;
}
#main {
	/* height: 100%; */
	margin: 0 auto;
}
#inner {
	text-align: left;
}
#headerpanel {
	position: relative;
	z-index: 998;
	background-color: #fff;
}
#headertab {
	background: #fff;
	width: 100%;
	position: relative;
	z-index: 98;
	top: 20px;
}
#head {
	position: relative;
	height: 120px;
}
#head .logo {
	position:relative;
	background: url(../img/unilogo_DMI_RGB.png) no-repeat left top;
	width: 100%;
	height: 120px;
	float: left;
	margin: 0;
	border-bottom: 1px solid #999;
}
#head .logo span {
	display: none;
}
#head .logo a {
	width: 850px;
	height: 100px;
	display: block;
}
#head .trigger p {
	position: relative;
	float: left;
	margin: 10px 0 0 0;
}
#head .trigger p.open, #head .trigger p.close {
	line-height: 13px;
	cursor:pointer
}
#panel {
	width: 920px;
	color: #fff;
	background-color: #df0;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	top: 0px;
	z-index: 99;
	display: none;
}

	
#panel p {
	margin: 5px 0;
}
#panel #menulist ul.section {
	float: left;
	margin: 0;
	padding: 0 0 0 5%;
}
#panel #menulist ul:first-child { /* ignoring IE6 -- as of 04/2011 - whiteRoom */
	margin: 0;
	padding: 0;
}
#panel #menulist ul.section li a {
	white-space:nowrap;
	line-height: 1.8em;
}
#panel #menulist ul.section li span.CUR a {
	font-weight: bold;
}
#panel #menulist ul.section li span.CUR a:after {
	content:" ¬ ";
}
#panel #menulist h3.section-header {
	font-size: 90%;
	color: #036;
	font-weight: bold;
	margin: 0 0 15px 0;
}
#panel #menulist a.menu, #panel #menulist a.menu:link, #panel #menulist a.menu:visited {
	text-decoration:none;
	color: #393939;
	font-weight: lighter;
	display:block;
}
#panel #menulist a.menu:hover {
	color: #036;
}
#panel #menulist a.menu:active {
	color: #DDFF00;
}
#headerpanel #languagePanel {
	float: left;
	text-align:right;
	white-space: nowrap;
	width: 10%;
}

#headerpanel #languagePanel, #headerpanel #languagePanel a, #headerpanel #languagePanel a:hover {
	text-decoration: none;
	color:black;
	font-weight: bold;
	text-transform:uppercase;
	white-space:nowrap;
	line-height: 15px;
}
#headerpanel #languagePanel ul {
	margin-top: 10px;
	display:inline-block;
	zoom: 1;
*display: inline;  /* IE7  -- as of 04/2011 - whiteRoom */
}
#headerpanel #languagePanel ul li {
	display:inline;
	padding-left:10px;
	white-space:nowrap;
}
#headerpanel #languagePanel ul li.active a {
	color: #666;
}
#headerpanel #languagePanel ul li.notTranslated {
	display:none;
}


#bannerRotation .rotationBox .bildbox { /* banner is nailed down to a fixed width/heigth */
	height: 335px;
	width: 940px;
	overflow: hidden;
}
#maincontent {
	position: relative;
	width: 940px;
	padding: 0 0 40px 0;
	margin: 30px 0 0 0;
}
#middle {
	width: 222px;
	padding: 0px 38px 0px 38px;
	float: left;
	background-color: #fff;
	border-right: 1px solid #999;
}
#left {
	width: 280px;
	padding: 0px 40px 0px 0px;
	float: left;
	border-right: 1px solid #999;
}
#right {
	width: 280px;
	margin: 0px 0px 0px 40px;
	float: left;
}
/* fixes */

/***** clearfix *****/
.clearfix:after {  /* für Firefox, IE8, Opera, Safari, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* + html .clearfix { /* für IE7 */
	display: inline-block;
}
* html .clearfix { /* für IE6 */
	height: 1%;
}
/* clearfix whiterooom */
.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
#headerpanel #menupanel {
	width: 90%;
	float: left;
}
