/*
 * stylesheet for OMBUDSMANN - PKV
 * global definitions
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20080528 bms
 * lastmodified: 20080528 bms
 */

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


*{
  padding: 0;
  margin: 0;
}

body {
  font-size: 100.1%;
  font-family: Verdana, Arial, sans-serif;
  color: #000;
  padding: 30px;
}

img{
  border: none;
}

a, a:visited {
  color: #97b535;
  outline: 0;
  text-decoration: none;
}

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

h1 {

}

h2 {
  font-size: 1.45em;
  margin-bottom: 22px;
  position: relative;
  top: -5px;
}

h3{
  font-size: 1em;
}

h4,h5,h6{
  font-size: 1em;
}


fieldset{
  border: none;
}


.clear{
  clear: both;
}

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

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

