/*
 * stylesheet for www.mega-trucks.eu
 * global definitions
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20080402 bms
 * lastmodified: 20080402 bms
 */

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


*{
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 100.1%;
  font-family: Arial, sans-serif;
  color: #2f2f2f;
  background: #f2f2f2 url(/static/img/aps10/bg_body.gif) repeat-x;
}

img{
  border: none;
}

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

a:hover, a:focus, a:active {
  color: #3a84c3;
  text-decoration: underline;
}

/* headlines */
h1 {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.2em;
}

h2 {
  margin: 5px 0 10px 0;
  color: #2f2f2f;
  padding: 0;
  font-size: 1em;
}

h3{
  margin: 0 0 2px 0;
  text-decoration: underline;
  padding: 0;
  font-size: 1em;
}

h4{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}

h5{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}

h6{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}


.content_object_hr {
  display: none;
}


.right{
  text-align: right;
}

.left{
  text-align: left;
}

.clear{
  clear: both;
}

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

.bold{
  font-weight: bold
}

.normal{
  font-weight: normal;
}

.invisible{
  display: none;
}

.nobottom {
  font-size: 0;
}

/*
 * positioniert das Element ausserhalb des Bildschirms
 * wird fÃÂ¼r Links verwendet, die nicht sichtbar sein sollen, die aber das Navigieren
 * mit einem Screenreader erleichtern sollen (Direktzugriff auf Hauptnavigation und Content)
 */

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

a.offscreen:focus,
a.offscreen:hover,
a.offscreen:active{
  position:absolute;
  left: 20px;
  top: 20px;
  background-color: #fff;
  color: #000;
}
