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

* {
  margin: 0;
  padding: 0;
  border: 0;
}


body {
  padding: 0 0 10px 0;
  font-size: 100.1%;
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #333;
}


/* links */
a, a:visited{
  color: #399;
}

a:focus {
  background-color: #fff;
}

a:active {
  text-decoration: none;
  color: #399;
}

.msie6 a:active {

  background-color: #fff;
}


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

/* headlines */
h1 {
  margin: 0 0 0.75em 0;
  margin-top: 0.75em;
  padding: 0;
  color: #41467C;
  font-size: 1.3em;
  line-height: 1.3em;
}

h2 {
  margin: 0 0 0.75em 0;
  color: #41467C;
  padding: 0;
  font-size: 1.1em;
}

h3{
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 1em;
  color: #333333;
}

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


.content_object_hr {
  display: none;
}



/* Klassen die oft benoetigt werden und einfach zusaetzlich eingebunden werden koennen */

.right{
  text-align: right;
}

.left{
  text-align: left;
}

.clear{
  clear: both;
}

.noheight{
  height: 0px;
  line-height: 0px;
  font-size: 0;
  display: block;
}


.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 fuer 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;
}
