/* Formulare */
.formular label {
  display: block;
  float: left;
  width: 200px;
  text-align: right;
  padding-right: 1em;
}

.formular input, .formular select {
  display: block;
  float: left;
  border: 1px solid #ccc;
  font-size: 11px;
  margin-bottom: 5px;
}

.formular form br {
  clear: left;
}

.texterror {
  border: 1px solid red !important;
}

.formhint {
    display : block;
    float: left;
    padding-left: 1em;
}

.submitbutton {
  padding: 2px;
  background-color: #87abdd;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-top: 5px;
}
.inputelement {
  border: 1px solid #ccc;
  font-size: 11px;
}
.imagebutton {
	cursor: pointer;
}

/* Allgemeines */
img {
    border-width:0;
}
#jwinnercontent h2{
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
  color: #87abdd;
}
#jwinnercontent p{
  padding-bottom: 10px;
}
h3{
    font-size: 11px;
    font-weight: bold;
}

select, option{
    /*font-family: "Courier New", Courier, monospace;*/
}

.nobold {
    font-weight: normal;
}

/* Kategoriebaum */
div.categorytree ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

div.categorytree li.inactive {
    color: #aaa;
}
div.categorytree .dragger{
    cursor: move;
}

/* Meldungen */
#msgok {
    border: 1px solid #00ff00;
    background-color: #aaffaa;
    margin: 10px;
    padding: 10px;
}
#msgerr {
    border: 1px solid #ff0000;
    background-color: #ffaaaa;
    margin: 10px;
    padding: 10px;
}

/* Tabellen */
table.tablelist{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: show;
    font-size: 10px;
}
table.tablelist th{
    background-color: #ccc;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
}
table.tablelist tr{
    height: 16px;
    background-color: #fff;
}
table.tablelist tr.alternate{
    background-color: #d0e1f1;
}
table.tablelist td {
    padding: 0 3px;
}

/* Rahmen */
.blueborder {
    border: 1px solid #87abdd;
}

/* Links */
#jwouter a {
    color: #87abdd;
    text-decoration: none;
}
#jwouter  a:hover {
    text-decoration: underline;
}

td {
  line-height: normal;
}
