/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.09.2014, 08:37:59
    Author     : Kighlander
*/

body {
    padding-top: 10px;
}
#mainWrapper {
    margin: 0px 3%;
}
.kleiner1 {
    font-size: 0.9em;
}
.kleiner2 {
    font-size: 0.75em;
}
.kleiner3 {
    font-size: 0.5em;
}
.searchtextfield {
    margin-right: 10px;
}
::-webkit-input-placeholder {
  color: blue;
  font-weight:normal;
  letter-spacing:normal;
}
:-moz-placeholder {
  color: blue;
  font-weight:normal;
  letter-spacing:normal;
}
:-ms-input-placeholder {
  color: blue;
  font-weight:normal;
  letter-spacing:normal;
}