/*
 * stylesheet for www.allianz-pro-schiene.de
 * global definitions
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20090522 jws
 * lastmodified: 20090610 jws
 */

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


*{
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 30px 0;
  font-size: 100.1%;
  font-family: Tahoma, sans-serif;
  color: #2f2f2f;
  background: url(/static/img/aps11/bg_body_outside.gif) #a2b4be repeat-x;
  background-attachment:fixed;
}

img{
  border: none;
}

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

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

.richtext p{
  margin-bottom:15px;
}

.resultlist .richtext p{
  margin-bottom:5px;
}

/* 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;
  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;
}

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


.mac.firefox span.sub,
sub {
  font-size: 0.76em;
  line-height: 0.76em;
  position: relative;
  top: 2px;
}

.mac.firefox span.sub {
  top: 4px;
  display: inline-block;
}