/*
 * stylesheet for ############ DGB-Jugend ###############
 * main_navigation
 * (c) www.wegewerk.com
 * created: 20070504 asz
 * customized: 20070829 mdt
 */

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


body {
  margin: 0;
  padding: 0;
  font-size: 100.1%;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

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

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


/* lists */
ul, ol, li {
  margin: 0px;
  padding: 0px;
  list-style-position: inside;
}

.content_object ul {
  padding-left: 21px;
}

.content_object ul li p{
    display: inline;
}

/* headlines */
.form_title .title_container,
.ext_co_login legend,
h1 {
  margin: 5px 0 20px 0;
  color: #bc1b2f;
  font-size: 1em;
  font-weight: bold;
}

.forum_article_text h3,
h2 {
  margin: 5px 0 20px 0;
  color: #bc1b2f;
  font-size: 1em;
  font-weight: bold;
}

h3{
  text-decoration: none;
  padding: 0;
  margin: 10px 0 0 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 2px 0;
  padding: 0;
  font-size: 1em;
}


img {
  border: 0;
}

p {
  padding: 0 0 1em 0;
  margin: 0;
}

.content_object_hr {
  display: none;
}


.right{
  
}

.left{
  text-align: left;
}

#page_body_main_content .clear {
  clear: left;
}

.clear,
#page_body_main_content .content_object .clear {
  clear: both;
}

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

.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: -5000px;
}

a.offscreen:focus,
a.offscreen:hover,
a.offscreen:active{
  position:absolute;
  left: 160px;
  top: 7px;
  background-color: #fff;
  color: #000;
}

.right-align {
  float: right !important;
}
.left-align {
  float: left !important;
}
.center-align {
  float: none;
}



@media print {
    #page_head { display: none; }
    #page_body_breadcrumb {background: none;padding: none;}
    #page_body_left {display:none;}
    #page_bottom_helper {display:none;}
    #page_container_bottom_helper {display:none;}
    #page_foot {display:none;}
    #page_body_cols_container { margin: 0;}
    .toplink {display:none;}
    #page_body_right_content {display:none;}
    #page_body_cols_container {
        width: 650px;
        margin: 0;
    }
}
