p.section-edit{ 
   border-top: 1px dashed #88932b;
   text-align: right;
}

div.section{ 
   margin: 3em 0; 
   /*float: left;
   border: 1px dashed #88932b;*/
   text-align: left;

}

img.section-image-left{ 
   padding: 0 1.5em 0 0;
   float: left;
}

img.section-image-right{ 
   padding: 0 0 0 1.5em;
   float: right;
}

div.section-image-center{ 
   text-align: center;
   width: 100%;
   padding: 0 1em 1em 0;
}

span.section-image-left{ 
   padding: 0 1.5em 0 0;
   float: left;
}

span.section-image-right{ 
   padding: 0 0 0 1.5em;
   float: right;
}

div.section-text{ float: left; width: 300px; }

#sectionslist{ 
   margin: 0;
   padding: 0;
}

li.section{ 
   list-style-type: none;
}
.label-cms{ 
   width: 100px;
}
label {
   width: 10em;
   float: left;
   text-align: right;
   margin-top: 0.2em;
   margin-right: 0.5em;
   display: block;
   clear: both;
}
input, textarea{
   margin: 0.3em 0 0.3em 0;
   width: 380px;
   padding: 0.3em;
}
input{
   width:230px;
   border: 1px solid #c0c0c0;
}

p.section_edit_comment{
   margin: 0 1em 1em 0; 
   padding: 1em 0 0 106px;
   font-size: 80%;
   line-height: 1.1em;
}

input.submit{
   border: inherit;
   float: right;
   padding: 0.2em 1em;
   text-align: center;
   width: auto;
   margin: 2em 17px;
}

/* Administration: Reihenfolge Menüpunkt */
.sidemenu{ 
   list-style-type: none;
   line-height: inherit;
}

.sidemenu td{ 
   padding: 0px;
}

li.menue-indent-1{ 
   padding: 0;
}
li.menue-indent-2{ 
   padding: 0 0 0 14px;

}
li.menue-indent-3{ 
   padding: 0 0 0 28px;

}

#menubar a {
   text-decoration: none;
}

#menubar a:hover {
   text-decoration: underline;
}

#menue_sortier * td, #import * td{
   border: none;
}


.textarea-3-lines{
   height: 3em;
   width: 220px;
}
.cr-textarea-3-lines{
   height: 3em;
   width: 320px;
   border: 1px solid #c0c0c0;
}
.cr-textarea-8-lines{
   height: 8em;
   width: 320px;
   border: 1px solid #c0c0c0;

}

fieldset.contact{
   padding: 1.5em 1em 0 1em;
   border: 1px solid #c0c0c0;
}
