.experimente-eingabe{
margin: 0;
}
.experimente-eingabe h4{
margin: 10px 0px 0px 0px;
color: blue;
}

.expbild {
margin-top: 40px;
width: 450px;
border: 2px solid #900;
}
.expbildhaupt {
margin-top: 5px;
width: 450px;
border: 2px solid #900;
}
.expbildneben {
margin: 5px 2px 0px 0px;
width: 94px;
border: 2px solid #900;
}
.expbildneben:hover {
border: 2px solid #dddd97;
}
.tab_w440{
width: 440px !important;
}
.expbild-edit {
margin-top: 40px;
width: 200px;
}
.geraetbild {
margin-top: 5px;
width: 450px;
border: 2px solid #900;
}
.expger_liste {
font-size: 0.8em;
margin-left: 15px;
padding: 0px;
}
.vorsch_bild{
-moz-transition: all is ease-in;
-webkit-transition: all is ease-in;
-o-transition: all is ease-in;
transition: all is ease-in;
opacity: 0.7;
}
.vorsch_bild:hover {
-moz-transform: scale(1.4);
-webkit-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(1.4);
opacity: 1;
}

#exp-ergebnisse {
float: left;
font-size: 120%;
border: 1px solid #BE5F53;
width: auto;
/*background-image: url(../grafiken/content1.png);*/
margin: 5px;
padding: 3px;
}
#exp-ergebnisse p{
margin-left: 0px;
margin-bottom: -10px;
}
#exp-lastedit {
float: right;
font-size: 70%;
margin: 5px;
}
.bew_stern{
height: 20px;
background-image: url(../grafiken/sterne/filled.png);
background-repeat: no-repeat;
background-color: #ffffff;
border: 0px;
padding-right: 12px;
font-size: 0%;
}
.bew_stern:hover{
background-image: url(../grafiken/sterne/filled_green.png);
background-repeat: no-repeat;
}