/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */

/*
 * ZENDRULA
 *	Landworker Colors
 *	#f2f2f2	
 *	#343f6c	Blau	
 *	#eeeeee
 *	#666666
 *	#dd0000	Rot
 *	#cccccc
 */


/* /////////////////////////////////////////////////////////////////*/
/*                                                                  */
/*								ÄNDERN								*/

#block-user-0 {
		display: none;
		}


/*																	*/
/* /////////////////////////////////////////////////////////////////*/



/* ..... GENERAL ..... */

.clear	{
		clear: both;
		}
		
a:link, a:visited, a:focus, a:hover, a:active
		{
		color: #343f6c;
		text-decoration: none;
		}

.aliri	{
		text-align: right;
		}

/* ..... HEADINGS ..... */
		
h1, h2, h3 {
		color: #343f6c;
		}

h1		{
	    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
		font-size: 3em;
		font-weight: normal;
		letter-spacing: 0.2em;
		line-height: 2em;
		color: #343f6c;
		margin-top: 1em;
		margin-bottom: 1em;
		}

h2, #content h1.title {
	    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
		font-size: 2em;
		font-weight: normal;
		line-height: 1.2em;
		letter-spacing: 0.05em;
		color: #343f6c;
		margin-top: 0;
		margin-bottom: 0.75em;
		}

.node h2.title /* Node title */
		{
		margin-bottom: 6px;
		}

.block h2.title /* Block title */
		{}

.box h2.title /* Box title */
		{}


h3		{
	    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
		font-size: 1.6em;
		font-weight: normal;
		line-height: 1.3em;
		color: #343f6c;
		margin-top: 0;
		margin-bottom: 0.5em;
		}

h4, h5, h6 {
		font-size: 1.2em;
		line-height: 1.2em;
		margin-top: 0;
		margin-bottom: 0.5em;
		}



/* ..... BODY ..... */

body	{
		margin: 0;
    	padding: 15px;
		background: url(images/bodybg.gif);
		}

#page	{
		width: 884px;
		background: #ffffff;
		padding: 12px 0;
		}

#page-inner {
		width: 860px;
		margin: 0 12px;
		background: transparent;
		}


/* ..... HEADER ..... */


#header-inner {
		height: 126px;
		background: url(images/lawo-head.png) no-repeat;
		}

#header-inner img {
		margin-top: 14px;
		margin-left: 26px;
		}


/* ..... TOP-MENU ..... */

#block-menu-secondary-links {
		float: right;
		position: relative;
		top: 3px;
		right: 6px;
		background: transparent;
		}

#block-menu-secondary-links li {
        display: inline;
        border-right: 1px solid #ffffff;
		padding: 0px 5px 2px 0px;
        background: transparent;
        }
        
#block-menu-secondary-links li.last {
        border: none;
        }
        
#block-menu-secondary-links li a {
        margin: 2px;
        color: #ffffff;
		font-size: 1.2em;
		letter-spacing: 0.025em;
        }

#block-menu-secondary-links li a:hover {
        text-decoration: underline;
        }



/* ..... MAIN ..... */

#main {}

#main-inner {}




/* ..... NAVBAR ..... */

#navbar {
		margin-top: 6px;
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		}

#navbar-inner {
		background: url(images/navibar_bg.gif) repeat-x 0 50%;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		}

#primary /* Container für Primary links in der Navbar */
		{}


#navbar ul {
		margin: 0 0 0 3px;
		padding: 2px 0;
		color: #343f6c;
		}

#navbar li {
		display: inline;
		padding: 0 6px 0 4px;
		border-right: 1px solid #343f6c;
		}

#navbar li.last {
		border: none;
		}

#navbar li a:link, #navbar li a:visited {
		text-decoration: none;
		text-transform: uppercase;
		color: #343f6c;
		font-size: 1.2em;
		letter-spacing: 0.025em;
		}	

#navbar li a.active, #navbar li a:hover {
		text-decoration: underline;
		}



/* ..... CONTENT (alle Inhalte)..... */

#content {}

#content p {
		font-size: 1.2em;
		}

