/* --------------- General -------------- */
html {
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  background: #c8c8c8;
  color: #666666;
  line-height: 1.5;
  font-size: 100%;
  font-family: Arial, Tahoma, sans-serif;
}
.container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	overflow: hidden;
}
.block {
	margin: 18px;
}
/* für Barrierefreiheit */
.skip, .hideme, .print {
	position:absolute;
	top:-32768px;
	left:-32768px; /* LTR */
}
img {
  border: none;
}
a, a:link, a:visited, a:active {
  text-decoration: underline;
  color: #666;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #000 !important;
  background-color: #ccc;
}
p, li {
  font-size: 87.5%; /* für Barrierefreiheit */
}
h1, h2, h3, h4, h5, h6{
  color: #666;
}
h2{
  font-size: 24px;
  margin: 0 0 0 0;
  padding: 0;
}
h3 {
  font-size: 1.25%;
  clear: left;
  margin: 0.25em 0 0.25em 0;
  padding: 0;
}
h4{
  font-size: 100%;
  margin: 0;
  padding: 0;
}
form{
  clear: both;
  padding: 0;
  margin: 0;
}
form fieldset{
  border: none;
}
form fieldset input.submitbutton{
  margin: 0 0 0 5px;
}
table {
	width:auto;
	border-collapse:collapse;
	margin-bottom:0.5em;
	border-top:2px #888 solid;
	border-bottom:1px #888 solid;
}
table caption {
	font-variant:small-caps;
}
th,td { 
	padding:0.5em;
}
tbody th {
	font-weight: bold;
}
tbody td {
	border:1px solid #bbb;
	border-bottom:1px solid #888;
}


/* --------------- Header --------------- */
#header {
  background-color: #92BD2E;
  text-align: center;
  position: relative;
}
#title {
  height: 150px;
  margin: 0px auto;
  text-align: center;
  width: 100%;
}

#title div#search {
  padding: 0;
  text-align: right;
}

#title .logo {
  width: 240px;
  height: 100px;
  margin: 30px 0 0 45px;
  padding: 0 0 0 377px;
  text-align: left; 
  float: left;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  position: relative;
}
#title .logo2 {
  width: 126px;
  height: 90px;
  margin: 30px 0 0 450px;
  top: 15px;
/* padding: 10px 0 0 377px;
   text-align: left; 
   float: left; */
  background-image: url(../images/logo2.png);
  background-repeat: no-repeat;
  position: relative;
}

#title div h1{
	position: absolute;
	bottom: 11.5px;
	margin: 0 0 0 2em;
	font-family: Comic Sans MS, Arial, Tahoma, sans-serif;
	font-weight: normal;
/*  font-style: italic; */
	font-size: 87.5%;
	letter-spacing: .3em;
	color: #ffffff;
	line-height: 0;
}
#header p {
  margin: 0; padding: 0;
  color: #caf4ff;
  text-transform: lowercase;
  font-size: 16px;
}
#header #search_site {
  background: none;
/*  padding: 0; */
/*  float: right; */
/*  margin: 0px 30px 30px 0; */
  top: -95px;
  left: 688px;
  width: 230px;
  height: 54px;
  position: relative;
}
#header #search_site form input.textfield {
  width: 150px;
  border: solid 1px #C1D988;
  background: #9EC085;
  color: #fff;
}
#header #search_site form input.submitbutton{
  border: 0;
  background: transparent;
  color: #fff;
}
#header #search_site form input.submitbutton:hover,
#header #search_site form input.submitbutton:focus{
  color: #333;
}

/* --------------- Navigation ------------ */
#navigation {
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size: 100%;
	margin-bottom: 31px;
}
#navigation .menu_primary   { margin-left: 35px; }
#navigation .menu_secondary { border-top: solid 1px #000; height: 31px; width: 100%; overflow: hidden; background: #000; position: absolute; bottom: 0; }

#navigation .menu_primary,
#navigation .menu_secondary {
  padding: 0;
}

