body {
  color            : #000000;
  margin           : 0px;
  padding          : 0px;
  font-family      : arial, sans-serif;
  font-size        : 14px;
}

html {
  scroll-behavior: smooth;
}

td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 14px;
  padding          : 0px;
  margin           : 0px;
  color            : #996600;
  color            : #000000;
}
#hr {
  color            : #BCB778;
  color            : #aaaaaa;
  height           : 1px;
  width            : 100%;
}
a:link, a:visited {
  font-size        : 14px;
  color            : #000000;
  text-decoration  : none;
}
a:hover {
  font-size        : 14px;
  color            : #888888;
  text-decoration  : none;
}

.header-cont {
    width:100%;
    position:fixed;
    top:0px;
}

.header-cont2 {
    width:100%;
    position:fixed;
    top:0px;
}


#footer_container{
position:fixed;
bottom:0; left:0; right:0;
text-align:center;
margin:0;
height:2.2em;
z-index:99999;
}

#footer {
position:absolute;
background:#ECEBD9;
top:0; left:0; right:0; bottom:0;
z-index:99999;
border:0px solid #000000;
border-top:1px solid #000000;
border-style:dotted;
padding:5px;
}


/* reset */
h4, ul, li, a {
    margin: 0;
    padding: 0;
}
li {
	list-style:none;
}


#uebers {
  color            : #CC9900;
  margin           : 0px;
  padding          : 0px;
  font-family      : arial, sans-serif;
  font-size        : 16px;
}



input {
 -webkit-transition: all 1s ease; 
 -moz-transition: all 1s ease; 
 -o-transition: all 1s ease; 
 transition: all 1s ease; 
}

input:focus {
	background:#FFFF66;
} 

#hintergrund2 {
BACKGROUND-COLOR:#FEBA01;
background: rgb(246,204,34);background: -moz-linear-gradient(top,  rgba(246,204,34,1) 0%, rgba(245,160,15,1) 77%, rgba(240,240,240,1) 78%, rgba(240,240,240,1) 100%);
background: -webkit-linear-gradient(top,  rgba(246,204,34,1) 0%,rgba(245,160,15,1) 77%, rgba(240,240,240,1) 78%, rgba(240,240,240,1) 100%);
background: linear-gradient(to bottom,  rgba(246,204,34,1) 0%,rgba(245,160,15,1) 77%, rgba(240,240,240,1) 78%, rgba(240,240,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#FEBA01',GradientType=0 );
}

#hintergrund3 {
BACKGROUND-COLOR:#FEBA01;
background: rgb(170,240,255);background: -moz-linear-gradient(top,  rgba(170,240,255,1) 0%, rgba(153,204,204,1) 77%, rgba(240,240,240,1) 78%, rgba(240,240,240,1) 100%);
background: -webkit-linear-gradient(top,  rgba(170,240,255,1) 0%,rgba(153,204,204,1) 77%, rgba(240,240,240,1) 78%, rgba(240,240,240,1) 100%);
background: linear-gradient(to bottom,  rgba(170,240,255,1) 0%,rgba(153,204,204,1) 77%, rgba(240,240,240,1) 78%, rgba(240,240,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#99CCCC',GradientType=0 );
}

input[name=suche] {
    width: 200px;
    height:25px;
    FONT-FAMILY:Verdana, Tahoma;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    font-size: 14px;
    padding-left:5px;
    color:#cccccc;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #ffffff;
    text-shadow: 1px 0px 0px #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 4px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input[name=suche]:focus {
    width: 250px;
    color:#000000;
}

