/*
 * stylesheet for Steuerberaterverband Schleswig-Holstein
 * global definitions
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20080725 bms
 * lastmodified: 20080725 bms
 */

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


*{
  padding: 0;
  margin: 0;
}

body {
  font-size: 100.1%;
  font-family: Arial, sans-serif;
  color: #000;
  background-color: #e5f2f8;
  padding: 20px;
  behavior: url("/static/style/nema13/csshover3.htc");
}

img{
  border: none;
}

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

a:hover, a:focus, a:active {
  outline: 0;
}

/* headlines */
h1 {

}

h2 {
  font-size: 1.1em;
  margin-bottom: 20px;
}

h3,h4,h5,h6{
  font-size: 1em;
  padding: 3px 0;
}


.clear{
  clear: both;
}

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


.invisible{
  display: none;
}

fieldset {
  border: none;
}

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


