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

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


body {
  background-image: url(/static/img/dgbj16/fond.gif);
  background-color: #FFF;
  background-repeat:no-repeat;
  font-size: 100.1%;
  font-family: Arial,Helvetica,sans-serif;
}

/* links */
a,
a:visited {
  color:#840084;
  font-size:14px;
  text-decoration:none;
}

a:hover,
a:active,
a:focus {
  background-color:#FFEFD6;
  text-decoration:none;
}


/* 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 */
h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
  text-align: center;
}

h3{
  font-size: 16px;
}

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