html, body{margin: 0; padding: 0;}
.tdomf_form {}
.tdomf_form fieldset {
 border: 0px;
}
.tdomf_form label {
 }
.tdomf_form .required {
}
.tdomf_form fieldset {
 text-align: left;
 padding-top: 5px;
 padding-bottom: 5px;
}
.tdomf_form fieldset legend {
  padding-left: 0px;
  margin-left: 0px;
}
.tdomf_form_preview {
 background:url(https://www.mcgesund.de/work/wp-content/themes/mcgesund/images/vorschaubg.png) no-repeat;	
 border: 1px dotted black;
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
 font-size:10px;
}
.tdomf_form_preview p {
 margin-left: 90px;
 font-size:10px;
}
.tdomf_form_message {
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
 text-align: left;
}
#tdomf_upload_inline_form {
 text-align: left;
 width: 100%;
 height: 100%;
}

#tdomf_upload_inline_submit_1_ { 
	background: none repeat scroll 0 0 #E1771E;
    border-color: #ADADAD;
    border-radius: 6px 6px 6px 6px;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: 400;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    text-shadow: none;
	}

#tdomf_upload_inline_form .required {
 font-weight: bold;
}
.tdomf_upload_inline_errors {
 color: red;
}

ul.tdomf_category_checklist, ul.tdomf_category_children {
 list-style-type: none; 
}

.tdomf_buttons {
  text-align: left;
}
.tdomf_buttons td {
 width: 10px;
}

/* Formatting the QuickTag toolbar */

#ed_toolbar input {
 /*padding: 0px;
 margin: 2px;
 margin-bottom: 0px;
 margin-top: 10px;*/
}
#ed_toolbar input:hover {
 /*padding: 0px;*/
}
#ed_bold {
 font-weight:bold;
}
#ed_italic {
 font-style:italic;
}
#ed_link, #ed_ext_link {
 color:blue;
 text-decoration: underline;
}
#ed_under {
 text-decoration: underline;
}
#ed_strike {
 text-decoration: line-through;
}

/* Required for AJAX progress display */

.tdomf_shadow {
    background: black;
    display: none;
    position: absolute;
    top: 0px !important;
    left:  0px !important;
	right: 0px !important;
    width: 100%px !important;
    padding: 15px;
}

.hidden {
    display: none;
}

.progress {
    position: absolute;
    display: block;
    background: #f9fcfe;
    padding: 5px;
}


