/***************************************************************
 * Copyright notice
 *
 * (c) 2010 Christian Technology Ministries International Inc.
 * All rights reserved
 *
 * This file is part of the Web-Empowered Church (WEC)
 * (http://WebEmpoweredChurch.org) ministry of Christian Technology Ministries 
 * International (http://CTMIinc.org). The WEC is developing TYPO3-based
 * (http://typo3.org) free software for churches around the world. Our desire
 * is to use the Internet to help offer new life through Jesus Christ. Please
 * see http://WebEmpoweredChurch.org/Jesus.
 *
 * You can redistribute this file and/or modify it under the terms of the
 * GNU General Public License as published by the Free Software Foundation;
 * either version 2 of the License, or (at your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 *
 * This file is distributed in the hope that it will be useful for ministry,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * This copyright notice MUST APPEAR in all copies of the file!
 ***************************************************************/

/* @group Reset Styling */

/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

-------------------------------------------------------------- */

#search {
  display: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding:0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;  /*vertical-align: baseline;*/
}

/* Tables still need 'cellspacing="0"' in the markup. */
/*table { border-collapse: separate; border-spacing: 0; } -------by Ben*/
caption, th, td {
  text-align: left;
  font-weight:400;
  vertical-align: top;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a{
color:#cf7a00;
}

a:active {
  outline: none;
  }

a:focus {
  -moz-outline-style: none;
  }

/* @end Reset Styling */

/* @group Base Styling */

html {
  height: 100%;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.7em;
  color: #555;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff url(images/body_bg.jpg) center top repeat-x;
}

/* NOTE: Much of the typography styling is handled in rte.css */


/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
/* table {
  border-collapse:collapse;
  width: 100%;
  } -------by Ben*/

#contentBlock-1 table {
  border-collapse:collapse;  
}

#contentBlock-1 table td {
  padding: 0 20px 0 0;  
}

#contentBlock-1 table td {
  padding: 0 40px 20px 0;  
}

#contentBlock-1 table td.td-last {
  padding-bottom: 0;  
}

/* @end Table Styling */

/* @group Additional Tags */


pre {
  margin-bottom: 15px;
}

code {
  margin-left: 10px;
  margin-right: 10px;
}

pre code {
  margin-left: 0px;
  margin-right: 0px;
}

pre,
code {
  font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
}


/* @end Additional Tags */

/* @group TYPO3 General Styling */

div.csc-textpic-center div.csc-textpic-imagewrap, 
div.csc-textpic-left div.csc-textpic-imagewrap, 
div.csc-textpic-right div.csc-textpic-imagewrap {
   margin-bottom: 10px;
}

/* @end */

/* @group Forms */


form input,
form textarea {
  margin-right: 5px;
  margin-bottom: 3px;
}

form input:focus,
form input:hover {
  color: black;
}

form select {
  font-size: 11px;
  padding: 2px;
}

form option {
  margin: 0;
  margin-left: 5px;
  margin-right: 10px;
}

optgroup {
  font-weight: bold;
  font-style: italic;
  margin: 0;
  margin-top: 5px;
}

optgroup option {
  padding-left: 5px;
}

legend {
  font-weight: bold;
  color: black;
}


/* @end Forms */

/* @end Base Styling */

/* @group Common Classes */

.clear {
  clear: both;
}

.clearOnly {
  clear: both;
  height: 0px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

.outOfSight {
  overflow: hidden;
  width: 0;
  height: 0;
  float: left;
}
.centralHeadline{
margin-top:0;
font-size:28px;
}

.csc-firstHeader {
  /*margin-top: 0px;*/
}

.graphicTextWrapper {
  overflow: hidden;
}

.graphicText {
  line-height: 300px;
  display: block;
}

/* @end Common Classes */

/* @group Layout */
#pageWrap-outter-1{
  text-align:center;
  margin:0 0 10px 0;
  padding:0;
}

#pageWrap-outter-2 {
  padding-bottom: 170px;
  width: 1000px;
  margin: 0 auto;
}

#pageWrap{
  margin:0;
  padding:0;
  /*background: url(images/wrapper_bg.png) top center repeat-y;*/
  text-align: left;
}


#feature {
  margin: 0 65px;
  padding: 35px 25px 35px 25px;
  background: url(images/feature-bg.jpg) top center repeat-y;
}

