/*
 * After modifying this style sheet, refresh the page being designed to see the effect of the modification.
 * Click the Refresh button in the Visual Designer toolbar to refresh the page.
 */ 
.FormHint {
    color:gray;
    font-style:italic;
}

.FormInputElement {
    font-family: 'Arial','Helvetica',sans-serif; 
    font-size: 11px;    
    font-style:normal;
    color: #666666;
}

.Stil1 {
	color: #b0b0b0;
	font-family: Arial, Helvetica, sans-serif;
}

.chintergrund {
	background-image:url(../resources/c_hintergrund.gif);
	background-repeat: no-repeat;
        margin-left: 0px;
}

.cbackground {
	background-image:url(../resources/kontakt_hintergrund_01.gif);
	background-repeat: no-repeat;
        margin-left: 8px;
}

.cbackgroundSelected {
	background-image:url(../resources/kontakt_hintergrund_02.gif);
	background-repeat: no-repeat;
        margin-left: 8px;
}

.IMUser {
    font-weight:bold;
    background-color:#e0e0e0;
    width:100%;
}
.IMText {
    padding-bottom:5px;
}

.bild {
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	margin:1px 2px 2px 2px;
	border:thin; border-color:#666666;
}

.name {
	font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#666666;
}


.Textfeld { background-image:url(nummernfeld.gif); font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#333333; border-color:#FFFFFF; border-bottom-style:none; width:127px; border:none; background-repeat:no-repeat;}

.btnLogin {
   background-image: url(login.gif);
   background-position: center center;
   background-repeat: no-repeat;
   border: none;
   border-bottom-style: none;
   border-color: #FFFFFF;
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   height: 23px;
   width: 61px
}

.call_button {
	height: 30px;
	width: 30px;
	padding: 26px 30px 2px 159px;
}

.LoginFrame {
   background-repeat: no-repeat;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   height: 200px;
   padding: 23px;
   width: 450px
}
.Stil13 {font-family: Arial, Helvetica, sans-serif; color: #b0b0b0; font-size: 12px; }


/* Style rules to make Java Server faces Standarad data tables look better */

.list-header {
  background-color: #eeeeee;
  font-size: larger;
  font-weight: bold;
}

.list-paging-header {
  background-color: white;
}

.list-paging-footer {
  background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
  background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
  color: black;
}

.warnMessage {
  color: orange;
  font-weight: bold;
}

.errorMessage {
  color: red;
  font-weight: bold;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
}