#navigation ul {
  list-style: none;
  margin: 0pt auto;
  padding: 0;
}

#navigation .menu_primary ul li,
#navigation .menu_secondary ul li {
  float: left;
}

#navigation a {
  text-decoration: none;
}

#navigation .menu_primary ul a:link,
#navigation .menu_primary ul a:visited,
#navigation .menu_primary ul a:active {
  height: 35px;
  color: #fff;
  text-decoration: none;
  padding: 0 24px 10px 10px;
  border-right: solid 1px #fff;
  display: block;
  font-weight: bold;
}
#navigation .menu_primary ul li:last-child a {
	border: none;
}

#navigation .menu_primary ul li.current a {
  font-weight: bold;
  text-decoration: underline;
}

#navigation .menu_primary ul a:hover,
#navigation .menu_primary ul a:focus {
  background: none;
  text-decoration: underline;
  color: #333;
}

#navigation .menu_primary ul .active a,
#navigation .menu_primary ul .active a:hover,
#navigation .menu_primary ul .active a:focus,
#navigation .menu_primary ul .expanded-menu a,
#navigation .menu_primary ul .expanded-menu a:hover,
#navigation .menu_primary ul .expanded-menu a:focus {
  background-color: #fff;
  color: #333;
}

#navigation .menu_secondary ul a:link,
#navigation .menu_secondary ul a:visited,
#navigation .menu_secondary ul a:active {
  color: #999;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 13px 5px 12px;
  display: block;
  border-right: solid 1px #999;
}
#navigation .menu_secondary ul a:hover,
#navigation .menu_secondary ul a:focus {
	background: #fff;
	color: #333;
}

#navigation .menu_secondary ul li:last-child a {
	border: none;
}

#navigation .menu_secondary ul li.current a {
  color: #fff;
}

#navigation .menu_secondary ul a:hover,
#navigation .menu_secondary ul a:focus {
  color: #fff;
}
#navigation .menu_secondary ul .active a {
	text-decoration: underline;
	color: #fff;
}

/* --------------- Body ----------------- */
#bodyarea {
  background: #E8E8E8;
  float: left;
  width: 100%;
}
#bodyarea.noBackground {
}
.image_banner {
	padding-top: 10px;
	height: 154px;
	overflow: hidden;
	background: #E8E8E8;
}
#bodyarea_container {
	margin: 30px 30px 60px 30px;
}
#bodyarea ul, #bodyarea ol{
  padding: 0;
}
#bodyarea ul {
  list-style-position: inside;
  margin-left: 0;
}
#bodyarea ol {
  margin: 0 0 1em 1.3em;
}
#bodyarea ol li {
  margin-bottom: 5px;
}
#bodyarea ul li {
  padding:0 0 10px 0;
}
#bodyarea .sort ul{
  padding: 0 0 10px 0;
  margin: 10px 0 10px 0;
  border-bottom: 3px solid #DDDDDD;
}
#bodyarea .subscribe{
  clear: both;
  padding: 10px 0 0 0;
  margin: 0;
}
#bodyarea .sort ul li{
  padding: 0 10px 0 0;
  background-image: none;
  display: inline;
  margin: 0;
}
#bodyarea .sort ul li form{
  display: inline;
}
#bodyarea .col_full,
#bodyarea .col_large,
#bodyarea .store_main {
  margin: 0;
  width: 100%;
  padding:0px 5px 20px 5px;
}
#bodyarea .col_medium {
  width: 578px;
  margin-right: 0;
  margin-top: 5px;
  float: left;
  padding:0px 5px 20px 5px;
}
#bodyarea .col_small, #bodyarea .store_sidebar {
  width: 284px;
  margin-right: 0;
  float: left;
  padding:5px 5px 20px 5px;
}

#bodyarea  #article {
	padding-right: 15px;
	font-weight: bold;
}
#bodyarea .csc-firstHeader {
	margin-top: 0;
}

