/* $Id: zen-classic.css,v 1.8 2008/04/20 15:19:10 johnalbin Exp $ */

/*
 * COMMON STYLES
 */

  body
  {
  }

/*
* html body {
	width:expression(document.body.clientWidth < 970? "970px": "auto" );
}
*/

#header {
  	margin-bottom:1em;
  }
  
  div.header-background {
  background:#078428 url(/images/HoodyTHEME/bg/header-leiste.jpg) top repeat-x;
  margin-bottom:20px;
  }
  

  
  #navigation {
  margin:0px;
  }
  
  #page
  {
    background-color: #fff;
  	color: #111;
  }

  #container
  {
    margin: 0 10px 10px 10px;
  }

  #header-region,
  #closure-blocks
  {
    margin: 0px;
    
  }

  #main .node .content
  {
    color: #333;
  }

  div.content, div.links
  {
    font-size: 92%;
  }

  .block h3
  {
    font-size: 122%;
  }

  .book .body
  {
    padding: 0 0 0.5em 0;
    margin: 0;
  }

/*
 * HEADER STYLES
 */

  #logo-title
  {
    text-align:right;
    margin: 0px;
    padding:0.7em 0em 0px;
    position: relative;
    
  }


  #logo
  {
    vertical-align: baseline;
    margin-right:2.5em;
  }

  #name-and-slogan
  {
    display: inline;
  }

  #site-name
  {
    margin: 0;
    display: inline;
    font-size: 246%;
  }

  #site-name a, #site-name a:hover
  {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    /*color: #6DA6E2;*/
    margin: 0;
    padding: 0;
  }

  #site-slogan
  {
    color: #aaa;
    margin: 0;
    font-size: 85%;
    margin-left: 20px;
  }

  #search
  {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
  }

  #mission
  {
    color: #666;
    font-weight: bold;
    padding: 2em;
    margin-bottom: 20px;
    font-size: 85%;
    border: solid 1px #B5C9D8;
  }

  .breadcrumb
  {
    margin: 0;
    padding: 0;
    font-size: 85%;
    margin-left: 10px; /* #header-region already has 10px */
  }

  /* "Skip to Main Content" link
   *
   * This link useful for both blind people and people with mobility impairments
   * who cannot use a mouse.
   */

  #skip-nav
  {
    margin: 0 !important;
    padding-left: 20px;
    font-size: 0.8em;
    line-height: 1;
  }

  #skip-nav a
  {
    padding: 1px 10px;
  }

  #skip-nav a:link, #skip-nav a:visited
  {
    color: #ffffff; /* same as background color */
  }

  #skip-nav a:hover, #skip-nav a:active, #skip-nav a:focus
  {
    color: #ffffff;
    background: #06662e;
    text-decoration: none;
  }

  /* Alternatively, the skip-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-nav a, #skip-nav a:hover, #skip-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  #skip-nav a:active, #skip-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
*/



/*
 * MENU STYLES
 */

  div.menu
  {
    margin-top: 15px;
  }
  
  div#navigation {
  	/*margin-top:-1.5em;*/
  }
  #primary
  {
    font-size: 85%;
    line-height: normal;
    /*padding: 0 0 1px 20px;*/
    /*border-bottom: 4px solid #006633;*/
  }

  #primary ul
  {
    padding: 0;
    margin: 0 200px;
/*    width:49em; */
    list-style: none;
  }


  #primary ul.links li 
  {
    display: inline;
    border-left: none;
    margin: 0px;
    padding: 0px;
  }

  #primary a.active {
  	background: #fff;
  	color:#2a6448;
  }

  #primary a
  {
    /*background: #6DA6E2 url(images/tabs.png) repeat-x;*/
    background: #090;
    color: #FFF;
    font-weight: bold;
    display: block;
    float: left;
    padding: 5px 14px 5px 14px;
    margin: 0 3px 0 0;
/*    border: solid #6191C5 1px;
    border-width: 1px 1px 0 1px;*/
  }

  #primary a
  {
    background-position: 0% 0;
  }

  #primary a:hover
  {
    /*background-position: 0% -42px;*/
    text-decoration: underline;
  }

  #primary a.active
  {
    /*background-position: 0% -84px;*/
    /*text-decoration: underline;*/
  }

  div#secondary
  {
  	background:#fff url(/images/HoodyTHEME/bg/verlauf_menuleiste2.jpg) bottom repeat-x;
 	/*padding-bottom:12px;*/
 	margin-bottom:0px;
 	color:#006633;
 	min-height:1.8em;
 	height:1.8em;
  }

   div#secondary ul.links li a
  {
    color: #006633;
    font-size: 85%;
    text-decoration: none;
    padding: 0px;
    
  }

  div#secondary ul.links li a:hover
  {
    /*background: #006633;
    color:#fff;*/
    border-bottom:#006633 1px dotted;
  }

  div#secondary ul.links li a.active
  {
    font-weight: bold;
    border-bottom:#006633 1px dotted;
  }

 div#secondary ul.links
  {
    /*margin: 0;*/
    /*padding: 0;*/
    /*list-style: none;*/
    
    /*background-color:#fff;*/
	padding-top:0.1em;
    padding:0px 0px 0px 209px;
    list-style:disc;
    list-style-position:inside;
  }
  
  div#secondary ul.links li
  {
  	padding: 0px 5px;
	list-style-image: url(/images/HoodyTHEME/bg/menulist.gif);
  }