#feature a {
  color: #288c28;
  text-decoration: underline;
}

#generatedContent-1 {
  width: 135px;
  float: left;
  margin-left: 85px;
  margin-top: 30px;
}
* html #generatedContent-1 {
  margin-left: 42px;
}
#generatedContent-2 {
  width: 180px;
  float: right;
  margin-right: 85px;
  margin-top: 30px;
}

/*
#f1a #contentBlock-1,
#f1b #contentBlock-1,
#f1c #contentBlock-1 {
  float: left;
}
*/

#contentBlock-1,
#contentBlock-2, 
#contentBlock-3{
  margin-top:30px;
  min-height:300px;
}


#f1a #contentBlock-1,
#f1b #contentBlock-1,
#f1c #contentBlock-1{
  margin-left:85px;
  margin-right:85px;
}
#f1d #contentBlock-1 {
  float: right;
  width: 660px;
  margin-right:85px;
  margin-left:35px;
}

#f1e #contentBlock-1 {
  float: left;
  width: 615px;
  margin-left:42px;
  margin-right:35px;
}

#f1f #contentBlock-1 {
  float: left;
  width: 465px;
  margin-left:35px;
  margin-right:35px;
}

#f2a #contentBlock-1 {
  float: left;
  width: 615px;
  margin-left:45px;
  margin-right:10px;
}

#f2a #contentBlock-2 {
  width: 250px;
  float: right;
  margin-right: 38px;
}

#f2b #contentBlock-1 {
  float: left;
  width: 615px;
  margin-left:45px;
  margin-right:10px;
}

#f2b #contentBlock-2 {
  width: 250px;
  float: right;
  margin-right: 16px;
}

#f2c #contentBlock-1 {
  float: left;
  width: 615px;
  margin-left:85px;
  margin-right:35px;
}

#f2c #contentBlock-2 {
  width: 180px;
  float: right;
  margin-right: 85px;
}


#f2d #contentBlock-1 {
  float: left;
  width: 465px;
  margin-left:35px;
  margin-right:35px;
}

#f2d #contentBlock-2 {
  width: 180px;
  float: right;
  margin-right: 85px;
}

#f2e #contentBlock-1 {
  float: left;
  width: 400px;
  margin-left:85px;
  margin-right:35px;
}

#f2e #contentBlock-2 {
  width: 180px;
  float: left;
  margin-right:35px;
}


#f3a #contentBlock-1,
#f3b #contentBlock-1 {
  float: left;
  width: 400px;
  margin-left:85px;
  margin-right:35px;
}

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
  width: 180px;
  float: left;
  margin-right: 35px;
}

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
  width: 180px;
  float: right;
  margin-right: 85px;
}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
  float: left;
  width: 400px;
}

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
  width: 180px;
  float: left;
  margin-left: 25px;
}

/* @end Layout */


/* @group Header */

#header{
  padding: 0 65px;
  margin: 0;
  background: url(images/header_bg.jpg) top center no-repeat;
  height: 167px;
  position:relative;
}

#masthead {
  float:left;
  height:70px;
  margin-left:-25px;
  margin-right:18px;
  margin-top:30px;
  padding:0;
  width:250px;
}

#masthead h1 {
  font-family:Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  padding: 0;
  margin:0;
  height:100%;
}

#masthead h1 a {
  color: #00455e;
  text-decoration: none;
  display:block;
  width:100%;
  height:100%;
}

#masthead h1 a:hover {
  color: #f35a00;
}


.topNav{
  right:0;
  margin: 0;
  padding: 10px 0 0;
  position:absolute;
  z-index:100;
}

#login {
  margin: 1px 0 0 0;
  padding-right: 15px;
  float: left;
}

#login,
#login a {
  color: #999;
}

#login a {
  font-weight: bold;
}
#login a:hover {
color:#333;
}

#search {
  float: left;
  margin: 0 16px 0 10px;
  padding: 0;
  /*width: 170px;*/
}

#search input {
  padding: 0;
  /*margin: 0;
  vertical-align: middle;*/
}

#siteSearchInput {
  width: 97px;
  margin-left:5px;
  margin-right: 10px;
  float: right;
}

#siteSearchSubmit {
  float:right;
}

#siteSearch {
  width:100%;
}

#menu-wrapper {
  padding: 12px 25px 4px 0px;
  margin: 0;
  position:absolute;
  top:102px;
  left:43px;
  color: #000;
}

