﻿/*fix default browserspaces between elements*/  
* {
  padding:0px;
  margin:0px;
}

.hervorheben 
{
  color:Red;
  float:left;
  position: relative;
}

.validation{
  float:left;
  clear:both;
  display:block;
  width:380px;
  margin-bottom:10px;
  padding-left:5px;
}

#FileUpload1
{  
  float:left;
  width:360px
}


label {
  float:left;
  /*clear:right;*/
  display:block;
  width:110px;
  margin-bottom:10px;
  padding-left:5px;
}
.panelupload input, textarea, select {
  float:left;
  display:block;
  width:250px;
  border: 1px solid #333;
  background:#F4F4F4;
  font-family: Verdana;
  font-size: 12px;
  margin-bottom:10px;
  padding:1px;
}

.paneluploadcomfort input, textarea, select {
  float:left;
  display:block;
  width:250px;
  border: 1px solid #333;
  background:#F4F4F4;
  font-family: Verdana;
  font-size: 12px;
  margin-bottom:10px;
  padding:1px;
}

input:focus, textarea:focus {
 color: #000;
 background: #fff;
 outline: 1px solid red;
}
.form-button 
{
  width:300px;
  clear:both;
}

h1 { color: #09f; font-size: 16px; 
     font-family: Helvetica, Geneva, Arial; 
     font-weight: bold;
     margin-bottom:10px
     
    }

body
{
    padding: 3px;
    font-family: Verdana;
    font-size: small;
  }

.panelupload {
    margin: 5px;
    padding: 5px;
    background: #EEEEEE;
    width: 380px;
    border: 1px dotted #333;
    /*position: relative; */
    top: 10px;
    /*height: 450px; */
    left: 0px;
}

.paneluploadcomfort {
    margin: 5px;
    padding: 5px;
    background: #EEEEEE;
    width: 380px;
    border: 1px dotted #333;
    position: relative;
    top: 10px;
    left: 0px;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px; 
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(FilledStar.png);

}

.emptyRatingStar {
    background-image: url(EmptyStar.png);
}

.savedRatingStar {
    background-image: url(SavedStar.png);
}
.normal 
{
  font-size:small;
}
   
/* Neudefinitionen */
.datapager
{
    display:block;
    text-align:center;
    clear: both;
    font-size:medium;
}
#panelBilderliste
{ 
    height: 100%; 
    width: 399px; 
    margin: 0 auto;
    border: solid 0px #333333;
    padding: 0px;
    
    /* text-align:center;*/
}

li
{
    display: inline;
    float: left;
    margin-left: 3px;
    margin-bottom: 5px;
}

.bildunten
{
  top: 10px;
}

