/* CSS Document */
/*Allgemeine Template Formatierungen (Anfang)*/
ul{
  list-style-type: none;
  display: inline;
  padding:0px;
  margin:0px;
}
li{
  display: inline;
  list-style-type: none;
  padding:3px;
}
h2{
  color:#000000;
}
/*Allgemeine Template Formatierungen (Ende)*/

/*Formatierung der Listeneinträge (Anfang)*/
#anzeige {
  border:3px solid #06AACE;
  background-color:;
}
#inlay {
  padding:10px;
  color:#000000;
}
#inlay h2{
  color:#000000;
}
#label_list{
  font-size:12;
  font-weight:bold;
  color:#000000;
}
#more{
  text-align:right;
}
/*Formatierung der Listeneinträge (Ende)*/
#suchfelder{
  height:120px;
  border: 0px solid white;
}
#label_search{
  padding-top:5px;
  float:left;
  width:200px;
  height:15px;
  border: 0px solid red;
}
#input_search{
  text-align:left;
  padding-top:5px;
  padding-right:10px;
  width:200px;
  height:15px;
  float:right;
  border: 0px solid green;
}
#button_search{
  padding-top:90px;
  /*padding-bottom:20px;*/
  width:200px;
  height:15px;
  border: 0px solid black;
}
