
body {
  margin-left:24px;
  font-family: helvetica, verdana, arial;
  width: 960px;
  background-color: #fff;
}

h1 {
  font-weight: normal;  
}

h2 {
  margin-top: 48px;
  font-weight: normal;

}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    background-color: #eee;
}

input::placeholder {
  color: #666;
}

input:focus::placeholder {
  color: #fff;
}

.naviline {
 list-style: none;
}
.naviline li:first-child:before {
 content: "  ";
}
.naviline li {
 display: inline;
}
.naviline li:before {
 content: " | ";
 margin: 0 4px;
}

.breadcrumb {
 list-style: none;
}
.breadcrumb li:first-child:before {
 content: "  ";
}
.breadcrumb li {
 display: inline;
}
.breadcrumb li:before {
 content: " > ";
 margin: 0 4px;
}

div.navigation {
  width: 200px;
  padding: 10px;
  /*height: 1000px;*/
  border: 1px solid #eee;
/*  float: left;*/
  margin: 4px 14px 0 0 ;
}

.feld1 {
    padding-left:115px;
}
.navigation ul {
  list-style: none;
}
.navigation ul li {
  margin-left:-32px;
  padding:2px;
  border: 1px solid #fef;
  border-left: 3px solid #fef;  
}

.navigation ul li a.aktiv {
  background-color: #eee;
  padding: 2px; 
  margin-left: -2px;
}

.speichern, .reset, .loeschen {
  padding: 16px;
  margin: 8px;
  font-weight: bold;
  font-size: 120%;
}

.speichern {
  color: #090;
}
.reset {
  color: #990;
}
.loeschen {
  color: #900;
}

div.subfeld {
  background-color: #eee;
  border: 1px solid #ccc;
  margin: 3px;
  padding: 6px;
}

div.inhalt {
  background-color: #ffd;
  border: 1px solid #ccc;
  margin: 0 -12px;
  padding: 16px;
}
div.rechts {
  background-color: #fdf;
  border: 1px solid #ccc;
  margin: 0 -12px;
  padding: 16px;
}


.subfeld span.fvalue {
  display: none;
}


.treffer {
  list-style: none;
  padding: 8px;
  margin: 4px;
  clear: both;
}

.treffer a {
  width: 90px;
  text-align: center;
  font-weight: bold;
  margin-right: 16px;
  float:left;  
  border: 1px solid #ccc;
  padding: 2px 6px 0 0 ;
  background-color: #f9f9ff;
}

.treffer i {
  color: #666;  
}

.suchform {  
  
  margin: 12px ;
}

.suchform input[type="text"] {
  margin: 8px 8px 8px 0; 
}
.suchform input[type="submit"], .suchform input[type="reset"] {
  width: 180px;
  margin: 4px 4px 4px 0;
  padding: 4px 32px 4px 4px;
}

.suchform label {
   margin: 4px 4px 4px 16px;  
}

.feld {
  width: 200px;  
}

.wort {
  width: 350px;  
}

.cms_form {
  margin: 12px;
  padding: 12px;
  border: 1px solid #eee;
  width: 1024px;
  margin-right:10px;

}

.cms_form ul {
  list-style: none;
  padding: 2px;
}

.cms_form h2 {
  margin: 0;
  font-size: 110%;
}

.cms_form p  {
  line-height: 24px;
}

.cms_form p label {
  width: 100px;
  background-color:#eef;
  margin: 2px 8px; 
  padding: 2px 8px; 
}

.cms_form p input[type="text"] {
  position: absolute;
  left: 150px;
  width: 600px;
  margin: 2px 8px; 
}

.cms_form input[type="submit"], .cms_form  input[type="reset"] {
  padding: 0;
  width: 250px;
  height: 32px;
  margin: 4px 8px; 
}




.clear {
  clear: both;
}


.hinweis {
  color: #666;
  line-height: 160%;
}

.hilfe {
  color: #666;
  line-height: 120%;
   
}
.fvalue {
  display: inline-block;
  font-family: Hack, Courier, monospace;
  margin-top: 8px;
}

.autocomplete-w1 { font-size:150% ; line-height:110% ; background:url(/autocomplete/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

textarea.mceNoEditor {
    height: 76px!important;
}

@media only screen and (min-width: 1160px) {


}