#content-inner {
		margin-top: 1em;
		}


/* ..... CONTENT-HEADER ..... */

#content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
		{}

#content-header h1 {
		font-size: 1em;
		margin-left: 7px;
		}

.breadcrumb
		{
		padding: 2px 4px;
		background: yellow;
		}


/* ..... CONTENT-TOP BLOCK (Aktuelle Meldungen) .... */
/* ..... und MELDUNGEN_RECHTS BLOCK ..... */
/* ..... MELDUNGEN_RECHTS PAGER ..... */


#content-top {}
		
#block-views-aktuelle_meldungen-block_1 {
		border-bottom: 1px dotted #343f6c;
		}

#block-views-aktuelle_meldungen-block_1 .block-inner {
		padding-bottom: 6px;
		}

#content-top h2.title,
#block-views-meldungen_rechts-block_1 h2.title,
#block-block-4 h2.title,
#block-block-2 h2.title {
		display: inline;
		font-size: 1.4em;
		padding: 2px 2px;
		border-bottom: 1px dotted #343f6c;
		}

#content-top .node-type-meldung h2,
#block-views-meldungen_rechts-block_1 .node-type-meldung h2 {
		display: block;
		font-size: 1.4em;
		font-weight: normal;
		margin-top: 0.75em;
		margin-bottom: 0;
		background: transparent;
		border: none;
		}

#content-top ul,
#block-views-meldungen_rechts-block_1 ul {
		list-style-image: url(images/bau11.gif);
		}

#content-top ul li,
#block-views-meldungen_rechts-block_1 ul li {
		margin-bottom: 0;
		}

/* keine read-more links in "meldungen" */
#block-views-aktuelle_meldungen-block_1 ul.links.inline
		{
		display: none;
		}


#block-views-meldungen_rechts-block_1 ul.pager {
		margin-top: 15px;
		}


/* ..... CONTENT AREA ..... */

#content-area /* Wrapper for the actual page content */
			/* alle Teaser und Artikel, ohne "top" block */
		{
		margin-top: 12px;
		padding-bottom: 18px;
		}

#content-area .node-teaser {
		margin: 12px 0;
		padding: 6px 0;
		background: #eeeeee;
		}

#content-area .content p {
		margin: 6px 0;
		}

#content-area .node-teaser ul.links {
		float: right;
		margin: 0;
		}

.node-teaser li.node_read_more {
		margin: 0;
		}

.node-type-story /* Story content node */
		{}
		
#content-area .node-inner {
		margin: 0 12px;
		}


.picbox {
		float: left;
		width: 172px;
		padding-right: 12px;
		margin-top: 5px;
		margin-bottom: 6px;
		}

.boxright {
		float: right;
		width: 42%;
		background: #eeeeee;
		border: 1px solid #dd0000;
		padding: 4px 6px;
		margin: 9px 0 9px 12px;
		}

p.frage	{
		font-style: italic;
		}

#content p.bu	{
		font-size: 1em;
		font-style: italic;
		}


/* ..... CONTENT AREA LISTEN ..... */

#content-area ul {
		font-size: 1.2em;
		margin: 0.5em 0;
		}

.meta ul li {
		margin-left: 0;
		padding: 0 0.1em;
		}

#content-area ul.disc	{
		list-style-type: disc;
		margin-left: 18px;
		}

dl.search-results dd {
		border-bottom: 1px dotted #343f6c;
		}

#content-area ol {
		font-size: 1.2em;
		margin: 0.5em 0 0.5em 2.5em;
		}

#content-area ol li {
		margin: 0.5em 0;
		}

ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
  }

  ul.links. li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }



/* ..... CONTENT AREA TARIFINFORMATIONEN ..... */

#content-area .view-tarifinformationen h2.title {
		font-size: 1.4em;
		font-weight: normal;
		}

#content-area .view-tarifinformationen .node-inner h2.title {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 1.3em;
		letter-spacing: 0;
		margin-bottom: 3px;
		}

#content-area .view-tarifinformationen .node-inner ul {
		list-style-type: disc;
		font-weight: normal;
		font-size: 1em;
		margin: 0;
		}

