@charset "utf-8";
@import url("reset.css");

/******************* Generelle Styles ***********************/

html {
  background-image: url(images/htmlBG.png);
  background-repeat: repeat-x;
  height: 101%;
}

body{
  background-position:bottom;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 12pt;
  line-height: 1.2;
}

.hidden  {display: none;}
.left    {float:left;}
.right  {float:right;}
.italic  {font-style:italic;}

p.bodytext   {margin-bottom: 18px;}
.news-single-body p {margin-bottom: 18px;}
b       {font-weight: bold;}

span.important {
  color: #B81F16;
}

/*Suche*/ .csc-sword {padding: 0 3px; background-color: yellow}

a, a:visited {
  color: #0668ae;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  text-decoration: underline;
}

a.active {
  color: #669999 !important;
}

h1,h2,h3,h4 {
  color: #0668ae;
  margin-bottom: 1em;
}

h1  {font-size: 18pt; font-weight: bold;}
h2  {font-size: 16pt; font-weight: bold;}
h3  {font-size: 14pt; font-weight: bold;}
h4  {font-size: 12pt; font-weight: bold;}

  #leftCol blockquote {
    margin-left: 2em;
    margin-bottom: 18px !important;
    background-color: #eee;
    background-image: url(images/bg_blockquote.gif);
    background-position: top left;
    background-repeat:no-repeat;
    width: 75%;
    padding: 10px 10px 10px 20px;
  }

    #leftCol blockquote p.bodytext {
      margin: 0;
      padding: 0;
      font-style:italic;
    }

    #leftCol blockquote p.bodytext span.detail {
      font-style:normal;
      font-weight: bold;
    }

  #leftCol ul {
    margin-left: 2em;
    margin-bottom: 18px;
  }

    #leftCol ul li {
      background-image: url(images/ul.gif);
      background-position: 0px 5px;
      background-repeat:no-repeat;
      padding-left: 20px;
    }

span.rgmediaimages-player {
  display: table;
  padding: 5px;
  border: 1px solid #eaeaea;
  background-color:#fff;
  margin: 5px 0 30px 0;
}

/******************* MAIN DIVS ***********************/

#container {
  width: 950px;
  margin: 0 auto;
  overflow:visible;
  display: table;
  overflow: hidden;
}

#header {
  width: 950px;
  height: 336px;
  z-index: 1;
}

#logo {display: none;}

  #logo a {
    display:block;
    width: 611px;
    height: 195px;
    margin: 0 auto;
    text-indent: -9999px;
    background-image: url(images/logo.png);
    background-repeat:no-repeat;
  }

/******************* MAIN MENU ***********************/

#mainMenu {
  /*background-image: url(images/bodyBG.png);*/
  /*background-repeat: repeat-x;*/
  padding: 20px 0 0 0;
  z-index: 99;
  /*background-image: url(images/menuleiste_flash.png);*/
  /*background-repeat: no-repeat;*/
  height: 109px;
  margin-top: -120px;
  width: 950px;
  position: relative;
}

  #mainMenu ul {
    width: 450px;
    margin-left: 480px;
  }

  #mainMenu ul li {
    display: inline;
    margin-right: 15px;
  }
  
  #mainMenu a {
    color: #0668ae;
    font-weight: bold;
  }


#subMenu {
  margin: -75px 0 0 480px;
  width: 450px;
  z-index: 150;
  position:relative;
}
  #subMenu ul li {
    display: inline;
    margin-right: 15px;
  }
  
  #subMenu a {
    color: #0668ae;
    font-weight: normal;
  }

#thirdMenuList {
  border-top: 1px solid #c8def9;
}
  #thirdMenuList li {
    line-height: 15px;
  }
    #thirdMenuList li a {
      color: #444;
      display: block;
      background-color:#eaf3ff;
      padding: 5px 0 5px 14px;
      border-bottom: 1px solid #c8def9;
      background-image: url(images/navPfeil.gif);
      background-repeat:no-repeat;
      background-position: 4px 50%;
    }
    #thirdMenuList li a:hover {
      text-decoration: none;
      background-color:#fff;
    }
    
    #thirdMenuList li a.third_active {
      background-color:#fff;
    }
    
#footerMenuList li {
  display: inline;
  margin-left: 18px;
}

/******************* BREADCRUMB MENU ***********************/
#breadcrumbMenu {
  font-size: 7pt;
}
  
  #breadcrumbMenu ul {
    display: inline;
  }
  
    #breadcrumbMenu ul li{
      color: #aaa;
      display: inline;
    }
    
      #breadcrumbMenu ul li a{
        color: #777;
      }
      #breadcrumbMenu ul li a:hover {
        color: #0668ae;
      }

/******************* CONTENT ***********************/

