/* ############################################# */
/* ######     GLOBAL TAGDEFINITIONS       ###### */
/* ############################################# */


*{
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 1em;
}

body {
  font-size: 100.1%;
  font-family: Arial, sans-serif;
  color: #333;
  text-align: center;
  background: url(/static/img/pkv15/bg_unterseite.jpg) no-repeat center 90px;
}

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

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

/* headlines */
h1 {

}

h2 {

}

h3{

}

h4,h5,h6{

}

.clear{
  clear: both;
}

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

.invisible{
  display: none;
}

.offscreen{
  position: absolute;
  left: -5000px;
  top: -5000px;
}


.glossary_entry{
  cursor: help;
  border-bottom: 1px dotted #000;
  text-decoration: none;
}

p {
  padding-bottom: 7px;
}