/* @group Global Menu */

#globalMenu li ul {
  display: none;
}

#globalMenu {
  margin: 0;
  padding: 0;
}

#globalMenu li {
  list-style:none;
  float: left;
  background: url(images/nav_button_bg.gif) repeat-x left;
  margin: 0 5px 0 0;
}
#globalMenu li.last {
  margin: 0;
}
#globalMenu li a {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  display:block;
  padding: 4px 18px 2px 18px;
}
#globalMenu li a:hover {
  color: #fff;
}

/* -- active style -- */


#globalMenu li.active a {
  color: #fff;
}



/* -- second level -- */
#globalMenu li.active ul {
position:absolute;
left:0;
margin-top:10px;
margin-left:0px;
display: block;
width:850px;
}
#globalMenu li.active li {
background:none;
border-left:none;
float:left;
margin:0;
line-height:1em;
}

#globalMenu li.active li a {
background:none;
font-size:12px;
font-weight:normal;
padding: 1px 15px 0 15px;
display:block;
margin:0;
}

#globalMenu li.active li.current, #globalMenu li.active li.active {
background:none;
}
#globalMenu li.active li.current a, #globalMenu li.active li.active a {
text-decoration:none;
background:none;
color:#fff;
}

/* -- second level hover style -- */

#globalMenu li.active li:hover {
background:none;
margin:0;
}

#globalMenu li.active li:hover a{
background:none;
text-decoration:none;
padding: 1px 15px 0 15px;
display:block;
margin:0;
}


#globalMenu li li.active:hover {
background:none;
margin:0;
}
#globalMenu li.active:hover li a {
background:none;
padding: 1px 15px 0 15px;
display:block;
margin:0;
}



/* @end Global Menu */

/* @end Header */

/* @group Footer */


#footer{
  width: 1000px;
  margin: 10px auto;
  padding: 0;
  color: #CCCCCC;
}


#footerCopyright {
  float: left;
  color: #CCCCCC;
  margin-left: 66px;
  text-align:left;
  width:50%;
}

a#footerHomeLink {
  display: block;
  float: right;
  margin-right: 66px;
  color: #CCCCCC;
  text-align:right;
  width:30%;
}

a#footerHomeLink:hover {
  color: #fff;
}

/* @end Footer*/

/* @group Local Menu */

#localMenu {
margin-left:-51px;
margin-bottom:30px;
}

#localMenu ul {
  margin-top: 5px;
  margin-left:1px;
}
#localMenu ul ul{
  margin-left:10px;
}

#localMenu li {
  list-style: none;
  font-size: 12px;
  padding-bottom:4px;
  padding-left:50px;
  padding-top:0;
}
#localMenu li li{
  font-size: 11px;
  padding-left: 0;
}

#localMenu li a {
  color: #cf7a00;
}

#localMenu li a:hover {
  color: #222;
}

#localMenu li.current a {
  color: #cf7a00;
}
* html #localMenu li.current a {
  color: #222;
}
#localMenu li.current li a {
  color: #cf7a00;
}
#localMenu li.current a:hover, #localMenu li.current li a:hover {
  color: #222;
}
#localMenu li.current {
  background: url(images/local_menu_arrow.png) no-repeat left top;
}


#localMenu li li.current {
  margin-left: -60px;
  padding-left: 60px;
  background: url(images/local_menu_arrow.png) no-repeat left top;
}

#localMenu li li li.current {
  margin-left: -70px;
  padding-left: 70px;
  background: url(images/local_menu_arrow.png) no-repeat left top;
}

/* @end Local Menu */


/* @group Module Styling */

.moduleHeader {
  margin: 0;
  padding: 0 15px 0 0;
  color: white;
  background: url(images/right_module_cap.gif) no-repeat right top;
  font-size: 17px;
  text-shadow: 0 1px 1px #000;
    line-height: 1.2em;
}

.moduleHeader .moduleHeaderInnerWrap {
  display: block;
  padding: 8px 0 8px 10px;
  background: #f5c349 url(images/left_module_cap.gif) no-repeat left top;
}

.moduleFooter {
  height: 15px;
  margin: 0;
  padding-right: 15px;
  background: url(images/right_module_cap.gif) no-repeat right bottom;
  font-size: 1px;
  overflow: hidden;
}