blockquote {
  background-color: #ffe;
  border-top: 1px solid #eed;
  border-bottom: 1px solid #eed;
  padding: 6px;
  color: #666;
}

/* --------------- Footer --------------- */
#footer {
  clear: both;
  text-align: center;
}
#footer p {
  margin: 0;
  padding: 22px 0 54px 0;
  color: #777;
  font-size: 75%;
}
#login a {
	font-size: 75%;
}
#footer p a, #login a {
	color: #666;
	font-weight: bold;
}

/* --------------- Miscellaneous --------- */
.tableevent{
  clear: both;
}
.tableevent table{
  border-collapse: collapse;
  margin: 0;
}
.tableevent table th{
  border-bottom: 2px solid #A7987C;
  vertical-align: top;
  color: #595241;
  width: 75px;
  text-align: left;
}
.tableevent table td{
  border-bottom: 1px solid #A7987C;
  vertical-align: top;
  font-size: 80%;
}
.tableevent table td.datehighlight{
  color: #A7987C;
  background-color: #ffc;
}
.tableevent table td.datehighlight p{
  background-color: #ffc;
}
.tableevent table td p{
  padding: 0;
  margin: 0;
}
#bodyarea .tableevent table td ul{

  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
}
#bodyarea .tableevent table td ul li{
  padding: 0 0 10px 0;
  line-height: 1em;
  background-image: none;
}
.clear {
  clear: both;
}
#searchcontent {
  text-align: right;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background-color: #eee;
  padding: 3px 5px;
  margin: 1em 0 1em 0;
  clear: both;
}
#searchcontent fieldset {
  border: 0;
}
#bodyarea div.content_item {
  margin-bottom: 1em;
}
#bodyarea div.content_item p {
  padding: 0;
  border: 0;
}
#bodyarea p.meta {
  color: #999;
  font-size: 0.8em;
  margin: 0.5em 0 1em 0;
  padding: 0;
}
#bodyarea div.content_item p.meta {
  margin: 0;
}
#bodyarea div.content_item img.imgfloat {
  float: right;
  border: 1px solid black;
  margin-left: 10px;
  position: relative;
  top: -15px;
}
#bodyarea div.functions {
  text-align: right;
}
#bodyarea div.functions p {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}
#paginate {
  padding-top: 2em;
  font-size: 1.2em;
  clear: both;
}
#paginate .previous {
  float: left;
}
#paginate .next {
  float: right;
}
.imagecaption {
  float: right;
  width: 260px;
}
.imagecaption img {
  border: 1px solid black;
  margin: 0 0 0 20px;
}
.imagecaption p {
  font-size: 10px;
  margin: 0 0 0 20px;
}
.datehighlight {
  font-weight: bold;
  background-color: #ffe;
}
div.current {
  background-color: #ffc;
  border-top: #aa8;
  border-bottom: #aa8;
  padding: 3px;
}
#bodyarea .thumb{
  float: left;
  width: 90px;
  margin: 10px 10px 10px 0;
  border: 1px solid black;
}
#bodyarea .thumb a:link,
#bodyarea .thumb a:visited{
  margin: 0 0 0 0;
  display: block;
}
#bodyarea .thumb a:hover,
#bodyarea .thumb a:focus,
#bodyarea .thumb a:active{
}
#bodyarea .thumb a img{
  display: block;
  margin: 0;
  border: none
}