/*
 * LINK STYLES
 */

  ul.links
  {
    text-align: left;
  }

  ul.links li
  {
    border-left: 1px solid #9cf;
  }

  .taxonomy
  {
    margin: 0;
    padding: 0;
    display: inline;
  }

  .taxonomy ul.links li
  {
    border: none;
    padding: 0 .1em 0 .2em;
  }

  .taxonomy ul.links li:after
  {
    content: ",";
  }

  .taxonomy ul.links li.last:after
  {
    content: "";
  }

  ul.links li.first
  {
    padding-left: 0;
    border: none;
  }

  .links
  {
    color: #999;
  }

  .links a
  {
    padding: 0 .1em 0 .1em;
  }

  .submitted, .taxonomy
  {
    font-size: 85%;
    color: #999;
  }

/*
 * FORM STYLES
 */

  input, textarea, textfield
  {
    margin: 0;
    color: #000;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    padding: 1px;
    font-size: 100%;
  }

  input.form-checkbox, input.form-radio
  {
    border: none;
  }

  #search .form-text, #user-login-form .form-text
  {
    color: #444;
    border: 1px solid #6191C5;
    padding: 2px;
  }

  .form-submit, .button
  {
    padding: 1px;
  }

  #search .button,
  #search .form-submit,
  #user-login-form .button,
  #user-login-form .form-submit
  {
    background-color: #59a651;
    color: #fff;
    font-weight: bold;
    border: 1px solid #006633;
  }

  #user-login-form
  {
    text-align: left;
  }

  #user-login-form .item-list ul
  {
    margin-top: 0;
    padding-bottom: 0;
  }

/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: 0;
  	padding-left: 1.5em;
  	background-position: left center;
  }

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

  #user-login li.user-link /* The Cancl OpenID link on the /user form. */
  {
    margin-left: 0;
  }

/*
 * ALERTS, STATUS, HELP MESSAGE STYLES
 */

  .messages
  {
    padding: 1.3em 1em .3em 52px;
    border: 2px solid #ddd;
    background: #eee;
    margin: 10px 0;
  }

  div.error
  {
    border: 2px solid #F00;
  }

  .messages ul
  {
    padding: 0 0 0 20px;
    margin: 0;
  }

/*
 * FOOTER STYLES
 */

  #footer-wrapper
  {
    margin: 0;
    margin-top: 15px;
  }

  #footer
  {
    background:#078428 url(/images/HoodyTHEME/bg/verlauf_footer.jpg) repeat-x bottom;
    /*border: solid 1px #004969;*/
    color: #FFF;
    text-align: left;
    margin: 0;
    font-size: 85%;
    padding: 01.em 1em;
  }

  #footer *
  {
    color: #FFFFFF;
  }

  #footer a
  {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dotted #FFFFFF;
  }

  #footer a:hover
  {
    border-bottom: 1px solid #FFFFFF;
  }

  #footer img.drupal-powered
  {
    position: relative;
    top: .3em;
  }

  #footer .block
  {
    text-align: left;
  }
 
  #footer div.block div.edit
  {
    /*background-color: #006633;*/
  }

/*
 * ADMINISTRATION STYLES
 */

  .admin-panel
  {
    margin: 0;
    padding: 0;
  }

  .admin-panel .body
  {
    background-color: #eee;
    border: solid #6191C5 1px;
  }

  .admin-panel .body dl, .admin-panel .body p
  {
    padding: 10px;
  }

  .admin-panel h3
  {
    margin-bottom: 0;
    padding: 5px 5px 5px 30px;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 122%;
    color: #fff;
    border-width: 0 2px 2px 2px;
  }

  table tr.odd
  {
    background: #c9dbc9;
  }

  td.icon
  {
    text-align: center;
  }

/*
 * COMMENT STYLES
 */

  .comment
  {
    margin: 0 0 10px 0;
    padding: 10px;
    background: #EBF2F8;
  }

  .comment-unpublished
  {
    background-color: #FFF;
  }

  .comment-by-author
  {
    background: none;
    border: 1px solid #6191C5;
  }

  .comment  h3.title
  {
    font-size: 122%;
  }

  .comment  h3.title, .comment  h3.title a
  {
    color: #2a6448;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    margin-bottom: 3px;
    margin-top: 0;
  }

  .comment .picture, .node .picture
  {
    float: left;
    margin-right: 15px;
  }

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

  .comment .new
  {
    color: #00ffc6;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
  }

  .comment .links
  {
    text-align: right;
  }

