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

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


*{
  padding: 0;
  margin: 0;
}

body {
  font-size: 100.1%;
  font-family: arial, sans-serif;
  color: #020202;
  background: #f0f2f4;
}

img{
  border: none;
}

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


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


/* headlines */
h1 {
}

h2{
  margin: 1px 0 5px 0;
  font-size: 1.5em;
  color: #38424b;
}

h2 a.subject_link{
  color: #38424b;
  display: block;
}

h2 a.subject_link:hover,
h2 a.subject_link:focus,
h2 a.subject_link:active{
  color: #d18100;
  text-decoration: none;
  background-color: #e4e7eb;
}

h3{
  margin: 0;
  font-size: 1.1em;
  color: #38424b;
}

h3 a.subject_link{
  color: #38424b;
}

#page_body_main_content .headline_list h3 a.subject_link{
 color: #d18100;
}

h4,h5,h6{
  font-size: 1em;
}

.clear{
  clear: both;
}

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


.invisible{
  display: none;
}

.hidden{
  visibility: hidden;
}


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


