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

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


body {
  background-image: url(background.jpg);
  background-color: #c9c7c3;
  margin: 0;
  padding: 0;
  font-size: 100.1%;
  font-family: Verdana, Arial, sans-serif;
  text-align: center;
  color: #000;
  overflow-x: hidden;
}

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

a:hover,
a:active,
a:focus {
  color: #E20020;
  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 {
  display:inline;
  margin: 0;
  padding:2px 16px 2px 6px;
  color: #FFF;
  font-size: 1em;
  font-weight: bold;
  background: transparent url(slantr_ge.gif) no-repeat right top;
  height: 10px;
}

/*
.msie6 h1,
.msie7 h1 {
  padding-bottom: 0;
  padding-top: 0;
}*/

.forum_article_text h3,
h2 {
/*   color: #E20020; */
  color: #505050;
  padding: 0;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.4em;
  margin: 5px 0 7px;
  line-height: 1em;
}

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{
  text-align: 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_body_breadcrumb { padding-top:0 !important; }

	body, #page_body_breadcrumb { background: none !important; }
	#page_head,
	#page_body_left,
	#page_body_right,
	#page_bottom_helper,
        #page_top_helper,
        #page_container_bottom_helper,
	#wwe3_form_forum_newcomment_drazubi_saw,
	#wwe3_form_forum_newcomment_drazubi,
	#page_foot {
		display:none !important;
	}
	#page_container { margin: 1cm 0 0 0 !important; }
	#page_body_cols_container { margin: 0 !important; float: none !important;}
	.toplink {display:none !important;}

	#page_container,
	#page_body_main_container,
	#page_body_cols_container {
		width: 650px !important;
	}
	#page_container_wrapper{ left:0 !important; }

}

