/* $Id: layout-fixed.css,v 1.5.2.3 2009/02/13 19:20:19 johnalbin Exp $ */

/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Zen Columns layout method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/** body **/
body {
	background: #D10018;
	font-family: Arial,Helvetica,Verdana,Tahoma,"Bitstream Vera Sans",sans-serif;
}

#page,
#closure-blocks {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
	background: #fff;
	font-size: 0.8em;
	margin: 37px auto;
	width: 996px;
}
#page-inner {

}


/* styleswitcher */
#styleswitcher {
	background: #D10018;
	clear: both;
	height: 26px;
	line-height: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
* html #styleswitcher {
	margin: 0px -22px 0px 0px;
}
#styleswitcher a {
	color: #fff;
	text-decoration: none;
}
#styleswitcher .layout {
	float: right;
	margin-right: 5px;
}
* html #styleswitcher .layout {
	margin-right: 0;
	width: 90px;
}
#styleswitcher .layout .fontstyle {
	margin: 0;
	padding: 0;
}
#styleswitcher .layout li {
	float:left;
	list-style:none;
	margin: 0 0 0 8px;
	padding: 0;
}
#styleswitcher .layout li.t1 {

}
#styleswitcher .layout li.t2 {

}
#styleswitcher .layout li.t3 {

}
.rss {
	background: url(bg_rss.gif) no-repeat top left;
	display: none;
	float: right;
	margin: 0;
	padding: 0 0 0 16px;
	width: 40px;
}


/** header **/
#header {

}
#header-inner {
	background: url(visual_header.jpg) no-repeat top right;
	height: 173px;
}
#logo-title {
	height: 129px;
}
* html #logo-title {
	height: 130px;
	width: 1017px;
}
#logo {
	float: left;
	padding: 35px 0 0 20px;
}
#site-name {
	display: none;
}
#site-slogan {

}
#header-blocks {	
	clear: both; /* Clear the logo */
}
* html #header-blocks .block.region-odd {
	background-color: transparent;
	margin: -5px 0 0 0;
}
.block ul, .item-list ul li {
	border-top: 1px solid #003883;
	font-size: 1.2em;
	line-height: 1.2em;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
.views-field-created {
	font-weight: bold;
}
.block ul, .item-list ul {
	border-top: none;
	list-style: none;
	margin: 0 -3px 0px 0px;
	padding: 0;
}
* html .block ul, .item-list ul {
	margin-left: -5px;
	width: 996px;
}
/* :first-child+html .block ul, .item-list ul {
	margin: 18px 0px 0px 0px;
	padding: 0;
} */
#navbar {
	display:none;
}






#navigation-top,
#navigation {
	left: -10000px;     /* and prevent any anchor styles from appearing. */
	position: absolute; /* Take the named anchors out of the doc flow    */
}

  #skip-to-nav
  {
    display: none;
    float: right;
    margin: 0 !important;
    font-size: 0.7em;
  }

  #skip-to-nav a:link, #skip-to-nav a:visited
  {
    color: #fff; /* Same as background color of page */
  }

  #skip-to-nav a:hover
  {
    color: #000;
    text-decoration: none;
  }

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

  #skip-to-nav a:active, #skip-to-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  */


/** main (container for everything else) **/
  #main
  {
    position: relative;
	 padding: 30px 0px 0px 20px;
  }
#main a {
	color:#003883;
}
#main a:hover {
	color:#000;
}
#main h1 {
	color: #D10018;
	font-weight: bold;
	font-size: 1.66em;
	margin-bottom: 15px;
}
#main h2 {
	color: #D10018;
	font-weight: bold;
	font-size: 1.4em;
}
#main h4 {
	color: #003883;
	float: none;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
hr {
	border-bottom: 1px solid #003883;
	border-left: none;
	border-right: none;
	border-top: none;
}


  #main-inner
  {
  }

/** content **/
  #content,
  .no-sidebars #content
  {
    float: left;
    width: 960px;
    margin-left: 0;
    margin-right: -960px; /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }

  .sidebar-left #content
  {
    width: 760px;
    margin-left: 200px; /* The width of #sidebar-left. */
    margin-right: -960px; /* Negative value of #content's width + left margin. */
  }

  .sidebar-right #content {
    width: 700px;
    margin-bottom: 10px;
	margin-left: 5px;
    margin-right: -760px; /* Negative value of #content's width + left margin. */
  }

  .two-sidebars #content
  {
    width: 560px;
    margin-left: 200px; /* The width of #sidebar-left */
    margin-right: -760px; /* Negative value of #content's width + left margin. */
  }

  #content-inner
  {
    margin: 0;
    padding: 0;
  }

