/* 
 * stylesheet for ############ Kunde ###############
 * global definitions
 * use for best viewing performance wwEdit CMS (www.wwedit.de)
 * (c) www.wegewerk.com
 * created: 20050316 bms
 * customized: ########### 
 * lastmodified: 20050907 bms
 */


body {
  padding: 0;
  margin: 20px 0 20px 0;
  font-size: 100.1%;
  font-family: Verdana, sans-serif;
  background-color: #d8d8d6;
}



/* links */
a {
  color: #99323c;
  text-decoration: none;
}

a:hover, 
a:focus,
a:active {
  text-decoration: underline;
}


/* lists */
ul, ol, li {
  margin: 0px;
  padding: 0px;
  list-style-type:none;
}

/* headlines */
h1 {
  color: #99323c;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: normal;
}

h2 {
  color: #99323c;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1em;
  text-transform: uppercase;
}

h3{
  margin: 0 0 2px 0;
  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 {
    
}

.content_object_hr {
  display: none;
}


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

.right{
  text-align: right;
}

.left{
  text-align: left;
}

.clear{
  clear: both;
}

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

}

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

.nobottom {
  font-size: 0;
}

/*
 * 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;
}

a.offscreen:focus,
a.offscreen:hover,
a.offscreen:active{
  position:relative;
  left: 0;
  background-color: #fff;
  color: #a38328;
  font-size: .83em;
  font-weight:bold;
  padding: 5px 15px 5px 15px;
  display: block;
}

    
    
/* Ticker Buttons */
#imageAnchor {
  white-space: nowrap;
}

.pause{
   background-image: url(/static/img/demo_icons/pause.gif);
}
    
.play{
  background-image: url(/static/img/demo_icons/play.gif);
}