.moduleFooter span {
  display: block;
  height: 15px;
  background: #f5c349 url(images/left_module_cap.gif) no-repeat left bottom;
}

.moduleBody {
  padding: 15px 10px 10px;
}

.moduleBodyWrap {
  background:white;
  border-left: 1px solid #f5c349;
  border-right: 1px solid #f5c349;
  /* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
}

.unframed .moduleBody,
.unframed .moduleBodyWrap {
  padding: 0;
  border: 0;
}

.unframed .moduleBodyWrap {
  background:none; 
} 

.moduleBodyBleed {
  padding: 0;
}

.columnGroup {
  margin-bottom: 10px;
}

.columnGroupRule {
  border-bottom: 1px solid #7f7f7f;
}

.moduleGroup {
  margin-bottom: 10px;
  margin-top:5px;
}

.moduleFeature {
  margin-bottom: 15px;
}

/* @end Module Styling */



/* @group Forms */

.csc-mailform-field label,
.csc-mailform-field label {
  display: block;
}

/* @end */


/************* Section Menus ********************/
.sectionMenuWrapper {
  width: 100%;
}

.sectionMenu {
  margin: 0;
  text-align: left;
}

.sectionMenu .menuItem {
  display: inline-block;
  width: 250px;
  margin: 0 20px 20px 0;
  vertical-align: top;
}

.wrapper {
  vertical-align: top;
}

.menuItem > a + .wrapper {
  margin-left: 120px;
}

.menuItem > a {
  float: left;
  vertical-align: top;
}

.menuItem h3 {
  margin: 0;
}


/***************** form style ********************/

label {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

.instructions {
  font-size: 10px;
  line-height: 1.1em;
}

input[type=text],
input[type=password],
textarea,
select {
  background-color: #fff;
  border: 1px solid #bbb;
  margin: 5px 0 0 0;
}

input[type=text]:focus,
input[type=password]:focus
textarea:focus,
select:focus {
  border-color: #666;
}

input[type=text],
input[type=password],
textarea,
select {
  margin: 3px 0;
}

input[type=text],
input[type=password] {
  /* width: 300px; */
  padding:3px;
}

textarea {
  width: 390px;
  height: 250px;
  padding: 3px;
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  top: .25em;
}

/* Account for Frontend User Registration using <label> for checkbox items with no other surround markup */
#tx-srfeuserregister-pi1-fe_users_form input[type=checkbox] + label,
#tx-srfeuserregister-pi1-fe_users_form input[type=radio] + label {
  margin-top: 0;
  display: inline;
  font-weight: normal;
}
#tx-srfeuserregister-pi1-fe_users_form input[type=checkbox] + label:after,
#tx-srfeuserregister-pi1-fe_users_form input[type=radio] + label:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.inline {
  display: inline-block;
  vertical-align: top;
}

.error, .notice, .success {
  border:2px solid #DDDDDD;
  margin-bottom:1em;
  padding:0.8em;
}

.error {
  background: #FBE3E4 none repeat scroll 0 0;
  border-color: #FBC2C4;
  color: #8A1F11;
}

.success {
  background: #E6EFC2 none repeat scroll 0 0;
  border-color: #C6D880;
  color: #264409;
}

.notice {
  background: #FFF6BF none repeat scroll 0 0;
  border-color: #FFD324;
  color: #514721;
}

form ol,
form ul {
  list-style-type: none;
  margin-left: 0;
}

form hr {
  height: 1px;
  border: none;
  border-top: 1px solid #bbb;
  margin: 15px 0 15px 0;
}


/* Anpassungen */

/* Bunte Boxen */

#contentBlock-2 {
  color: #fff;
  line-height: 1.6em;
}

#contentBlock-2 div.csc-default div.csc-textpic-center div.csc-textpic-imagewrap,
#contentBlock-2 div.csc-default div.csc-textpic-left div.csc-textpic-imagewrap,
#contentBlock-2 div.csc-default div.csc-textpic-right div.csc-textpic-imagewrap {
    margin-bottom: 0;
  background:url("images/box_shadow_right.gif") no-repeat scroll right top #fff;
  paddin-right: 10px;
  width: 250px;
  
}
#contentBlock-2 div.csc-textpic-center div.csc-textpic-imagewrap,
#contentBlock-2 div.csc-textpic-left div.csc-textpic-imagewrap,
#contentBlock-2 div.csc-textpic-right div.csc-textpic-imagewrap {
  background:none;
}