/** navbar **/
  #navbar
  {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: -100%; /* Negative value of #navbar's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
    height: 3.6em; /* The navbar can have any arbritrary height. We picked one
                      that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                      Set this to the same value as the margin-top below. */
  }

  .with-navbar #content,
  .with-navbar #sidebar-left,
  .with-navbar #sidebar-right
  {
    margin-top: 30px; /* Set this to the same value as the navbar height above. */
  }

  #navbar-inner
  {
  }

  #search-box
  {
    width: 200px;
    margin-right: -200px; /* Negative value of #search-box's width. */
    float: left;
  }

  #primary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #secondary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #navbar ul /* Primary and secondary links */
  {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
    float: left;
    padding: 0 10px 0 0;
  }

  /* There are many methods to get navbar links to appear in one line.
   * Here's an alternate method: */
  /*
  #navbar li
  {
    display: inline;
    padding: 0 10px 0 0;
  }
  */

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

  #sidebar-left-inner
  {
    margin: 0 20px 0 0;
    padding: 0;
  }

/** sidebar-right **/
#sidebar-right {
	float: left;
	margin-left: 712px; /* Width of content + sidebar-left. */
	margin-right: -960px; /* Negative value of #sidebar-right's width + left margin. */
	padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
	width: 237px;
}
#sidebar-right-inner {
	margin: 0 0 0 20px;
	padding: 0;
}
* html #sidebar-right-inner .block.odd {
	background-color: transparent;
	width: 237px;
}
* html #sidebar-right-inner .block.even {
	background-color: transparent;
	width: 237px;
}
* html #sidebar-right-inner .field-item.odd {
	margin: -6px 0 0 0;
	padding: 0;
}
* html #sidebar-right-inner .field-item.even {
	margin: -6px 0 0 0;
	padding: 0;
}
#sidebar-right h2 {
	background: #D10018;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px 0px 4px 10px;
}
* html #sidebar-right h2 {
	padding: 6px 0px 6px 10px;
}
#sidebar-right p {
	border-top: 1px solid #003883;
	line-height: 1.2em;
	padding: 8px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
}
#sidebar-right a {
	color: #fff;
	text-decoration: none;
}
#sidebar-right a:hover {
	color: #fff;
	text-decoration: none;
}
#sidebar-right p a {
	color: #003883;
	text-decoration: underline;
}
#sidebar-right p a:hover {
	color: #003883;
	text-decoration: underline;
}
#sidebar-right .block-inner .content {
}
.block-search {
 	clear: both;
	height: 20px;
 }
.block-search .form-item label {
	display: none;
}
.block-search .form-item {
	margin: 0;
	padding: 0;
}
.block-search .form-text {
	background: url(bg_search.jpg) no-repeat top left;
	border: 1px solid #003883;
	float: left;
	height: 16PX;
	padding: 3px 0px 3px 20px;
	width: 170px;
}
* html .block-search .form-text {
	background-color: #e9e8f0;
	margin: 7px 0 10px 0;
	padding: 5px 0 0 20px;
	width: 192px;
}
.block-search .form-submit {
	background: #003883 url(bg_search_button.jpg) no-repeat top left;
	border: none;
	color: transparent;
	float: left;
	font-size: 30em;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 23px;
}
* html .block-search .form-submit {
	background: #003883 url(bg_search_button.jpg) no-repeat bottom left;
	height: 29px;
	margin: 1px 0 5px 0;
}


/** footer **/
#footer {
	background: #D10018;
	float: right;
	margin: 0;
	padding: 0;
}
* html #footer {
	padding-top: 10px;
}
*:first-child+html #footer {
	padding-top: 10px;
}
* html #footer .block.region-odd{
	float: right;
	margin: 0;
	width: 997px;
}
#footer-inner {
	margin:0;
	padding:0;
}
* html #footer-inner .block {
	background-color: #D10018;
}
#footer ul {
	float: right;
	font-size:1em;
	line-height: 0.6em;
	margin: -5px -7px 0 0;
}
* html #footer ul {
	margin: 4px -30px 0 0;
	width: 200px;
}
*:first-child+html #footer ul {
	margin: 0 -12px 0 0;
}
#footer ul li
  {
  float:left;
  list-style:none;
  padding: 0px 8px 0px 8px;
  margin:0;
  border-left: 1px solid #fff;
  font-size: 0.73em;
  }
  #footer ul li.first
  {
  float:left;
  list-style:none;
  padding: 0px 8px 0px 8px;
  margin:0;
  border-left: none;
  }
  #footer ul li a
  {
 color:#fff;
 text-decoration:none;
 padding:0;
 margin:0;
  }
/** closure **/
  #closure-blocks /* See also the #page declaration above that this div shares. */
  {
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

.pane-node {
	
}
.panel-separator {
	margin-bottom: 20px;
	clear:both;
} 
.pane-node img {
	margin: 0px 0px 0px 12px;
}
#node-38 .pane-node h2.pane-title {
	background: #D10018;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px 0px 4px 10px;
	width: 205px;
}

.pane-block {
	clear:both;
}
#main #node-36 h2 {
	background: #D10018;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px 0px 4px 10px;
	width: 220px;
}
#main #node-36 .content {
	border-bottom: 1px solid #003883;
	width: 700px;
}
#main .pane-block-5 .pane-content {
	height: 70px; 
	margin-top: 70px;
}
#main #node-36 h2 a {
	color: #fff;
	text-decoration: none;
}

  #navbar
  {
    overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
  }

  
