a#cmsOverlayClose
{
display:none;
}

body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial;
}

#cmsToolbar {
	background: url('/builtinimg/cms/cmsloginbg.jpg');
	border-bottom: 2px #666 solid;
	color: #fff !important;
	font-weight: bold;
	height: 98px;
	display: none;
	left: 0px;
	overflow: hidden;
	position: fixed;
	text-align: left;
	top: 0px;
	width: 100%;
	z-index: 10000;
	font-size: 11px;
}

#cmsToolbar * {
	margin: 0;
	padding: 0;
}

#cmsToolbar td {
	color: #fff;	
}

#cmsToolbar td.loginarea {
	background: url('/builtinimg/cms/cmsloginbg2.jpg');	
}
#cmsToolbar td.cmstoolbartext {
	background: url('/builtinimg/cms/textbg.jpg');	
	font-weight:normal;
	padding: 10px 20px 10px 20px;
	vertical-align:top;
	width: 199px;
	color:#c3c3c3;
}

#cmsToolbar td.cmstoolbartext span.white {
	
	font-weight:bold;
	color: #fff;

}

#cmsToolbar_content {
	padding: 0 0px;	
}

#clxLogo {
	margin-right: 20px;
}

#cmsToolbar label {
	color: #fff !important;
	margin: 0px;	
}

#cmsToolbar input {
	border: 0;
	font-size: 11px;
	padding: 2px 4px;
}

#cmsToolbar input.submit {
	background: #fff;
	border: 0;
	color: #000 !important;
	margin: 0 10px;
	padding: 1px 4px;
}

#cmsToolbar select {
	color: #000;	
}

#cmsToolbar .error {
	color: #f00;
}

#cmsToolbar a {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

#cmsMessage span#message {
	display: none;	
	margin: 0 0 0 30px;
}

#cmsPage {
	font-size: 9px;	
}

#rocket_overlay_content {
	border: 5px #bababa solid;
}

#cmsOverlay {
	background: #fff;
	border: 3px #83b807 solid;
	height: 600px;
	overflow: auto;
	position: relative;
	width: 600px;
}

#cmsOverlayContent {
	padding: 0px;
}

#cmsOverlayClose {
	background: url(/builtinimg/cms/overlay/abbrechen.jpg);
	color: #fff;
	display: block;
	padding: 0;
	height:30px;
	text-align: center;
	width: 111px;
}

#cmsOverlaySchliessen
{
	background: url(/builtinimg/cms/overlay/schliessen.jpg);
	color: #fff;
	display: block;
	padding: 0;
	height:30px;
	text-align: center;
	width: 111px;
}

div#cmsOverlayContent a{
	display:block;
}

#cmsOverlayContent label {
	display: block;
	font-weight: bold;
	padding: 3px 12px 3px 0;
}

#cmsOverlayContent div#form-panel table
{

}
#cmsOverlayContent div#form-panel table tr
{
	
}
#cmsOverlayContent div#form-panel table td
{
	background:#eee;
	border-bottom: 4px solid white;
	padding: 10px;
	vertical-align:top;

}
#cmsOverlayContent div#form-panel table td input,
#cmsOverlayContent div#form-panel table td textarea,
#cmsOverlayContent div#form-panel table td select
{
	width:295px;
	margin: 5px 0 0 0;
}
#cmsOverlayContent div#form-panel table td.Hilfetext
{
	width:254px;
	background: #e0e0e0;
	padding:10px 15px 15px 15px;

}
#cmsOverlayContent div#form-panel div.beschreibung
{
	font-weight:bold;
	margin: 0 0 0 15px;

}

#cmsOverlayContent div.bordertop
{
	background: url(/builtinimg/cms/overlay/layergreenbg.jpg);
	height: 38px;
}
#cmsOverlayContent div.save
{
	position: relative;
	top: -34px;
	height:0px;
	left:485px;
	float: none;
}
#cmsOverlayContent div.close
{
	position: relative;
	top: -34px;
	height:0px;
	left:365px;
	float: none;
}
#cmsOverlayContent div.deletepage
{
	position: relative;
	top: -34px;
	height:0px;
	left:10px;
}
#cmsOverlayContent div.deletepage a
{
	background: url(/builtinimg/cms/overlay/deletepage.jpg) no-repeat;
	height: 30px;
	width: 128px;
}