#contentBlock-2 .csc-default {
  margin-bottom:20px;
}

#contentBlock-2 div.csc-textpic div.csc-textpic-single-image img {
   margin-bottom:0;
}

#contentBlock-2 .blau {
  background: #0F3486 url(images/box_shadow_right.gif) no-repeat right 21px;
  margin-bottom: 20px;
  margin-top:4px;
}
#contentBlock-2 .rot {
  background: #B6202E url(images/box_shadow_right.gif) no-repeat right 21px;
  margin-bottom: 20px;
  margin-top:4px;
}
#contentBlock-2 .gruen {
  background: #138633 url(images/box_shadow_right.gif) no-repeat right 21px;
  margin-bottom: 20px;
}
#contentBlock-2 .orange {
  background: #D95121 url(images/box_shadow_right.gif) no-repeat right 21px;
  margin-bottom: 20px;
}
#contentBlock-2 .hellorange {
  background: #F78F00 url(images/box_shadow_right.gif) no-repeat right 21px;
  margin-bottom: 20px;
}
#contentBlock-2 .hellblau {
  background: #007AB1 url(images/box_shadow_right.gif) no-repeat right 21px;
  margin-bottom: 20px;
}

#contentBlock-2 .rot div.csc-textpic-imagewrap, #contentBlock-2 .blau div.csc-textpic-imagewrap, #contentBlock-2 .gruen div.csc-textpic-imagewrap,
#contentBlock-2 .orange div.csc-textpic-imagewrap, #contentBlock-2 .hellblau div.csc-textpic-imagewrap {
  background:none !important;
}

#contentBlock-2 .csc-header {
  background: #fff;
  padding-bottom: 2px;
}

#contentBlock-2 .csc-header a {
  text-decoration:none;
}

#contentBlock-2 h1 {
  display: inline;
  padding: 8px 20px 6px 14px;
  font-size: 13px;
}
#contentBlock-2 .rot h1 {
  background: url(images/red_headline.gif) no-repeat right;
}
#contentBlock-2 .blau h1 {
  background: url(images/tab_bg_blue.jpg) no-repeat right;
}
#contentBlock-2 .gruen h1 {
  background: url(images/tab_bg_gruen.jpg) no-repeat right;
}
#contentBlock-2 .orange h1 {
  background: url(images/tab_bg_orange.jpg) no-repeat right;
}
#contentBlock-2 .hellorange h1 {
  background: url(images/tab_bg_hellorange.jpg) no-repeat right;
}
#contentBlock-2 .hellblau h1 {
  background: url(images/tab_bg_hellblau.jpg) no-repeat right;
}

#contentBlock-2 .csc-default .csc-textpic-clear {
  background: #fff url(images/box_shadow_bottom.gif) no-repeat -1px bottom;
  height: 10px;
}
#contentBlock-2 .csc-textpic-clear {
  background: none;
  margin-bottom: 10px;
}
#contentBlock-2 .csc-textpic-text {
  padding: 14px 20px 0px 14px;
}

/* Navigation */

#globalMenu #nav3:hover, #globalMenu #nav3.active {
  background: url(images/nav_button_bg_blue.gif) repeat-x 0 1px;
}
#globalMenu #nav4:hover, #globalMenu #nav4.active {
  background: url(images/nav_button_bg_blue.gif) repeat-x 0 1px;
}
#globalMenu #nav5:hover, #globalMenu #nav5.active {
  background: url(images/nav_button_bg_green.gif) repeat-x 0 1px;
}
#globalMenu #nav6:hover, #globalMenu #nav6.active {
  background: url(images/nav_button_bg_orange.gif) repeat-x 0 1px;
}
#globalMenu #nav64:hover, #globalMenu #nav64.active {
  background: url(images/nav_button_bg_yellow.gif) repeat-x 0 1px;
}
#globalMenu #nav8:hover, #globalMenu #nav8.active {
  background: url(images/nav_button_bg_lightblue.gif) repeat-x 0 1px;
}
#globalMenu #nav9:hover, #globalMenu #nav9.active {
  background: url(images/nav_button_bg_red.gif) repeat-x 0 1px;
}
#globalMenu #nav10:hover, #globalMenu #nav10.active {
  background: url(images/nav_button_bg_blue.gif) repeat-x 0 1px;
}
#globalMenu #nav11:hover, #globalMenu #nav11.active {
  background: url(images/nav_button_bg_blue.gif) repeat-x 0 1px;
}
#globalMenu #nav12:hover, #globalMenu #nav12.active {
  background: url(images/nav_button_bg_blue.gif) repeat-x 0 1px;
}
#globalMenu #nav64 {
  margin-right: 77px;
}

