


div.pagenavibar {
	margin-top: -30px;
	text-align: right;
	margin-bottom: 15px
}


div.brownline {
	background-color: #e3c790;
	height: 3px;
}

div.grayline {
	background-color: #cccccc;
	height: 1px;
	margin-bottom: 10px;
}



div.editbar {
	margin: 0px 0;
	background-color: #99d0f6;
	height: 35px;
}

div.editbar_bottom {
	background-color: transparent;
	margin-left : 244px;
}


div.editbar div.left {
  width: 110px;
	float: left;
	padding-top: 1px;
}

div.editbar div.left a {
  float: left;
}


div.editbar div.right {
  width: 350px;
  float: right;
	padding-top: 4px;
}

div.editbar div.middle {
	padding-top: 4px;
  	text-align: center;
}
div.editbar div.middle a.cms_btn {
	margin-right: 230px;
}




a.cms_btn_save {

	display: block;

	width: 37px;

	height: 35px;

	text-indent: -9999px;

	background-image: url("/static/img/cms-btn-save.png");

	background-position: top left;

}

a.cms_btn_back {

	display: block;

	width: 37px;

	height: 35px;

	text-indent: -9999px;

	background-image: url("/static/img/cms-btn-back.png");

	background-position: top left;

}

a.cms_btn_back:hover {

	background-position: left -35px;

}

a.cms_btn_back_disabled {

	display: block;

	width: 37px;

	height: 35px;

	text-indent: -9999px;

	background-image: url("/static/img/cms-btn-back-disabled.png");

	background-position: top left;

}


a.cms_btn_disabled {

	display: block;

	width: 37px;

	height: 35px;

	text-indent: -9999px;

	background-image: url("/static/img/cms-btn-disabled.png");

	background-position: top left;

}


a.cms_btn_save:hover {

	background-position: left -35px;

}

a.cms_btn_node {

	display: block;

	width: 37px;

	height: 35px;

	text-indent: -9999px;

	background-image: url("/static/img/cms-btn-node.png");

	background-position: top left;

}


a.cms_btn_node:hover {

	background-position: left -35px;

}

a.cms_btn_list {

	display: block;

	width: 37px;

	height: 35px;

	text-indent: -9999px;

	background-image: url("/static/img/cms-btn-list.png");

	background-position: top left;

}


a.cms_btn_list:hover {

	background-position: left -35px;

}

a.cms_btn_addsub {

	display: block;

	width: 37px;

	height: 35px;

	text-indent: -9999px;

	background-image: url("/static/img/cms-btn-subnodeadd.png");

	background-position: top left;

}


a.cms_btn_addsub:hover {

	background-position: left -35px;

}



a.cms_btn_saveclose {

	display: block;

	width: 37px;

	height: 35px;

	text-indent: -9999px;

	background-image: url("/static/img/cms-btn-saveclose.png");

	background-position: top left;

}



a.cms_btn_saveclose:hover {

	background-position: left -35px;

}




a.cms_btn_cancel {
	display: block;
	width: 28px;
	height: 27px;
	text-indent: -9999px;
	background-image: url("/static/img/cms-btn-cancel.png");
	background-position: top left;
}

a.cms_btn_cancel:hover {
	background-position: left -27px;
}

a.cms_btn {
  float: right;
  display: block;
  width: 30px;
  height: 30px; 
	text-indent: -9999px;
	background-repeat: no-repeat;
}
a.cms_btn:hover {
 background-position: left -28px;
}

