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


body {
  padding: 0 0 10px 0;
  font-size: 100.1%;
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #333;
}


/* links */
a, a:visited{
  text-decoration: underline;
  color: #333366;
}
a:hover {
  text-decoration: underline;
}

.msie a:active {
  text-decoration: underline;
  background-color: #fff;
}


#page_body_main_content a:hover,
#page_body_main_foot a:hover,
#page_body_right_content a:hover{
  text-decoration: underline;
}

/* headlines */
h1, h2, h3, h4, h5, h6 {
	color: #336;
	padding: 0;
	font-size: 1.0em;
}
h1 {
  margin: 0 0 0.75em 0;
}
h2 {
  margin: 0 0 0.75em 0;
}
h3{
  margin: 0 0 2px 0;
}
h4{
  margin: 5px 0 10px 0;
}
h5{
  margin: 5px 0 10px 0;
}
h6{
  margin: 5px 0 10px 0;
}


img {
  border: 0px;
}


.content_object_hr {
	display: none;
}



/* Klassen die oft benoetigt werden und einfach zusaetzlich eingebunden werden koennen */

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.clear {
  clear: both;
}

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


.mac.safari .noheight{
  display: block;
}

.bold{
  font-weight: bold
}

.normal{
  font-weight: normal;
}

.invisible{
  display: none;
}

.nobottom{
  line-height: 0;
}

/*
 * positioniert das Element ausserhalb des Bildschirms
 * wird fuer 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{
  left: 0;
  top: -.75em;
  color: #443d5e;
  font-weight:bold;
  text-decoration: none;
  z-index: 20;
  background-color: #fff;
  padding: 0.5em;
  font-size: .83em;
  height: 1%;
  display: block;
  text-align: center;
  width: 71.3em;
}
