body {
margin-top: 15px;
font-family: Verdana; font-size: 12px;
color:#000000;
background-color:#7AB51D;
width:900px;
margin: 0px auto;
}

#all {margin: 0px auto; width:850px;}

fieldset { width:700px; margin:auto;  background-color:#f8ffff;}

.button {
	padding:3px;
	margin:0;
	width:auto;
	font-size:12px;
	border: 1px solid #333333;
	background-color: #e0e0e0;
	color:#000000;
}


/* Style von der LayerBox */

div.LayerBox {
	position:absolute;
	z-index:2000;
	width:850px;
	left:220px;
}

div.LayerBox table,tr,th,td{border:0 none;}
div.LayerBox table{border-collapse:collapse;}
div.LayerBox table{margin:0 auto;}
div.LayerBox table td.tl{background:url(/panel/static/images/layerbox/tl.png) no-repeat 0 0;height:10px;width:10px;}
div.LayerBox table td.tr{background:url(/panel/static/images/layerbox/tr.png) no-repeat 0 0;height:10px;width:10px;}
div.LayerBox table td.bl{background:url(/panel/static/images/layerbox/bl.png) no-repeat 0 0;height:10px;width:10px;}
div.LayerBox table td.br{background:url(/panel/static/images/layerbox/br.png) no-repeat 0 0;height:10px;width:10px;}
div.LayerBox table td.b{background:url(/panel/static/images/layerbox/b.png) 0 0;}
div.LayerBox table td{border-bottom: 0;padding: 0;}

div.LayerBoxOut {
	border:1px #5F5F5F solid;
	color: #000000;
	background:#F1F1D4;
}

div.LayerBoxHeader{
	background:#d1d1d1;
	border-bottom:1px #C8C8C8 solid;
	padding-bottom:3px; padding-top:3px; padding-left:3px;
	width:auto;
}

div.LayerBoxBody{
  text-align:left;
	margin:0 6px;
	background:#FFFFFF;
}
div.LayerBoxStyle{
	padding:6px 0 0 0;
	font-size:11px;
	line-height:120%;
	background:#FFFFFF;
}

div.LayerBoxStyle div.LayerFrame_1{
	padding:8px 32px 1px 12px;
	background:#FFFFFF;
	width:400px;
}

div.LayerBoxStyle div.LayerFrame_2{
	padding:10px;
	background:#fff;
	height:400px;
	width:580px;
	overflow:auto;
}

div.LayerBoxStyle div.LayerFrame_3{
	padding:12px 36px 24px 24px;
	width:480px;
}

.LayerBoxOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:2000px;
  z-index:1000;
}

* html .LayerBoxOverlay { /* ie6 hack */
  position: fixed;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.LayerBoxButton {
	padding: 3px;

	text-decoration: none;
  font-family: Verdana;
}

.windowTitel {
	float:left;
	font-weight:bold;
}

#button:link  { color:#CC0000; }
#closebutton:visited { color: #CC0000; }
#closebutton:hover { color: #ffffff; background: #CC0000;}
#closebutton:active { color: #ffffff; background: #CC0000; }