div.editbar a.logout { background-image: url("/static/img/cms-btn-logout.png"); }
div.editbar a.templates { background-image: url("/static/img/cms-btn-templates.png");}
div.editbar a.users { background-image: url("/static/img/cms-btn-users.png"); }
div.editbar a.visitors { background-image: url("/static/img/cms-btn-visitors.png");  }
div.editbar a.documents { background-image: url("/static/img/cms-btn-documents.png"); }
div.editbar a.images { background-image: url("/static/img/cms-btn-images.png"); }
div.editbar a.nodes { background-image: url("/static/img/cms-btn-nodes.png"); }
div.editbar a.micro { background-image: url("/static/img/cms-btn-micro.png"); }
div.editbar a.edit_node { background-image: url("/static/img/cms-btn-editnode.png"); }
div.editbar a.category { background-image: url("/static/img/cms-btn-category.png");}
div.editbar a.newsletter { background-image: url("/static/img/cms-btn-newsletter.png"); }



#editor .main {
	padding-top: 11px;
	padding-bottom: 28px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	border-left: none;
	border-right: none;
	padding-left: 20px;	
	margin-left: 244px;

}

#editor .main h2 {
  font-family: "Helvetica";
	font-size: 18px;
	margin-left: -20px;	
	margin-bottom:7px;
}

#editor table {
	color: #a1a1a1;
	font-family: "Trebuchet MS";
	font-size: 13px;
	
}

#editor table td {
	padding-bottom: 0px;
	vertical-align: top;
}

#editor table td.left {
	width: 226px;
}

#editor table.black td.left {
	color: #000;
	font-size: 16px;
}



#editor table.inhalte {
  width: 226px;
	float: left; 
}

#editor table.languages td {
  width: 44px;
	color: #000;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
}

#editor table.languages a.icon {
	display: block;
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
	text-indent: -9999px;
}

#editor table.languages a.add {
	background-image: url("/static/img/cms-btn-node-add.png");
	background-position: center 9px;
}
#editor table.languages a.add:hover {
	background-position: center -15px;
}

#editor table.languages a.delete {
	background-image: url("/static/img/cms-btn-node-delete.png");
	background-position: center 6px;
}
table.languages a.delete:hover {
  background-position: center -25px;
}

#editor table.list {
	width: 100%;
}

#editor table.list td {
	border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  padding-top: 5px;
}

#editor table.list td h2 {
  margin: 0;
	padding: 0;
}





div.folder {
  background-image: url("/static/img/cms-bg-folder.png");
  background-position: top center;
  background-repeat: no-repeat;
  /*padding-top: 140px;*/
  /*height: 30px;*/
  width: 130px;
  text-align: center;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

div.folder div.clickpad {
	height : 140px;
	cursor: pointer;
}
div.icon h4 {
  color: #a1a1a1;
  color:#0068BA;
  min-height: 18px;
}

div.icon p {
  font-size: 12px;
  color : #0068BA;
  color: #a1a1a1;
}

div.icon div.thumb img {
	max-height:110px;
	max-width:110px;
}
div.image {
	background-image: url("/static/img/cms-bg-image.png");
	background-position: top center;
	background-repeat: no-repeat;
	height: 180px;
	width: 150px;
	text-align: center;
	float: left;
	margin-right: 15px;
    margin-bottom: 30px;
}

div.icon_last {
  margin-right: 0;
}

div.image div.thumb, div.folder div.thumb {
	width: 144px;
	height: 126px;
	position: relative;
	margin-bottom: 8px;
	cursor: pointer;
}

div.image div.thumb img {
	
}


div.icon a {
	color:#003170;
}


div.pagenavibar a {
   color:#0068BA;
}


div.pagenavibar a:hover {
   font-weight:bold;
   text-decoration:underline;
}


span.pagenavi {
	color:#bebebe;
}



div.icon a:hover {
	color:#FF9000;
	
}


div.kategorien {
	float: none;
	margin-bottom: 0px;
	height: 145px;
}


/*** Formular Edit-Skin ***/
fieldset.editAction	{
	margin-top: 25px;
	padding: 5px;
	width: 90%;
}

fieldset.editAction legend {
	font-weight: bold;
	color: #000000;
}

div.optionHeader {
	position: relative;
	left: 20px;
}
div.optionHeader img {
	position: relative;
	left:-30px;
	top:23px;
}
div.optionHeader img.open {
	left:-32px;
	top:21px;
}
