@charset "utf-8";

/* Company: Euroweb Internet GmbH */

/*==================================================
    => CMS CSS
==================================================*/

div#ewcms_edit_controller {
   display:block;
   background:#F2F0F0;
   position: fixed;
   _position:absolute; /*IE 6 Hack*/
   top:0;
   left:0;
   width:100%;
   height:27px;
   z-index:1000;
   background:url(../images/cms/bg_logout.jpg) no-repeat right top;
}

#ewcms_edit_controller a {
   display:block;
   color:#000;
   text-decoration:none;
   width:150px;
   height:27px;
   line-height: 27px;
}

textarea.ewcms_longtext, textarea.ewcms_p {
   width:400px !important;
   height:300px !important;
   border:1px solid #333;
   padding:10px;
   background:#ffffff;
   font-weight:normal;
   color:#2b2b24;
   font:0.9em "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
   clear:both !important;
   float:none !important;
}

.ewcms_edit_table, iframe.ewcms_iframe, iframe#xframe {
   background:#F2F0F0;
   border:10px solid #333;
   position: absolute;
   width:430px;
   z-index:1000;
   margin:0 auto;
   left:50%;
   margin: -300px 0 0 -210px;
}

iframe.ewcms_iframe, iframe#xframe {
	width:430px !important;
	height:200px !important;
}

td.ewcms_edit_title {
   padding: 15px 15px 0 15px;
}

td.ewcms_edit_content {
   padding: 3px 15px;
}

td.ewcms_edit_submit {
   padding: 3px 0px 15px 15px;
}

td.ewcms_edit_cancel {
   color:#000;
   padding: 3px 15px 15px 0px;
}

input.ewcms_shorttext, input.ewcms_h2, input.ewcms_h3, input.ewcms_h4 {
   width:400px !important;
   height:20px !important;
   border:1px solid #333;
   padding:10px;
   background:#ffffff;
   font-weight:normal;
   color:#2b2b24;
}

a.ewcms_edit_link, a.ewcms_loopline_dellink, a.ewcms_loopline_uplink, a.ewcms_loopline_downlink, a.ewcms_loopend_newlink, .ewcms_edit_submit a, .ewcms_edit_cancel a {
   color:#37b0d3;
   text-decoration:none;
   background: none;
}

a.ewcms_edit_link:hover, a.ewcms_loopline_dellink:hover, a.ewcms_loopline_uplink:hover, a.ewcms_loopline_downlink:hover, a.ewcms_loopend_newlink:hover, .ewcms_edit_submit a:hover, .ewcms_edit_cancel a:hover, a.ewcms_edit_logout:hover {
   color:#a30000;
   text-decoration:none;
}

a.ewcms_edit_link img, a.ewcms_loopline_dellink img, a.ewcms_loopline_uplink img, a.ewcms_loopline_downlink img, a.ewcms_loopend_newlink img, .ewcms_edit_submit a img, .ewcms_edit_cancel a img {
   border:none;
   margin:0 0 0 0;
   background: none;
}

.ewcms_loopstart {
   display:block;
   padding:5px;
   background:#333;
   color:#fff;
   font-weight:bold;
}

.ewcms_loopline {
   display:block;
   padding:2px 5px 2px 25px;
   background:#F2F0F0 url(../images/cms/loopline.png) 4px 4px no-repeat;
   color:#113742;
   font-weight:normal;
   margin:0;
   border-bottom:1px solid #333;
}

.ewcms_loopend {
   display:block;
   padding:5px;
   background:#333;
   color:#fff;
   font-weight:bold;
   clear:both;
   margin: 0 0 10px 0;
}

.ewcms_loopend a {
   color:#fff !important;
   text-decoration:none;
}
