/* ######################################################################################################
** # dCMS-spezifische Adaption des YAML-Layouts [YAML: (c) by Dirk Jesse (http://www.yaml.de)] ##########
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 26.06.2007 
**  Datei       : style.css
**  Funktion    : Farbschema-abhängige CSS-Anweisungen fuer die editierbare Bereiche
**  
** 
*/

@media all
{
h1, h2, h3, h4, h5, h6, p {
  font-family:Verdana,Arial,sans-serif;
}
p {
  line-height: 150%;
}
h1 {
  font-size: 1.66em;
  color: #ca1f26;
  padding-bottom: 0.6em;
  font-family: Arial;
  font-weight: normal;
}
h2 {
  font-size: 1.12em;
  color: #000;
  font-weight: bold;
  padding-bottom: 1em;
  font-family: Verdana;
}
h3 {
  font-size: 1.12em;
  color: #666;
  font-weight: bold;
  padding-bottom: 1em; 
  font-family: Verdana;
}
h4, h5, h6 {
  font-size: 1em;
  color: #0;
  font-weight: bold; 
  padding-bottom: 0.5em;
  font-family: Verdana;
}
h6{
  padding-bottom: 0 !important;
}
#col3_content a {
  font-size: 1em;
  text-decoration: none;
  line-height: 150%;
  color: #ca1f26;
  font: verdana;
  cursor: hand;
}

#col3_content a:active {
  color: #000;
  text-decoration: none;
  cursor: hand;

}
#col3_content a:hover {
  color: #999;
  text-decoration: none;
  cursor: hand;

}
#col3_content a:visited {
  color: #ca1f26;
  text-decoration: none;
  cursor: hand;

}
#pagebody_body h6 {
  font-style: normal;
  color: #CA1F26;
}

#pagebody_body h6 a{
  background: #FFF url(/res/domains/muensterschw/schemas/default/gfx/bu_red_arrow_9_right.gif) no-repeat scroll right 4px !important;
  padding-right: 1.2em;
  cursor: hand;
  width: auto;
  display: inline-block;
  font-style: normal;
  color: #CA1F26;
}
/*
#pagebody_body a:active {
  background: #fff url(/res/domains/muensterschw/schemas/default/gfx/bu_red_arrow_9_right.gif) no-repeat scroll center right;
  padding-right: 1.2em;
  cursor: hand;
}
#pagebody_body a:hover {
  background: #fff url(/res/domains/muensterschw/schemas/default/gfx/bu_red_arrow_9_right.gif) no-repeat scroll center right;
  padding-right: 1.2em;
  cursor: hand;
}
#pagebody_body a:visited {
  background: #fff url(/res/domains/muensterschw/schemas/default/gfx/bu_red_arrow_9_right.gif) no-repeat scroll center right;
  padding-right: 1.2em;
  cursor: hand;
}
*/
.directbutton a {
  background: none !important;
  cursor: hand;
}

/* prayerrequests */
input.pr_button {
  padding-top:0;
  padding-bottom:0;
  border: 1px solid grey;
  background-color: #eee;
  color: black;
  cursor: pointer;
  font-size: 86%;
  text-align: center;
}

}