/*
 * stylesheet for wir-thueringen.de
 * global definitions
 * (c) www.wegewerk.com
 * created:      20100208 rbf
 * lastmodified: 20100222 bms
 */

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


*{
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
  color: #000;
  text-align: center;
  background-color: #eee;
}

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

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

/* headlines */
h1 {

}

h2 {
  /*color: #3b6cb8;*/
  color: #000;
  font-size: 2.1em;
  margin: 8px 0 10px 0;
  line-height: 1.15em;
}

h3{

}

h4,h5,h6{

}

p {

}


.clear{
  clear: both;
}

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

.invisible{
  display: none;
}

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