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

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


body {
  margin: 0;
  padding: 0 0 20px 0;
  font-family: Tahoma, sans-serif;
  font-size: 100.1%;
  color: #000;
  background: #f1f1f1;
  text-align: center;
}

/* links */
a {
  color: #cc1d24;
}

a:visited {
  color: #cc1d24;
}

a:hover,
a:focus,
a:active {
  color: #f00;
}


/* lists */
ul {
  margin: 0px;
  padding: 0px;
}

ol {
  margin: 0px;
  padding: 0px;
}

li{
  margin: 0px;
  padding: 0px;
}


/* headlines */

#page_body_cols_title {
  background-color: #cbd0d2;
  border-bottom: 5px solid #fff;
}

h1 {
  color: #B10E21;
  margin: 0;
  padding: 15px 0px 10px 0px;
  font-family: Tahoma, sans-serif;
  font-size: 1.45em;
  font-weight: bold;
  text-transform: uppercase;

}

#page_body_main_content h2 {
  color: #000;
  font-weight: bold;
  font-family: Tahoma, sans-serif;
  font-size: 1.1em;
  margin: 3px 0 3px 0;
}

#page_body_main_content h2 a {
  color: #2c2c2e;
  text-decoration: none;
}

h3 {
  color: #2c2c2e;
}

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


img {
  border: 0px;
}

p {
  padding: 0 0 5px 0;
  margin: 0;
}

hr {

}

.content_object_hr {
  display: none;
}


form{
  margin: 0;
  padding: 0;
}

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

legend{
  font-weight: bold;
  margin: 5px 0 5px 0;
  padding: 0;
}

label{
  padding: 0 10px 0 0;
}

input,
select,
textarea {
  margin-top: 1px;
}

select,
textarea{
  font-weight: normal;
  font-size: 1.1em;
  font-family: Arial, Verdana, sans-serif;
  border: 1px solid #CCCCCC;
}

textarea {
  width: 250px;
}

/* INPUT ELEMENTE */
input:focus,
input:hover,
input:active,
select:focus,
select:hover,
select:active,
textarea:focus,
textarea:hover,
textarea:active {
  background-color: #EFF1F4;
}

pre {
  font-size: 1.2em;
}

.bobby {
  color: #999;
}

/* Klassen die oft ben?tigt werden und einfach zus?tzlich eingebunden werden k?nnen */

.right{
  text-align: right;
}

.left{
  text-align: left;
}

.clear{
  clear: both;
}

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

.hidden {
    display: none;
}

.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{
  left: auto;
  margin: 0;
  top: 185px;
  background-color: #CC1D24;
  color: #fff;
  z-index: 3;
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
  font-family: Tahoma, Arial, sans-serif;
  width: 230px;
  font-size: 1.3em;
}



/* Ticker Buttons */
.pause{
   background-image: url(/static/img/demo_icons/pause.gif);
}

.play{
  background-image: url(/static/img/demo_icons/play.gif);
}


/* PNG-FIX */
.msie6 img.random_img,
.msie6 .pngfix {
    azimuth: expression(
    this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "/static/img/transpix.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
    );
}