#content {
  font-size: 11pt;
  line-height: 16pt;
  width: 900px;
  padding: 0 25px 0;
  margin: 40px 0 0;
  min-height: 500px;
  /*background-image: url(images/containerBG.png);*/
  background-repeat:repeat-x;
  background-position:0 56px;
  position: relative;
  z-index: 200;
  background-color: #fff;
}

  #leftCol {
    width: 640px;
    padding: 5px;
    float: left;
  }
  
  #rightCol {
    width: 225px;
    margin-left: 670px;
    overflow:hidden;
    padding-top: 10px;
  }
  
  #sendFriend {
    width: 204px;
    margin:5px 0 0 685px;
    overflow:hidden;
  }
    #sendFriend a {
      display: block;
      text-indent: -9999px;
      width: 213px;
      height: 73px;
      background-image: url(images/Clip_empfehlen.png);
      background-repeat: no-repeat;
      background-position: center top;
    }
  
#footer {
  font-size: 11px;
  margin: 0 auto;
  width: 850px;
  height: 40px;
  clear: both;
  display: block;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
  
  #socials {
    text-align: left;
    float:left;
    width: 320px;
    height: 20px;
    line-height: 20px;
  }
  
    #socials strong {
      display: block;
      float: left;
      margin-right: 15px;
      height: 20px;
      line-height: 20px;

    }
    
    #socials a {
      display: block;
      float: left;
      margin-right: 10px;
      height: 20px;
    }
  
  #footerMenu {
    text-align: right;
  }

/*************  NEWS FORMATIEREN ***************/
  
  #leftCol .news ul {
    margin:0;
    padding:0;
  }
  
    #leftCol .news ul li{
      margin:0;
      padding:0;
      background-image:none;
    }
  
  #leftCol .news-latest-date {
    font-size: 8pt;
    color:#9c9e9f;
  }  

/************** FORMS **************************/

/* MAILFORM */

.mailform {  
  width: 630px;
  padding: 5px;
} 

h3.mailformHeader {
  margin-bottom: 0px;
}

  .mailform ol {
    width: 630px;
  }
  
  .mailform ol li{
    width: 630px;
    clear: left;
    background-color:#ECF3F9;
    margin: 3px 0;
    min-height: 30px;
    line-height: 30px;
    overflow: hidden;
  }
  
    .mailform ol li div.mailformLabel {
      float: left;
      font-weight: 700;
      text-align: right;
      width: 310px;
      padding-right: 15px;
    }
    
    .mailform ol li div.mailformField {
      margin-top: 4px;
      margin-left: 335px;
      text-align: left;
    }
    
    .mailform ol li div.mailformRequired  {
      background-image: url(./images/requiredBG.png);
      background-repeat: no-repeat;
      background-position: 311px 4px;
    }
    
      .mailform ol li div.mailformField input,
      .mailform ol li div.mailformField textarea,
      .mailform ol li div.mailformField select {
        width: 280px;
        border: 1px solid gray;
        background:#F4F4F4;
      }
      
      .mailform ol li div.mailformField textarea {
        margin-top: 4px;
        height: 300px;
      }
      
      .mailform ol li div.mailformField input.csc-mailform-check{
        margin-top: 2px;
        width: 14px;
        border: none;
        background:none;
      }
  #simage {
    clear: left;
    width: 360px;
    border: none;
    background-color: transparent;
    margin-left: -180px;
  }

/* SUCHE */

.suchen label{
  display:block;
  width:150px;
  margin-top:0;
  padding-left:10px;
  margin-bottom:10px;
  font-weight:bold;
  color: gray;
}

.suchen input{
  display:inline;
  width:150px;
  border: 1px solid gray;
  background:#F4F4F4;
  margin-top:0;
  padding:1px;
  margin-bottom:10px;
}

  .suchen input.suchbutton {
    width:55px;
  }

.csc-searchResultHeader {
  background-color: #fafafa;
  margin-top: 1em;
  margin-bottom: 0;
  border: 1px solid silver;
  border-bottom: none;
  padding: 5px;
}
.csc-searchResult{
  background-color: #fafafa;
  margin-top: 0;
  border: 1px solid silver;
  border-top: none;
  padding: 5px;
}

/************* TABLE ************/

table.contenttable {
  border-collapse:collapse;
  padding: 5px;
  table-layout: auto;
  margin-bottom: 18px;
}

  table.contenttable tr {
    padding: 10px 0;
  }
  
  table.contenttable td {
    padding:5px;
  }
  
    table.contenttable td.td-0 {
      font-weight: bold;
    }

  table.contenttable .tr-odd {
    background-color: #fafafa;
  }
  
/*
****************** PrayerList
*/

#prayerList {
width: 450px;
margin: 0 auto !important;
  
}

   #prayerList li{
   margin-bottom: 20px;
    font-size: 10pt;
    line-height: 11pt;
     background-image: none !important;
  }
  
    #prayerList li span.detail {
      font-weight: bold;
    }
  
    #prayerList li div.prayerText{
      width: 400px;
      margin: -5px auto 0 auto;
    }
    
    #prayerImage-neu {
      margin-bottom: 80px !important;
    }
    
/*
***************** Flash Banner 183 (klein)
*/

#flashbanner2{
 margin-left: 13px;
 margin-bottom: 5px;
 margin-top: 10px;
}
