html, body {
  margin          : 0px;
  padding         : 0px;
  background-color: rgb(125,125,125);
  /*font-family     : helvetica, verdana, tahoma, sans-serif;*/
  color: #004860;
  font-family: Verdana;
  font-size: 10px;
  font-weight:normal; 
  
  /*height:100%;*/
}

body {
  text-align    : center;
}

a {
	color: #eb690a;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
}

h1 {
	color: #eb690a;
	font-family: Verdana;
	font-size:14px;
	font-weight:bold;
	
	
}

h2 {
	color: #eb690a;
	font-family:Verdana;
	font-size: 11px;
	font-weight:bold;
}

img {
	border: 0px;
}

#GlobalInhalt {
  width            : 950px;
  /*height           : 600px;*/
  border           : 1px solid black;
  text-align       : left;
  margin           : auto;
  padding          : 0px;
  background-color : rgb(255,255,255);
  /* added by Nedkov at 17.01.08 */
  overflow: visible;
  position:relative;
}

#NavIn {
  background-color: rgb(255,255,255);
  /*background-color : #d9dadb;*/
  width           : 950px;
  /*height: 438px;*/
  display         : inline;
  /*display:table;*/
  float           : left;
  /*border:1px solid orange;*/
  overflow:visible;
}

/*
#InhaltRow {
	/*display:table-row;*
	overflow:visible;
}
*/

#Inhalt {
	/* 758 - width without border set*/
  width            : 758px;
  /*height           : 438px; display:inline;*/
  display          : none;
  position:absolute;
  /*top:114px;*/
  left:0px;
  z-index:2;
  /*display: table-cell;*/
  float            : left;
  color            : rgb(0,0,0);
  /*font-family      : helvetica, geneva, tahoma, sans-serif;
  font-size        : 11pt;*/
  background-color : rgb(255,255,255);
  /*border-left: 1px solid #000;*/
  /*border:1px solid blue;*/
  overflow:auto;
  text-align:left;
}

#InhaltWait {
	width: 200px;
	height: 20px;
	margin:0;
	display:inline;
	padding-top:3px;
	padding-left: 3px;
	z-index:2;
}

#spacer {
	padding: 0;
	margin: 0;
	height: 1px; /* don't set to 0 or moz and konq have problems */
	background-color:#FF3300;
}
	
/*
#inhaltInhalt {
	border:1px solid lightgreen;
	padding:0px;
}
*/