/* ############################################# */
/* ######     GLOBAL TAGDEFINITIONS       ###### */
/* ############################################# */

*{
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 1em;
}

body {
  font-size: 100.1%;
  font-family: Verdana, Arial, sans-serif;
  color: #3c3c3c;
  background: #D6D6CC url("/static/img/mdb14-new/bg.gif") repeat-x;
  text-align: center;
  padding-bottom: 15px;
}

/* links */
a, a:visited {
  color: #d60000;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
  background-color: #f5f4ef;
}

p {
  margin-bottom: 7px;
}

/* headlines */
h3{
  font-weight: bold;
}

h4,h5,h6{
  font-weight: bold;
}

th, td {
  vertical-align: top;
}

.clear{
  clear: both;
}

.noheight{
  height: 0px;
  line-height: 0px;
  font-size: 0;
  display: block;
}

.invisible{
  display: none;
}

.offscreen{
  position: absolute;
  left: -5000px;
}

/* ############################################# */
/* ######     PNG FIX    				  ###### */
/* ############################################# */

#logo, #portraet { behavior: url(/static/style/mdb14-new/iepngfix.htc) }