.content img {
	float: left;
	padding: 5px 15px 20px 0;
}
*:first-child+html .content img {
	float: left;
	margin: 4px 10px 15px 0;
	padding: 0;
}
#content-bottom {
	float: left;
	margin: 45px 0 15px 0;
}
* html #content-bottom .block.region-odd {
	background-color: #FFF;
	margin: 0;
	padding-bottom: 15px;
	width: 680px;
}
*:first-child+html #content-bottom {
	float: left;
	margin: 45px 0 0 0;
	padding-bottom: 18px;
}
#content-bottom .content img {
	float: left;
	margin: 0;
	padding: 0;
}
#node-6 .content img {
	margin: 0 15px 45px 0;
	padding: 0;
}
#node-18 .content img {
	margin: 5px 0 0 10px;
}
#node-38 .pane-content img {
	margin-right: 0;
	padding: 0;
}
#content-area #node-39 .content p {
	margin: 0 15px 26px 0;
}
#content-area #node-39 .content p a {
	display: block;
	margin-bottom: 5px;
}
#node-39 .content img {
	margin: 4px 15px 25px 0;
	padding: 0;
}
#node-40 .content img {
	margin: 3px 10px 50px 0;
	padding: 0;
}
#content-area {
	min-height: 310px;
}
#content-area .content p {
	clear: none;
/* 	float: left; */
	line-height: 1.3em;
	margin: 5px 0 15px 0;
}
*:first-child+html #content-area .content p {
	margin: 0 0 15px 0;
	padding: 0;
}
.front #content-area .content p {
	clear: left;
	float: none;
}
* html .front #content-area .content p {
	float: none;
}
.front #content-area .content img {
	padding: 0;
}
* html .front #content-area .content img {
	
}
#content-area .comment.odd .guestbook-message p {
	background-color: #EEEEEE;
	float: left;
	line-height: 1.2em;
	margin: 5px 0 15px -10px;
	padding: 10px 0 10px 10px;
	width: 660px;
}
#content-area .comment.odd .guestbook-message p {
	float: left;
	line-height: 1.2em;
	margin: 5px 0 15px -10px;
	padding: 10px 0 10px 10px;
	width: 660px;
}
#content-area .guestbook a {
	text-decoration: none;
}

#node-2 .content p,
#node-32 .content p,
#node-33 .content p,
#node-39 .content p {
	clear: both !important;
	overflow: auto;
}

#node-21 .content ul,
#node-33 .content ul {
	clear: none;
	display: table;
	padding-left: 15px;
}
*:first-child+html #node-21 .content ul,
*:first-child+html #node-33 .content ul {
	margin-left: 210px;
}



/* Erfolgsgeschichte */

#content-area .field-field-success-story-subheadline {
	font-weight: bold;
	line-height: 1.286em;
	margin-bottom: 10px;
}
#content-area .node-type-success-story .content p {
	clear: none;
}
#content-area .view-id-success_story .views-row-odd {
	float: left;
	min-height: 120px;
	margin: 0 0 10px 0;
	width: 340px;
}
#content-area .view-id-success_story .views-row-even {
	float: right;
	min-height: 120px;
	margin: 0 0 10px 0;
	width: 340px;
}
#content-area .views-field-field-success-story-teaser-image-fid {
	float: left;
	margin-right: 10px;
	width: 120px;
}
#content-area .view-id-success_story .views-field-title h2 {
	color: #003883;
	font-size: 1em;
	float: none;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#content-area .view-id-success_story .field-content a {
	text-decoration: none;
}
#content-area .views-field-field-success-story-teaser-value .field-content {
	border-bottom: 1px solid #003883;
	line-height: 1.286em;
	margin-left: 130px;
	min-height: 93px;
}


/* gstebuch */
#content-area .guestbook p {
	line-height: 1.286em;
}


/* seitetyp liste */
.list {
	display: table;
	margin: 0 0 35px 0;
}



.download-pdf {
	background: transparent url(pdf.gif) no-repeat right 0;
	padding-right: 25px;
	text-decoration: none;
}
.download-doc {
	background: transparent url(doc.gif) no-repeat right 0;
	padding-right: 25px;
	text-decoration: none;
}
ul {
	clear: none;
	line-height: 1.3em;
	margin-left: 13px;
	padding-left: 0;
}

ol {
	clear: none;
	line-height: 1.3em;
	margin-left: 25px;
	padding-left: 0;
}

  /* If a div.clear-block doesn't have any content after it and its bottom edge
     touches the bottom of the viewport, Firefox and Safari will mistakenly
     place several pixels worth of space between the bottom of the div and the
     bottom of the viewport. Uncomment this CSS property to fix this.
     Note: with some over-large content, this property might cause scrollbars
     to appear on the #page div.
  */
  /*
  #page
  {
    overflow-y: hidden;
  }
  */