#content-area .node-type-tarifinfo ul {
		list-style-type: disc;
		margin-left: 21px;
		}

#content-area .view-tarifinformationen .node-inner p {
		font-size: 1em;
		margin-left: 18px;
		}




/* ..... RECHTE SPALTE ..... */
/* ..... SUCHFORMULAR ..... */

#block-search-0 {
		background: #eeeeee;
		border: 1px solid #cccccc;
		}

#search-block-form {
		padding: 0 2px;
		}

#search-block-form label {
		display: none;
		}

#search-block-form input.form-text {
		border: 1px solid #cccccc;
		padding: 3px;
		width: 65%;
		}

#search-block-form input.form-submit {
		border: 1px solid #dd0000;
		background: #dd0000;
		color: #ffffff;
		letter-spacing: 0.05em;
		padding: 1px;
		}


/* ..... RECHTE SPALTE EDTORIAL ......... */

#block-views-editorial-block_1 {
		padding-top: 9px;
		padding-bottom: 9px;
		border-top: 1px dotted #dd0000;
		border-bottom: 1px dotted #dd0000;
		}

#block-views-editorial-block_1 h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.8em;
		font-style: italic;
		letter-spacing: 0.02;
		width: 95%;
		}

#block-views-editorial-block_1 p {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0.5em 0;
		}

img.editor {
		float: left;
		margin-right: 9px;
		margin-bottom: 12px;
		}


/* ..... RECHTE SPALTE COOP LINKS ..... */

#block-block-4,
#block-block-2 {
		margin-top: 6px;
		padding: 9px 0;
		border-top: 1px dotted #dd0000;
		border-bottom: 1px dotted #dd0000;
		}

#coop_links ul  {
		margin: 0;
		padding: 0;
		text-align: center;
		}
		
#coop_links li {
		margin: 9px 0;
		background: url(images/bodybg.gif);
		padding: 4px;
		}

#coop_links img {
		margin-right: 6px;
		padding: 0;
		}

/* ..... RECHTE SPALTE TARIFINFO BUTTON ..... */

#tarifinfo_button {
		text-align: center;
		}

#tarifinfo_button img {
		margin: 0;
		padding: 2px;
		border: 1px solid #cccccc;
		}


/* ..... ..... */

div.meta {
		text-align: right;
		margin-bottom: 6px;
		}


.node .terms /* Node terms (taxonomy) */
		{
		font-size: 1em;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #343f6c;
		}

.views-summary {
		font-size: 1.2em;
		}


/* ..... PAGER ..... */
/* ..... CONTENT AREA PAGER ..... */

.pager	{
		clear: both;
		margin: 1em 0;
		text-align: center;
		font-size: 1em;
		}

#content-area ul.pager {
		margin-top: 21px;
		}

.pager a, .pager strong.pager-current
		{
		padding: 0.2em;
		}
		
ul.pager li {
		margin: 0 0.3em;
		padding: 0;
		}

ul.pager li.pager-current {
		padding: 0.3em 0.8em;
		color: #343F6C;
		}

/* ..... FORM ..... */

form	{
		font-size: 1.2em;
		margin: 6px;
		}

#contact-mail-page {
		}



address {
		font-size: 1.2em;
		font-style: normal;
		margin-bottom: 21px;
		}


/* ..... SIDEBAR RIGHT ..... */

#sidebar-right
		{}

#sidebar-right-inner
		{
		margin-top: 1em;
		}


/* ..... FOOTER ..... */
#footer
		{}

#footer-inner
		{
		width: 584px;
		border-top: 1px solid #999999;
		padding-top: 6px;
		}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
		{
		text-align: center;
		}

/* ..... FEED ICONS ..... */

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */
	{
	display: none;
	}


/* ..... STATISTICS COUNTER ..... */

#content-area li.statistics_counter {
		display: block;
		border: 1px dotted #343f6c;
		padding: 2px 3px;
		background: #eeeeee;
		margin-top: 15px;
		}




/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }


.node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }


/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }



/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }
