.layer {
	position: absolute;
	left: 770px;
	top: 535px;
	z-index: 1;
	overflow: hidden;
	visibility: hidden;
	vertical-align: top;
	width: 225px;
	padding: 0px;
}
.layer_flat {
	position: absolute;
	left: 180px;
	top: 250px;
	z-index: 1;
	overflow: hidden;
	visibility: hidden;
	vertical-align: top;
	width: 800px;
	padding: 0px;
}
.t_center {
	text-align: center;
}
.t_right {
	text-align: right;
}
.t_justify {
	text-align: justify;
}
.t_indent {
  margin-left: 20px;
}
.t_durchgestrichen {
  text-decoration: line-through;
}
.t_underline {
  text-decoration: underline;
}
.wd {
	font-family: Wingdings, Times, sans-serif;
}
.pad2 {
  padding: 2px;
}
.pad3 {
  padding: 3px;
}
.pad4 {
  padding: 4px;
}
.pad5 {
  padding: 5px;
}
/* ### SHOW-FIELDS ### */
.ok {
	background-color: #B3C5FF;
  width: 100%;
	border: 1px solid #001c73;
	color: black;
	font-size: 11px;
	padding: 2px;
	margin: 0px 2px 4px 0px;
}
.error {
	background-color: #F0B5A0;
  width: 100%;
	border: 1px solid red;
	color: black;
	font-size: 11px;
	padding: 2px;
	margin: 0px 2px 4px 0px;  
}
.info {
	background-color: #FDF7CB;
  width: 100%;
	border: 1px solid #F8E45C;
	color: black;
	font-size: 11px;
	padding: 2px;
	margin: 0px 2px 4px 0px;
}
/* ### BORDER ### */
.b_dashed_grey {
  border: 1px dashed #AAAAAA;
}

/* ### SHOW HELP */
.show_help {
	background-color: transparent;
	text-decoration: none;
  cursor: help;
  border-bottom: 1px dashed #000000;
  color: #000000;
}

/* ### SITEMAP ### */
div #sitemap {
  background-color: #FFFFFF;
  padding: 5px;
  border: 1px solid #CCCCCC;
  margin: 0px;
  width: 100%;
}
#sitemap ul.columns {
  padding: 5px;
  border: 1px solid #eee;
  margin: 5px;
  width: 170px;
  float: left;
}
#sitemap ul {
  margin-left: 0;
  padding-left: 0;
}
#sitemap li {
  list-style-type: none;
  margin: 2px 0px;
  text-align: left;
}
#sitemap .divider {
  clear: both;
}

/* ### CHAT CONTENT ### */
#chat_content {
  text-align: left;
  overflow: auto;
  width: 500px;
  height: 300px;
  border: 1px solid black;
  padding: 3px;
}
