/* -------------------------------------- */
/* Try not to change something in here    */
/* -------------------------------------- */

body, content td, content th{
		margin: 0px;
		padding: 0px;
		font: 10pt Arial;
	
}

#header{
		position: fixed;
		top: 0px;
		left: 0px;
		height: 100px;
		width: 100%;
		background: url('/prompt/img/topback.gif') repeat-x;
		z-Index: 5
}

/* Shitty IE */
* html #header {
  	position: absolute;
}

#footer{
	position: relative;
	text-align: center;
	color: #AAA;
	font-size: 8pt;
	letter-spacing: 2px;
	border: 1px #EEE dashed;
	margin: 20px 0 20px 0;
}
/* Shitty IE */
* html #footer {
	position: absolute;
	width: 680px;

}

.topshadow{
		position: fixed;
		top: 100px;
		width: 100%;
		left: 0px;
		z-Index: 15;
}

.topshadow[class]	{
	background: url('/prompt/img/topshadow.png') repeat-x;
	height: 10px
}

/* IE! */
* html .topshadow {
  	position: absolute;
  	left: 0px;
	height: 5px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/prompt/img/topshadow.png');
}

#promptsymbol{
		position: fixed;
		top: 0px;
		left: 35px;
		width: 94px;
		height: 100px;
		background: url('/prompt/img/waage.gif') no-repeat;
		z-Index: 10
}
/* Shitty IE */
* html #promptsymbol {
  	position: absolute;
}

#promptlogo{
		position: fixed;
		top: 0px;
		left: 180px;
		width: 333px;
		height: 100px;
		background: url('/prompt/img/promptlogo.gif') no-repeat;
		z-Index: 10
}
/* Shitty IE */
* html #promptlogo {
  	position: absolute;
}

#tumlogo{
		position: fixed;
		top: 0px;
		right: 20px;
		width: 96px;
		height: 81px;
		background: url('/prompt/img/tumlogo.gif') no-repeat;
		z-Index: 9
}
/* Shitty IE */
* html #tumlogo {
  	position: absolute;
}

.menucontainer{
		position: fixed;
		top: 150px;
		left: 1px;
		width: 150px;
		background-color: #748CDA  !important;
		z-Index: 4;
		
}
/* Shitty IE */
* html .menucontainer {
  	position: absolute;
}
.menuhead{
		font-family: Arial, Helvetica;
		font-size: 12px;
		font-weight: bold;
		color: #FFF;
		letter-spacing: 2px;
		background: url('/prompt/img/menutopicback.gif') repeat-x !important;; padding-left:5px; padding-right:3px; padding-top:3px; padding-bottom:3px
}

.menuentry{
		background-color: #E0E0E0 ;
		font-family: Arial, Helvetica;
		font-size: 12px;
		font-weight: normal;
		color: #4B4B4B;
		letter-spacing: 2px;
		margin: 0px 1px 1px 1px;
		padding: 3px 3px 3px 5px;
		vertical-align: middle;
		
}
.menuentrysep{
		background-color: #99adef ;
		font-family: Arial, Helvetica;
		font-size: 2px;
		font-weight: normal;
		color: #4B4B4B;
		margin: 0px 1px 1px 1px;

}


.menuentryhighlight{
		background-color: #F8F8F8 !important;
}

/* .menuentry:before { content: ">"; } */


a.menulink, a.menulink:visited, a.menulink:link{
		font-family: Arial, Helvetica;
		font-size: 12px;
		font-weight: normal;
		color: #4B4B4B;
		letter-spacing: 2px;	
		text-decoration: none;
}

a.menulink:hover{
		color: #000;
		text-decoration: none;
}
a.menulink:active{
		color: #FFF;
		text-decoration: none;
}


#content{
	position: relative;
	left: 170px;
	top: 130px;
	z-Index: 3;
	/*margin-right:-200px; */
	width: 730px;

}

#imprint{
		position: relative;
		background-color: #FFF;
		width: 150px;
		text-align: center;
}

.imprintlink {
		color: #A0A0A0;
		font-size: 7pt;
		letter-spacing: 2px;
		text-decoration: none;
}

/* TWEAKS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.pshadow {
  float:left;
  background: url('/prompt/img/pshadow2.gif') no-repeat bottom right !important;
  margin-left:5px; margin-right:0; margin-top:10px; margin-bottom:0
 }

.pshadow>div {
  background: url('/prompt/img/pshadow2.gif') no-repeat left top !important;
  padding-left:0 !important; padding-right:6px !important; padding-top:0 !important; padding-bottom:6px !important
 }
 
/* IE! */
* html .pshadow div {
  background: url('/prompt/img/pshadow2.gif') no-repeat left top !important;
  padding-left:0 !important; padding-right:6px !important; padding-top:0 !important; padding-bottom:6px !important
 }
 
.pshadow p {
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
 } 
 
 .pshadow div div.menucontainer {
  border: 1px solid #a9a9a9;
  padding: 0px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
 } td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}