#backend #login form {
	width: 215px;
	height: 127px;
	background: url('../images/eingabemaske.gif') no-repeat 0 0;
	padding: 0;
	padding-top: 30px;
	padding-left: 15px;
	margin: 0;
	margin-top: 10px;
}

#backend #login form input {
	display: block;
	width: 140px;
	height: 19px;
	padding: 0;	
}

#backend #login form input[type=submit] {
 	width: 100px; 	
 	margin-left: 55px;
}

#backend #login form .spacer {
	height: 15px;
}

#backend #login form label {
	float: none;
}

#backend .submenue a {
	display: block;
	width: 125px;	
	margin: 0;
}

#backend .submenue a#backend_edit {
	height: 55px;
	background: url('../images/submenue/navi_redaktion_webseite.gif') no-repeat 0 -55px;
}

#backend .submenue a:hover#backend_edit, #backend .submenue li.selected a#backend_edit {
	background-position: 0 0;
}

#backend .submenue a#backend_mitgliedernetz {
	height: 40px;
	background: url('../images/submenue/navi_redaktion_mitgliedernetz.gif') no-repeat 0 -40px;
}

#backend .submenue a:hover#backend_mitgliedernetz, #backend .submenue li.selected a#backend_mitgliedernetz {
	background-position: 0 0;
}

#backend .submenue a#backend_logout {
	height: 64px;
	background: url('../images/submenue/navi_redaktion_exit.gif') no-repeat 0 -64px;
	margin-top: 100px;
}

#backend .submenue a:hover#backend_logout, #backend .submenue li.selected a#backend_logout {
	background-position: 0 0;
}

/*------------------------Tinymce--------------------------------------------*/

#tinymce h1.backend_menue {
  height: 15px;
  width: 100%;
  background: url('../images/pfeil.gif') 0 2px no-repeat;
	color: #0057A3;
	padding-left: 15px;
	cursor: pointer;
	float: left;
}

#tinymce h1.active {
	background: url('../images/pfeil_on.gif') 0 2px no-repeat;
}

#tinymce form{
 margin: 0;
 padding: 0;
}

#tinymce input{
	width: 180px;
	height: 20px;
	border: 1px solid black;
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: none;
}

#tinymce .spalte_links{
	width: 400px;	
}

#tinymce .spalte_rechts {
	width: 211px;
	margin-left: 400px;
}

#tinymce .delete a {
	height: auto;
	padding: 0;
}

#tinymce .delete img {
	margin-right: 5px;
}

#tinymce .delete span {
	position: relative;
	bottom: 4px;
}


#tinymce #verein_box , 
#tinymce #kindergarten_box {
	width: 640px;
}	


#tinymce #verein_box .spalte_rechts, 
#tinymce #kindergarten_box .spalte_rechts {	
	width: 240px;
	overflow: hidden;	
}

#tinymce #verein_box .spalte_rechts p, 
#tinymce #kindergarten_box .spalte_rechts p{	
	margin: 0 0 5px 0;	
}

#tinymce #verein_box .spalte_rechts a, 
#tinymce #kindergarten_box .spalte_rechts a{	
	padding: 0;	
}

#tinymce .spalte_links .spalte_links{
	width: 150px;
}

#tinymce .spalte_links .spalte_rechts{
	width: 245px;
	margin-left: 155px;
	padding: 0;
}

#tinymce #gruppen .gruppe {
	float: left;
	margin-bottom: 30px;
}

#tinymce #gruppen .gruppe h2 {
	margin-bottom: 10px;
}


#tinymce a{
  padding: 1px 5px 1px 5px;
  height:20px;
}

#tinymce textarea{
  width:380px;
  height:200px;
}

#tinymce textarea#verein, #tinymce textarea#kindergarten{
	height: 400px;
}

#tinymce .submit{
  width: 120px;
  font-weight:bold;
  color:#ef7d00;
  border:none;
  margin: 0;
  padding: 0; 
  cursor: pointer;
}

#tinymce p.hinweis {
	color: red;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}	


#tinymce #veranstaltungen .spalte_rechts p{
	margin-bottom: 5px;
}

#tinymce #veranstaltungen .spacer {
	height: 15px;
}

#tinymce #veranstaltungen .spalte_rechts img {
	margin-right: 10px;
}

#tinymce #veranstaltungen #pdf_01.spacer, #tinymce #veranstaltungen #pdf_02.spacer {
	height: 30px;
}

#tinymce #elternumfrage #form_intro {
	width: 240px;
	height: 180px;
	overflow-y: scroll;
}



