body {
  margin : 0;
  padding: 0 0 20px 0;
  font-size: 100.1%;
  font-family: verdana, sans serif;
  /* center for ie 5.5 */
  text-align: center;
  background-color: #0087ED;
}
    
/* links */
a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

a:visited {
  color: #fff;
}

a:focus{
  color: #fff;
  text-decoration: underline;
}
    
a:active{
  color: #fff;
}

/* lists */
ul {
  margin: 0px;
  padding: 0px;
}

ol {
  margin: 0px;
  padding: 0px;
}

li{
  margin: 0px;
  padding: 0px;
}


/* headlines */
h1 {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.2em;
  font-weight: normal;
}

h2 {
  margin: 5px 0 20px 0;
  color: #000;
  padding: 0;
  font-size: .9em;
  text-transform: uppercase;
}

h3 {
  margin: 5px 0 20px 0;
  color: #000;
  padding: 0;
  font-size: .9em;
  text-transform: uppercase;
}

/*h3{
  margin: 0 0 2px 0;
  text-decoration: underline;
  padding: 0;
  font-size: 1em;
}*/

h4{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;  
}

h5{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}

h6{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;  
}


img {
  border: 0px;
}

p {
  padding: 0px;
  margin: 0px; 
}

hr {
    
}



form{
  margin: 0 0 20px 0;
  padding: 0;   
}

fieldset{
  border: 0;
  margin: 0px;
  padding: 0px;
}

legend{
  font-weight: bold;   
  margin: 5px 0 5px 0;
  padding: 0;
}

label{
    
}

/* INPUT ELEMENTE */
input:focus,
input:hover,
input:active,
select:focus,
select:hover,
select:active,
textarea:focus,
textarea:hover,
textarea:active {
  background-color: #EFF1F4;
}


/* Klassen die oft benötigt werden und einfach zusätzlich eingebunden werden können */

.right{
  text-align: right;
}

.left{
  text-align: left;
}

.clear{
  clear: left;
  clear: right;
  clear: both;
}

.noheight{
  height: 0px;
  line-height: 0px;
}

.bold{
  font-weight: bold
}
    
.normal{
  font-weight: normal;
}
    
.invisible{
  display: none;
}

/*
 * positioniert das Element ausserhalb des Bildschirms 
 * wird für Links verwendet, die nicht sichtbar sein sollen, die aber das Navigieren 
 * mit einem Screenreader erleichtern sollen (Direktzugriff auf Hauptnavigation und Content)
 */    
.offscreen{
  position: absolute;
  left: -1000px;
}
    
    
/* Ticker Buttons */
.pause{
   background-image: url(/static/img/verdi18_icons/pause.gif);
}
    
.play{
  background-image: url(/static/img/verdi18_icons/play.gif);
}

