/*
 * stylesheet for tool401 quickmaster
 * global definitions
 * (c) www.wegewerk.com
 * ww.edit cms (www.wwedit.org)
 * created:      20100611 bms
 */

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


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

body {
  color: #3e3e3e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
}

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

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

h2 {
  padding: 0 0 10px 0;
  color: #3e3e3e;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: Georgia, Times, serif;
  font-weight: normal;
}

.co_pos_first h2{
  font-size: 1.8em;
}

h3{
  margin-bottom: 5px;
  font-size: 1.1em;
  font-family: Georgia, Times, serif;
  font-weight: normal;
}

h4,h5,h6{
  margin-bottom: 5px;
}

sub,sup{
  font-size: .83em;
}

.clear{
  clear: both;
}

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

.invisible{
  display: none;
}

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