/* 
 * stylesheet for ############ PKV ###############
 * content design
 * use for best viewing performance wwEdit CMS (www.wwedit.de)
 * (c) www.wegewerk.com
 * created: 20070310 bms
 * lastmodified: 20070404 bms
 */

* {
  margin: 0;
  padding: 0;
}


body {
  padding: 0 0 10px 0;
  font-size: 100.1%;
  font-family: verdana, sans-serif;
  background-color: #f9fcfc;
  color: #626262;
}

    
/* links */
a, a:visited, a:active {
  text-decoration: none;
  color: #c27d44;
  font-weight: bold;
}

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


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

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

h2 {
  margin: 0 0 10px 0;
  color: #626262;
  padding: 0;
  font-size: 1em;
}

h3{
  margin: 0 0 2px 0;
  text-decoration: underline;
  padding: 0;
  font-size: 1em;
  color: #626262;
}

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;
  font-size: 0;
}


.mac.safari .noheight{
  display: block;
}

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

.nobottom{
  line-height: 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{
  left: 0;
  top: -.75em;
  color: #443d5e;
  font-weight:bold;
  text-decoration: none;
  z-index: 20;
  background-color: #fff;
  padding: 0.5em;
  font-size: .83em;
  height: 1%;
  display: block;
  text-align: center;
  width: 71.3em;
}

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