/*
 * POLL STYLES
 */

  .poll .bar .foreground
  {
    background: #006633;
  }

  .poll .bar
  {
    padding: 2px;
    background: #BDCBDD;
  }

/*
 * BOOK STYLES
 */
 div#block-menu-menu-surfer {

 }
	#header-region div div ul li {
		display:inline;
	}
	#header-region div div ul  {
		background-color:#fff;
		margin: 0px 0px 0.5em;
	}

  div.node div.content .book-navigation
  {
    background: #eee;
    margin: 0;
    padding: 0;
  }

  div.node div.content .book-navigation ul.menu
  {
    border: 0;
    border-top: 1px solid #006633;
    margin: 0;
    padding-bottom: 10px;
  }

  div.node div.content .book-navigation .page-links
  {
    background: #C1D4EA; /*#347FD2;*/
    border: 1px solid #006633;
    border-width: 1px 0 1px 0;
    padding: 5px;
    margin: 0;
  }

/*
 * FORUM STYLES
 */

  #forum table
  {
    width: 100%;
  }

/*
 * Pager styles
 */

  .pager
  {
    text-align: center;
    margin-top: 30px;
  }

  li.pager,li.pager  a, .pager-current
  {
    padding: 3px 0px ;
    margin: 0 0px ;
    color: #006633;
    font-weight: bold;
    border: solid 1px #eee;
  }

  .pager-current
  {
    color: #fff;
    background-color: #006633;
  }

/*
 * Node, Block, Content styles
 */

li.node_read_more a {text-color:#900;}

  .node
  {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .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 h2.title
  {
    text-align:left;
    color:#063;
  }

  .node h2.title a
  {
    color: #fff;
    background-color:#063;
    display:block;
    font-size: 110%;
    font-weight: bold;
    padding:3px;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    line-height: 1.4em;
  }
  div.node-inner { /*border-bottom:solid 1px #063;*/
	background:#fff url(/images/HoodyTHEME/bg/verlauf_menuleiste2.jpg) repeat-x bottom;
  }

  .node .content
  {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .sticky
  {
    border-bottom: solid 3px #a5ffc1;
  }

  #sidebar-left .block,
  #sidebar-right .block
  {
    padding-bottom: 15px;
    margin: 0 0 1.5em 0;
  }

  #sidebar-left .block
  {
    padding-right: 15px;
  }

  #sidebar-right .block
  {
    padding-left: 15px;
  }

  .block .content
  {
    margin: 0.5em 0;
  }

  .block .item-list ul
  {
    padding-left: 0;
  }

/*
 * Status report colors.
 */

  table.system-status-report tr.error, table.system-status-report tr.error th
  {
    background-color: #fcc;
    border-color: #ebb;
    color: #200;
  }

  table.system-status-report tr.warning, table.system-status-report tr.warning th
  {
    background-color: #dfd;
    border-color: #beb;
  }

  table.system-status-report tr.ok, table.system-status-report tr.ok th
  {
    background-color: #a4dca4;
    border-color: #beb;
  }
  
  #block-menu-menu-topmenu div div ul {
  	list-style: none;
  	
  	
  }
  #block-menu-menu-topmenu div div ul li {
  	display: inline;
  }
  #block-menu-menu-topmenu div div ul li a {
  	color:white;
  }

	
  h2.title {
  color:#090;
  font-size:100%;
  font-weight:bold;
  }
  
  div#block-menu-secondary-links {
  font-size:80%;
  margin-top:-15px;
  margin-bottom:3em;
  }
  
   div#block-menu-secondary-links div div ul li.leaf {
  	list-style: none;
  	display:inline;
  	/*list-style-image: url(arrow.gif);*/
  	border-left:1px #fff solid;
  	margin:0px;
  	padding-left:7px;
  }
  div#block-menu-secondary-links div div ul li.first {
  	border-left:none;
  }


div#block-menu-secondary-links div div ul li a {
		color:#fff;
		background-color:transparent;
  }
  
 img#logo {
 position:absolute;
 right:10px;
 top:1em;
 }
 
div.hbannerold{
	white-space:nowrap;
	padding:4px 0px 4px 5px;
	width:499px;min-width:499px;height:70px;min-height:70px;
	background:url(/images/HoodyTHEME/free/ad-fullsize.gif) no-repeat;
	display:inline; 
}


div.banner2fb {
	width:100%;
	background-color:#eee;
	margin:0px;padding:0px;border:none;
	text-align:center;
}

div.hbanner {
	margin:0px auto;
	
	}

img.hbannerimg {
	border:none;
	}
	
#page {
	
	}
	
.contentsignup {
	float:left;	
}
  p.copyright {
  	text-align:center;
  	font-size:75%;
  	background:#fff;
  	color:#000;
  	font-weight:bold;
  	color:#006633;
  }

 h2.htitle-block{text-align:center;margin-bottom:-8px;font-size:85%} 
 li.pager-item a , li.pager-item {margin:0px;padding:0px;list-style-type:none;} 
ul.pager {text-align:center;}


/* Ab hier uebercart */

