

/*body, td, th, span, div, p, h3
{
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}*/


a, a:active, a:visited, a:link
{
  color: #0000ff;
  outline: none;
}

#loginbox {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  padding-left: 5px;
  border: 1px solid #999;
  background-color: #F0F7FF; /* #F6F6F6 #F0F7FF */
}

#loginbox table td.title, /*Benutzername, Passwort*/
{
  color: #666;
  text-align: right;
  padding-right: 10px;
}

#termeditbox {
  margin-left: auto;
  margin-right: auto;
  padding: 3px 15px 3px 15px;/*oben rechts unten links*/ 
  width: 840px;
  border: 1px solid #999;
  background-color: #F0F7FF; /* #F6F6F6 #F0F7FF */
}

#actionline table td.title /*terminverwaltung*/
{
  color: #666; 
}
#Anmeldung {
  margin-top: 10px;
}

.boxtext {
  font-size: 12px;
}
.hilfe {
padding-left: 400px;
}

form textarea.edit {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
}
form input.edit {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
}

form input.button {
  margin-left: auto;
  margin-right: auto;
  height: 20px;
  color: #333333;
  font-size: 12px;
  /*padding-left: 3px;
  padding-right: 2px;*/
  background: url(bg.gif) repeat-x #f0f0f0;
  border: 1px solid #a4a4a4;
}
form input.tbutton {
  height: 20px;
  color: #333333;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 8px;
  background: url(login/bg.gif) repeat-x #f0f0f0;
  border: 1px solid #a4a4a4;
}
form input.button,
form input.tbutton { /* for IE only */
 cursor:pointer;
}

form input.button:hover,
form input.tbutton:hover { 
 font-weight: bold;
 border:2px solid #000000;
 cursor:pointer;
}
.logobaerle {
  background: url(listheader_aquablu.gif) bottom repeat-x;;
  border-bottom: 1px solid #999;
  margin: 0;
}

.boxtitle {
  height: 12px !important;
  padding: 4px 30px 3px 10px;/*oben rechts unten links*/
  margin-top: 13px;
  border-bottom: 1px solid #999;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  background: #EBEBEB url(listheader_aquablu.gif) bottom repeat-x;;
}
#f_msg {
  float: right;
  color: red;
}
