/********************************************
 *
 *   loom - loom-styles fuer alle websites
 *   Copyright 2005-2006, Reinhard Soellradl
 *   http://www.weberknecht.biz
 *
 *******************************************/
 
 /******* Bearbeitungszeile *******/
 
.loom_page_editbox {
  background: url(../img/backoffice/page_editbox_bgr.gif) #eaeef3 no-repeat 0px 0px;
  border: 1px solid #a4bdd7;
  height: 18px;
  padding: 1px;
  padding-left: 83px;
  padding-right: 10px;
  margin: 0;
  font: 12px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
  color: #000000;
  line-height: 18px;
  text-align: right;
}

.loom_page_editbox a {
    color: #551a8b;
	text-decoration: none;
}

.loom_page_editbox a:hover {
    color: #7339a8;
	text-decoration: none;
}

/******* Nachrichtenboxes *******/

.msgbox_question {
    font: 12px Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
    padding: 9px 16px;
    margin: 20px 0 20px 0;
    background-color: #ffffcc;
    padding-left: 58px;
    color: #000000;
    background-image: url(../img/backoffice/icon_msgbox_question.gif);
    background-position: 14px 8px;
    background-repeat: no-repeat;
    border: 1px dashed #999999;
}

.msgbox_question a {
    color: #551a8b;
	text-decoration: none;
}

.msgbox_question a:hover {
    color: #7339a8;
	text-decoration: none;
}