/*
 * stylesheet for hartplatzhelden.de
 * global definitions
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20080430 bms
 * lastmodified: 20080430 bms
 */

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


*{
  padding: 0;
  margin: 0;
}

body {
  font-size: 100.1%;
  font-family: Arial, sans-serif;
  color: #000;
  padding-bottom: 25px;
}

img{
  border: none;
}

/* links */
a, a:visited {
  color: #cc6334;
  font-weight: bold;
}

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

/* headlines */
h1 {

}

h1.co_headline,
h2 {
  font-size: 1.1em;
  background: #343434 url(/static/img/hph11/bg_h2.gif) repeat-x;
  color: #fff;
  padding: 3px 5px;
}

h3{
  font-size: 1em;
}

h4,h5,h6{

}

.clear{
  clear: both;
}

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


.invisible{
  display: none;
}


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


