body {
	background-color:#800000;
        background-image: url(/uploads/images/bg_img.png);
	color:#000000;
	font-family: "Arial";
	font-size: 13px;
	margin: 10px 10px;
	padding: 0px;
}

.big_bold {font-family: "Lucida Calligraphy","Comic Sans MS";}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}
.orderNow{
     background-color: #F4D193;
     border-radius: 15px;
     padding: 10px;
     font-weight: bold;
}
a{
     font-family: "Lucida Calligraphy","Comic Sans MS";
     font-size: 12px;
}
p{
     margin: 15px 0px;
     font-family: "Arial";
     font-size: 13px;
}
.big_bold{
     font-size: 17px; 
     font-weight: bold;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(/uploads/images/header_neu.png);
        background-repeat: no-repeat;
	width:900px;
	height:312px;
	position:relative;
}
#header ul{
	background-color:#80000;
	width:894px;
	border: 3px solid #FFFFFF;
	display:block;
	top:280px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-color: #FEFEF5;
	background-image:url(/uploads/images/watermark.png);
        background-repeat: no-repeat;
        background-position: bottom right;
	width:900px;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#000;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:600px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#000;}
#left a:hover{color:#000;}
#left a:visited{color:#000;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
.NewsSummaryLink a{
	text-decoration: none;
}
#NewsHome{
	width:200px;
	text-align: center;
}
.NewsSummaryContent .gallery .img{
	float: none !important;
	text-align: center;
}
div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
/* you can set your own image here */
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0em 1em 1em;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 100%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
/* you can set your own image here */
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(/uploads/images/footer.png);
font-size:1px;
height:10px;
}
#footer {
	width:900px;
	text-align:center;
	padding: 0px 0px;
        color: #FFF;
}
#footer a:link {
   text-decoration: none;
   color: #FFF;
}
#footer a:hover {
   text-decoration: underline;
   color: #FFF;
}
#footer a:visited {
   text-decoration: none;
   color: #FFF;
}
/* Stylesheet: Charitable // CSS Modified On 2019-05-23 14:31:06 */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar'}

*/

a.calendar-nav{text-decoration: none;}
.cal-sa, .cal-so {color: #731419;}


/* make all links red */
.calendar tr td a
{
  color: red;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
width: 185px;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#cal-calendar td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 20px;
  width: 75px;
}

/* format summaries nicely in #cal-calendar */
#cal-calendar ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#cal-calendar li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
 background-color: #EAFFEA;
}

#cal-calendar .calendar-day
{
  background-color: #d3d3d3;
}

#cal-calendar .calendar-today
{
  font-weight: bold;
  background-color: #F3F3F3;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* Stylesheet: Kalender Modified On 2016-07-15 14:40:51 */
