@charset "utf-8";

#weiche_form {
   position:absolute;
   top:80px;
   left:0px;
}

#suchbalken {		/* Fuer die Schlagwortsuche */ 
   width:776px;
   margin:auto;
   text-align:left;
   padding:0px;
   top:75px;
}

div.selectbox1{
   position: absolute;
   left:0px;
   top:110px;
   width:257px;
   height:33px;
   margin:0px;
   padding:0px;
   background-color:olive;
}
div.selectbox4{
   position: absolute;
   left:0px;
   top:110px;
   width:384px;
   height:33px;
   margin:0px;
   padding:0px;
   background-color:olive;
}
div.box{
   position:absolute;
   left:0px;
   top:0px;
   width:246px;
   height:23px;
   margin:3px;
   padding:2px;
   background-color:silver;
}
div.box4{
   position:absolute;
   left:0px;
   top:0px;
   width:373px;
   height:23px;
   margin:3px;
   padding:2px;
   background-color:silver;
}
div.search {
   position:fixed;
   top:80px;
   width:760px;
   height:30px;
   padding:5px;
   border:1pt solid grey;
   background-color:rgb(100%,100%,100%);
}
div.infos{
   background-color:white;
   color:black;
   position: absolute;
   left: 0px;
   top:144px;
   width:257px;
   height:60px;
   margin:0px;
   padding:0px;
}

div.buttonFeld {
   background-color:olive;
   color:red;
   position:absolute;
   left:517px;
   top:144px;
   width:257px;
   height:33px;
}

#button {
   position:absolute;
   left:10px;
   top:10px;
   color:red;
   background-color:olive;
}
button {
   float:left;
   width:128px;
   height:28px;
}

div.bilder {
   position:absolute;
   left:10px;
   top:220px;
   background-color:cyan;
   color:red;
   width:769px;
   height:400px
}
div.linksunten {
   position:fixed;
   float:left;
   top:400px;
   width:180px;
   height:210px;
   padding:10px;
   border-left:1pt solid grey;
}
div.linksweiterunten {
   position:fixed;
   float:left;
   top:500px;
   width:200px;
   height:215px;
   padding:10px;
   border-left:1pt solid grey;
   border-bottom: 1pt solid grey;
}
div.bildrahmen {
   position: absolute;
   float:right;
   top:168px;
   right:2px;
   width:776px;
   height:540px;
   /*border-bottom: 1pt solid grey;
   border-right: 1pt solid grey; */
}
div.bildresultate {
   position: relative;
   overflow:scroll;
   float:right;
   top:0px;
   right:0px;
   width:776px;
   height:538px;
   border-bottom: 0pt solid grey;
   border-right: 0pt solid grey;
}