/* Calendar
-------------------------------------------------------------- */
.calendar {
	width: 100%;
}
.dayName {
	text-align: left;
}
.dayName th {
	border-bottom:3px solid #ABA1AB;
	border-left: 1px solid #92BD2E;
	font-size:85%;
	vertical-align:bottom;
	width: 75px;
	color: white;
	background-color: #92BD2E;
	padding: 3px;
	height: 35px;
}
.monthName th {
	font-weight:normal;
	padding-bottom:0em;
	padding-top:0em;
	text-align:left;
}
.calendar .day,
.calendar .specialDay {
	padding: 3px;
	border-left:1px dotted #938970;
	border-bottom:1px dotted #938970;
	text-align: left;
	vertical-align: top;
	height: 75px;
	background-color:#FFFFFF;
}
.weekendDay {
	border-bottom:1px dotted #ABA1AB; text-align:left; vertical-align:top;
}
#event_calendar .today {
	background-color: #CFE4C6;
}
.otherMonth.weekendDay {
	color: #7C7C7C;
}
.otherMonth {
	padding: 3px;
	color: #7C7C7C;
	border-right:1px solid white;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #ABA1AB;
	background-color: #D7D7D7;
}
.product_description p {
	margin-left:100px; width:350px;
}
.upcoming_events,
.past_events {
	margin-bottom:25px;
}


/*=STORE
=== === === === === === === === === === */
#bodyarea #buysteps{
  margin: 0 0 10px 0;
  font-size: 85%;
}
#bodyarea #buysteps ul{
  padding: 24px 0 24px 0;
  margin: 0;
  list-style: none;
}
#bodyarea #buysteps ul li{
  padding: 0 10px 0 0;
  display: inline;
  color: #999;  
  background-image: none;
}
#bodyarea #buysteps ul li.current{
  font-weight: bold;
  color: #666;
}
#bodyarea ul.products_list{
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
#bodyarea ul.products_list li{
  background-image: none;
  font-size: 85%;
  padding: 12px 0 12px 0;
  float: left;
  border-bottom: 1px solid #ccc;
}
#bodyarea ul.products_list li .product_img{
  width: 120px;
  overflow: hidden; 
  float: right;
  text-align: right;  
  display: inline-table;
  /* Hides from IE-mac \*/
    height: 1%;
    display: block;
  /* End hide from IE-mac */  
}
html>body #bodyarea ul.products_list li .product_img {
  height: auto;
}
#bodyarea ul.products_list li .product_img:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#bodyarea ul.products_list li .product_img img{
  margin: 0 0 0 0;
}
#bodyarea ul.products_list li .product_desc{
  width: 300px;
  float: left;
}
#bodyarea ul.products_list li p{
  padding: 0 0 10px 0;
  margin: 0;
  font-size:1.15em;
}
#bodyarea #cart p{
  text-align: right;
  font-size: 85%;
  margin: 0;
  padding: 10px 20px 0 20px;
}
#bodyarea table.products_list {
  margin: 24px 0px 40px 0px;
  border-collapse: collapse;
}
#bodyarea .summary table {
  margin: 0px 0px 40px 0px;
  border-collapse: collapse;
}
#bodyarea table.products_list tr th,
#bodyarea .summary table th{
  padding: 3px;
  color: #999;
  font-weight: normal;
  font-size: 85%;
}
#bodyarea table.products_list td,
#bodyarea .summary table td{
  padding: 6px;
  border-top: 1px solid #ccc;
  font-size: 85%;
}
#bodyarea div#searchcontent fieldset {
  border: none;
}
div#paginate {
  clear: both;
  display: block;
  height: 20px;
  padding: 12px 24px 12px 12px;
}

div#paginate div.next {
  display: inline; 
  float: right;
}

div#paginate div.previous {
  display: inline;
  float: left;
}
p {
  padding-bottom:10px;
  margin-top: 4px;
}

.widget p {
  margin:0 !important;
}

#bodyarea form label {
  padding: 0;
  line-height: 100%;
}
p.top_cart_links {
  padding: 0 0 12px 0 ;
}
p.more {
  font-weight: bold;
  text-align: right;
}
#bodyarea .products_list p {
  float:none;
}

.creds {
  padding:5px 0 0 0;
}

.subscribe_nav {
  margin:10px 0 !important;
}


/*	clearfix
=== === === === === === === === === === */
#header:after,
.container:after,
.block:after,
.bodyarea:after,
#bodyarea_container:after,
#navigation ul:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