#globalMenu #nav10 a {
  padding-left: 17px;
  padding-right: 17px;
}

#globalMenu #nav10 {
  position:absolute;
  left:691px;  
}

#globalMenu #nav11 {
  position:absolute;
  left:771px;  
}

#globalMenu #nav12 {
  position:absolute;
  left:871px;  
}

#globalMenu #nav10.active ul {
  left: -705px;  
}

/* Content Elemente */

#contentBlock-1 h1 {
  font-size: 30px;
  color: #0F3486;
  line-height:1.2em;
  margin-bottom:15px;
}
#contentBlock-2 a {
  text-decoration:underline;
  color: #fff;
}
#content-wrapper {
  padding-top:20px;
}
#contentBlock-1 h6 {
  background: url(images/home_headline.gif) no-repeat right top;
  padding: 5px 20px 7px 14px;
  font-size: 13px;
  font-weight: lighter;
  color: #FFF;
  float: left;
  margin-bottom: 0px;
  margin-top: 0px;
}
.divider {
  margin: 40px 0px;
}
.divider hr {
  color:#0F3486;
}


/*news*/
.news-list-date {
  margin-bottom: 0px;  /*display:block;
  padding-left:10px;*/
}
.news-single-item {
  /*margin-top: 30px;*/
}
.news-single-rightbox {
  margin-bottom: 10px;
  font-weight: bold;
  color: #0F3485;
}
.news-list-item {
  margin-bottom: 36px;
}
.news-list-item img, .news-single-img img {
  float: left;
  padding-right: 14px;
}
.news-list-morelink {
  clear: both;
}
hr.clearer {
  clear: left;
  visibility: hidden;
}
.news-list-item h2, .news-single-item h1 {
  margin: 0px 0px 14px 0px;
}
hr.cl-right {
  display: none;
}

/* default styles for extension "tx_indexedsearch" */
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
  width:auto;
  margin: 4px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
  background:#eeeeee;
  padding: 10px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css {
  clear:both;
  margin-bottom:20px;
}
.tx-indexedsearch .searchbox-tmpl-css LABEL {
  width:auto;
  float:left;
  margin: 4px 10px;
}
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
  letter-spacing:0;
  font-weight:normal; 
  /*margin-top:-1.2em; */
  float:right;
}
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
.tx-indexedsearch-search-submit {
  top: 0px;
}

.tx-indexedsearch-form {
  float:left;
  margin-right: 6px;
}

#tx_indexedsearch fieldset {
  border: 1px solid #CCC;
  padding: 10px;
  margin-top: 20px;
}
#tx_indexedsearch fieldset legend {
  border: 1px solid #CCC;
  padding: 4px 8px;
  background-color: #FFF;
  font-weight: normal;
  color: #0F3485;
  font-size: 16px;
  margin-bottom: 8px;
}


/* flash in boxen */

.flashContent {
  margin-top:-14px;  
}

/* google maps */

small {
  
  display:block;
  background: #fff url(images/box_shadow_right.gif) no-repeat right bottom;
  padding-right:10px;
}

small a {
  padding-bottom:10px;
  margin-right:-10px;
  display:block;
  background: transparent url(images/box_shadow_bottom.gif) no-repeat -1px bottom;
}

iframe {
  padding-right:10px;
  background: #fff url(images/box_shadow_right.gif) no-repeat right top;
}

/* balken */

#balken {
  background: url(images/balken_bg_blau.gif) repeat-x center bottom;
  height:170px;
  width:100%;
  padding-top: 0;
  margin-top: -130px;
}
.positionfixed #balken {
  position:fixed;
  bottom:0;
}

#balken_inner {
  background: url(images/balken_inner_bg_blue.png) no-repeat 734px bottom;
  height:170px;
}

/* Seite Unternehmen > Philosophie */

#c9 h1 {
  margin-top:0;  
}
