
/********************************
    basic styles
 ********************************/

* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    color: #4d4d4d;
    background-color: #E9EEB4;
    background-image: url(images/gradient_bg.jpg);
    background-repeat: repeat-x;
    height: 100%;
}

h1 {
    font-family: "Trebuchet MS",sans-serif;
    font-size: 1.875em;
    font-weight: normal;
    color: #333333;
    margin: 0 0 7px 0;
}

h2 {
    font-family: "Trebuchet MS",sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    color: #333333;
    margin: 7px 0 5px 0;
}

h3 {
    font-family: "Trebuchet MS",sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    color: #333333;
    margin: 5px 0 5px 0;
}

p {
    line-height: 135%;
    padding-bottom: 15px;
}

p a:link,
p a:visited {
    line-height: 150%;
}

a {
	font-family: Arial, Helvetica, sans-serif;
    /*font-family: Georgia, serif;*/
    color: #c6481e;
    text-decoration: none;
    background: url(images/link-bg.gif) left 4px no-repeat;
    padding-left: 8px;
	margin-left: 2px;
}

a:hover {
    color: #c6481e;
    background: url(images/link-bg.gif) 2px 4px no-repeat;
}

img {
   border: 0;
}

ul {
    margin-left: 15px;
    list-style-type: none;
	
}

ul li {
    margin-top: 5px;
    line-height: 140%;
}

.clear {
    clear: both;
}

.bold {
	font-weight: bold;
}

/********************************
    basic DIVs
 ********************************/

#center {
    width: 954px; /* 940 + 2*7 */
    margin: 0 auto;
    height: 100%;

}

#center #frame {
    width: 954px;
    min-height: 100% !important;
	background-image: url('images/center_bg.jpg');
	background-repeat: repeat-y;
	background-position: top;
	height:auto !important;
	height:100% ;

    
    /*background: url(images/background-center.gif) left 4px repeat-y;*/
}

#center #footer {
    width: 954px;
    margin-top: -41px;
    height: 41px; /* 27 + 14 */
    background-color: #E9EEB4;
    background-image: url(images/footer_bg.jpg);
    /*background-repeat: repeat-x;*/
	background-repeat: no-repeat;
    background-position: top;
	margin-bottom: 12px;
}

#frame #frameTop {
    height: 11px;
    background: url(images/top_bg.jpg) /*bottom left repeat-x;*/
}

#frame #page {
    margin: 0 7px 41px 7px;
    width: 940px;
    height: 100%;
	background-color: #FFF;
}

/********************************
    HEAD
 ********************************/

#page #head {
    height: 192px;
	background-image: url('images/header_bg.jpg');
}

#head #headLeft {
    float: left;
    width: 202px;
    position: relative;
}

#head #headLeft a {
	background: 0;
}

#head #headLeft img {
	left:60px;
	position:absolute;
	top:30px;
}

#head #headCenter {
    float: left;
    width: 596px;
}

#head #headCenter .flash-header {
   margin-left: -100px;
}

#head #headRight {
    float: right;
    margin-right: 47px;
}

#head #headRight a {
	background: 0;
}

#head #headRight img {
    position: relative;
    top: 38px;
}

#head #headSearch {
    text-align: right;
    /*margin-top: 140px;*/
    margin-right: 26px;
}

#head #headSearch form {
    display: inline;
}

#head #headSearch #searchInput {
    width: 119px;
    height: 17px;
    border: 1px solid #b1c703;
    padding: 0;
    margin-right: 2px;
    padding-left: 21px;
}

#head #headSearch input {
    vertical-align: middle;
    color: #999999;
    font-size: 0.9em;
    background: url(images/magnifier.gif) top left no-repeat;
}

/********************************
    MAIN
 ********************************/

#page #main {
}

#main #navLeft {
    margin-top: 15px; /* 15 + 192 = 207 */
    margin-left: 9px;
    float: left;
    width: 208px;
}

* html #main #navLeft {
    margin-left: 2px;
}

#main #contentContainer {
    float: left;
    width: 719px;
    padding-top: 2px;
}

#main #contentContainer #content {
    float: left;
    width: 475px; /* 723 - 189 - 2*30 */
    position: relative;
    left: 30px;
	color: #4d4d4d;
}

#main #contentContainer #content img {
    border: 1px solid #89ba3d;
    margin-top: 4px;
}

#main #contentContainer #content li {
	list-style-image: url('images/list-bullet.gif');
}

#main #contentContainer #contentRight {
    float: right;
    width: 180px;
    margin-top: 28px;
	margin-right:9px;
	}

.contenttable {
	border: 1px solid #d3e8ae !important;
	margin-bottom: 35px;
}

.contenttable td {
	padding: 0 8px;
	border-bottom: 1px solid #d3e8ae;
}

.contenttable th {
	padding: 4px 8px;
	background: #f9fbea;
	text-align: left;
	font-size: 1.2em;
	border-bottom: 4px solid #d3e8ae !important;
}

.contenttable th td {
}

.contenttable tr th {
}

.contenttable p {
	margin: 0;
	padding: 4px 0;
}

.description {
	font-size: 0.85em;
}


/********************************
    FOOTER
 ********************************/

#footer #footerNavWrapper {
    width: 213px;
    height: 19px;
    background-color: #f1f5d1;
    position: relative;
    left: 11px; /* 7 + 4 */
    top: 2px;
    padding-top: 2px;
}

#footer #footerNavWrapper #footerLeft {
    float: left;
}

#footer #footerNavWrapper #footerRight {
    float: right;
    padding-right: 4px;
    margin-top: 1px;
	display:none; /*temporary*/
}

#footer ul,
#footer li {
    display: inline;
    padding: 0;
    margin: 0;
}

#footer a:link,
#footer a:visited {
    font-family: Arial, serif;
    margin-left: 13px;
    font-size: 0.85em;
    color: #606254;
    background: url(images/footer-arrow-grey.gif) left 3px no-repeat;
}

#footer a:hover,
#footer a:active {
    font-family: Arial, serif;
    margin-left: 13px;
    font-size: 0.85em;
    color: #3C3C3C;
    background: url(images/footer-arrow-black.gif) left 3px no-repeat;
}


#footer a img {
    vertical-align: middle;
    margin-bottom: 1px;
}

/********************************
    LEFT (inside MAIN)
 ********************************/

/* main nav */


#navLeft {
	/*border-bottom: 1px solid #000000;*/
	margin-bottom: 20px;
}

#navLeft #navWrapper {
    margin: 0;
    width: 194px; /* 202 - 4(border left) */
	color: #3c3c3c;
}

* html #navLeft #navWrapper {
    margin-left: 0;
}

#navWrapper ul {
    padding: 0;
    margin: 0;
}

#navWrapper ul.firstLayer {
    /*margin-bottom: 20px;*/
	padding-top:9px;
	background-image: url('images/nav-top-gradient.jpg');
	background-repeat: repeat-x;
}

#navWrapper {
	padding-bottom:8px;
	background-image: url('images/nav-bottom-gradient.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

#navWrapper ul.firstLayer li {
	/*background-image:url('images/menu_gradient.gif');
	background-repeat: repeat-x;
	background-position: top-left;*/
	border-top: 1px solid #bcda8e;
}

/*#navWrapper ul.firstLayer li.first {
	background: none;
}*/

#navWrapper ul.firstLayer li ul.secondLayer li {
	/*background-image:url('images/menu_gradient.gif');
	background-repeat: repeat-x;
	background-position: top-left;*/
	border-top: none;
}

#navWrapper ul.secondLayer {
    margin-left: 15px;
}

#navWrapper li {
    list-style: none;
    margin-top: 0;
}

#navWrapper li{
	background-image: url('images/menu_gradient.jpg');
	background-repeat: repeat-x;
	/*padding-left: 4px;*/
	/*border-left: 4px solid #ffffff;*/
}

#navWrapper li.firstActive li {
	background:none;
}

#navWrapper li a {
    font-family: Arial, serif;
	color: #3c3c3c;
    /*border-top: 1px solid #bcda8e;*/
    width: 176px; /* 198 - 19(padding left) - 4(border left) */

}

#navWrapper ul.secondLayer li a {
    width: 152px; /* 179 - 15 - 4(border left) */
}

#navWrapper li.firstActive a,
#navWrapper li.last a {
    /*border-bottom: 1px solid #bcda8e;*/
}

#navWrapper li.firstActive.current a,
#navWrapper li.firstActive .secondLayer a {
    border-bottom: none;
}

#navWrapper li.firstActive.last, #navWrapper li.last {
    border-bottom: 1px solid #bcda8e;
}

#navWrapper .secondLayer li.last {
	border-bottom:none;
}

#navWrapper li.firstActive .first a {
    border-top: none;
}

#navWrapper li.firstActive.subnav, #navWrapper li.firstActive.current .hasSub {
    border-left: 4px solid #bdd98c;
	padding-left: 0px;
}

#navWrapper li.firstActive.subnav {
	background-image: url('images/nav-gradient.jpg');
	background-repeat: repeat-y;
}

#navWrapper li.firstActive a {
	font-weight:bold;
	background-position: 5px 9px;
	padding-left: 15px;
}

#navWrapper li.firstActive ul li a {
	font-weight:200;
}

#navWrapper li.current {
    background-image: url(images/submenu-big-active.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#navWrapper .secondLayer li.secondActive {
    background-image: url(images/submenu_active2.jpg);
	background-repeat: no-repeat;
    background-position: 2px 0px;
}



#navWrapper .secondLayer li.secondActive a { /* because of background-color in #navLeft li.firstActive.subnav a */
    background-color: transparent;
}

#navWrapper a {
    text-decoration: none;
    font-size: 1em;
    line-height: 1.4em;
    background-image: url(images/nav-arrow-green.gif);
    background-repeat: no-repeat;
    background-position: 9px 9px;
    padding: 4px 0 4px 19px;
    display: block;
}

#navWrapper .secondLayer a {
    font-size: 0.9em;
    line-height: 1.3em;
}

#navWrapper li.firstActive a {
    background-image: url(images/nav-arrow-green.gif);
	background-repeat: no-repeat;
}

#navWrapper li.firstActive a,
#navWrapper li.current a {
   /* background-position: 5px 8px;
    padding-left: 15px;*/
}

#navWrapper li.current a,
#navWrapper .secondLayer li.secondActive a {
    color: #ffffff;
    background-image: url(images/nav-arrow-white.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding: 4px 0 4px 19px;
    display: block;
	
}

#navWrapper li.current ul.secondLayer li a {
    background-image: url(images/nav-arrow-green.gif);
	background-repeat: no-repeat;
	color: #3C3C3C;
}

#navWrapper ul li a:hover {
	background-color: #e4f0d2;
	/*margin-left:-4px;*/
	/*padding-left: 19px;*/+
}

#navWrapper ul li.current a:hover, #navWrapper .secondLayer li.secondActive a:hover  {
	background-color: transparent;
}

#navWrapper ul li.current ul li a:hover {
	background-color: #e4f0d2;
	/*margin-left:-4px;
	background-position: 20px 9px;*/
	/*padding-left: 19px;*/
}


/*#navWrapper li.firstActive a:hover {
    background-image: url(images/nav-arrow-black1.jpg);
    color: #000;
}*/

/*#navWrapper li.firstActive.current a:hover,
#navWrapper li.secondActive a:hover {
    background-image: url(images/nav-arrow-black2.jpg);
    color: #000;
}*/

/*#navWrapper li.current ul.secondLayer li a:hover {
    background-image: url(images/nav-arrow-black1.jpg);
}*/

/********************************
    CONTENT (inside MAIN)
 ********************************/

#main #contentContainer #content h1 {
    margin-top: 0;
}

/* SEARCH */

.tx-indexedsearch {
    font-family: Arial, sans-serif;
}

.tx-indexedsearch-searchbox {
    background: #f8f3ea;
    padding: 7px 0 0 8px;
    height: 31px;
    margin-bottom: 15px;
}

* html .tx-indexedsearch-searchbox {
    height: 20px;
}

.tx-indexedsearch-searchbox fieldset div {
    display: inline;
}

.tx-indexedsearch-searchbox fieldset {
    border: none;
}

.tx-indexedsearch-searchbox fieldset legend {
    display: none;
}

.tx-indexedsearch-searchbox label {
    padding: 0;
    margin: -2px 0 0 0;
    width: 80px;
}

.tx-indexedsearch-searchbox input {
    width: 300px;
}

.tx-indexedsearch-searchbox input.submit {
    margin: 0px 0 0 0;
    background: #C0AD86 url(images/submit-bg.gif) top left repeat-x;
    border: 1px solid #C0AD86;
    height: 22px;
    padding: 0px 5px 3px 5px;
    color: #52412b;
    font-weight: normal;
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    width: 60px;
    cursor: pointer;
}

.tx-indexedsearch-searchbox input.submit:hover {
    color: #000;
}

.tx-indexedsearch-form {
    margin-top: 0px;
}

.tx-indexedsearch-form .tx-indexedsearch-searchbox-sword{
    border: 1px solid #c0ad86;
    padding: 1px 2px 2px 2px;

}

.tx-indexedsearch-browsebox {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #7E6B41;
    font-size: 0.85em;
}

.tx-indexedsearch-res.res {
    border-bottom: 1px dotted #7E6B41;
}

#main #contentContainer #content .linkList li {
	list-style-image: none;
	list-style-type:none;
}

#main #contentContainer #content .linkList {
	margin: 0px;
}

#content ul.linkList li.tx-indexedsearch-browselist-currentPage {
    background-color: #EFE3CC;
}

.tx-indexedsearch-info,
.tx-indexedsearch-result-number {
    display: none;
}

.tx-indexedsearch-res ul.linkList li {
    display: inline;
    margin: 0;
    padding: 0 7px 0 0;
}

.tx-indexedsearch-title {
    font-weight: normal;
}

.tx-indexedsearch-title a {
    /*margin: 0 0 0 -15px !important;*/
}

.tx-indexedsearch-res h3 {
    font-size: 1.17em;
    font-weight: bold;
    margin: 0 0 0 0 !important;
}

.tx-indexedsearch-res ul.linkList {
    margin-top: 0.3em !important;
}

.tx-indexedsearch-res ul.linkList li {
    background-position: 2px 8px !important;
}

.tx-indexedsearch-res ul.linkList li:hover {
    background-position: 4px 8px !important;
}

.tx-indexedsearch-percent {
    margin: 0.1em 0 5px 0;
    font-size: 0.8em;
    text-align: right;
    float: right;
}

.tx-indexedsearch-redMarkup {
    background-color: #EFE3CC;
}

p.tx-indexedsearch-descr {
    margin-top: 4px;
}

p.tx-indexedsearch-descr strong {
    font-weight: normal;
    color: #333333;
}

/* TIP */

p.error {
    padding: 3px 0 5px 8px;
    margin-bottom: 8px;
    border: 1px solid #d7cbb1;
    background: #f8f3ea;
    font-size: 0.9em;
    width: 442px;
}

form p.error strong {
    color: #000000;
}

fieldset.csc-mailform  {
    border: none;
}

.csc-mailform-field {
    margin-top: 10px;
    float: left;
    clear: left;
    width: 470px;
}

.csc-mailform-field img {
    border: 1px solid #B1C703 !important;
}

.csc-mailform-field label {
    width: 150px;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

.csc-mailform-field input,
.csc-mailform-field textarea {
    float: left;
    width: 300px;
    margin: 0;
    padding: 1px 0;
    border: 1px solid #B1C703;
}

input.csc-mailform-submit {
    width: auto;
    float: right;
    margin: 0 18px 10px 0;
    background: #B1C703 url(images/submit-bg.gif);
    border: 1px solid #B1C703;
    height: 24px;
    padding: 0px 5px 3px 5px;
    line-height: 18px;
    color: #575A23;
    font-weight: normal;
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-family: Arial, sans-serif;
    font-size: 1em;
}

input.csc-mailform-submit:hover {
    color: #575A23;
}

.csc-mailform-field .csc-mailform-submit {
    cursor: pointer;
}

.greenBox {
    width: 210px;
    position:relative;
    float:left;
    margin: 10px 12px 25px -2px;
    padding: 15px 0;
    overflow: hidden;
}

.greenBox .csc-textpic-text {
    border-top: 4px solid #BED554;
    border-bottom: 4px solid #BED554;
    background-color: #F9FBEA;
    padding: 4px;
    height: 190px;
}

.greenBox .csc-header span {
  font-size: .6em;
  background-color: #8dbd29;
  color: #ffffff;
  padding: 2px 10px 2px 10px;
  font-weight: bold;
  margin-left: -1px;
}

.greenBox .csc-header h1 {
    left:1px;
    margin:0;
    padding:0;
    position:absolute;
    top:-1px;
    white-space:nowrap;
}



#main #contentContainer #content .greenBox img {
    float: left;
}

#main #contentContainer #content .greenBox .csc-textpic-imagewrap {
    float: none;
    clear: both;
}



#main #contentContainer #content .greenBox img {
    width: 210px;
    border: medium none;
    margin-left: -4px;
    margin-top: 0px;
    margin-bottom: 4px;
}

#main #contentContainer #content .greenBox .csc-textpic-imagewrap .csc-textpic-image {
	margin-top: 4px;
	margin-left: 0px;
	clear: right;
}

#main #contentContainer #content .greenBox .csc-textpic-imagewrap {
	/*float: none;*/
	margin-left: 0px !important;
}

/********************************
    CONTENT RIGHT (inside MAIN)
 ********************************/

/* teaser (RIGHT, also on home page) */

#main #contentContainer #contentRight .teaser {
    width: 185px; /* 185 (- 2*4) */
}
#contentRight .teaserTitle {
	float:left;
	margin-bottom: -4px;
}


#contentRight .teaserTitle h1 {
    /*width: 150px;*/
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    padding: 0 7px 1px 7px;
    /*background: #e5d18e url(images/teaser-head-bg.jpg) 0 -3px repeat-x;*/
	background-color: #8bbd28;
	margin-right: 2px;
	color: #ffffff;
    margin: 0;
	clear:both;
}

#contentRight .teaserBody h1 span {
    display: none;
}

#main #contentContainer #contentRight .teaserBodyInner {
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	clear:both;
}

#main #contentContainer #contentRight .teaserBody {
    background-color: #f9fbea;
    /*border-top: 4px solid #e5d290;*/
	border-top: 4px solid #bed554;
    margin-bottom: 32px; /* 17 + 15 */
    padding-bottom: 0px;
	border-bottom: 4px solid #bed554;
	clear:both;

}

#main #contentContainer #contentRight .noBorder .teaserBody {
    border: none;
    padding-top: 5px;
}

#contentRight .noBorder .teaserTitle h1 {
    color: #7E6B41;
    background: none;
}


#contentRight .teaserBody h2 {
    font-family: Arial, serif;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0 0 2px 6px;
    padding: 0;
}

#contentRight .teaserBody dl,
#contentRight .teaserBody dt {
    margin: 0;
    padding: 0;
}

#contentRight .teaserBody img {
	border-bottom: 4px solid #ffffff;

}

#contentRight .teaserBody p {
    margin: 0px 0 0px 6px;
    font-size: 0.85em;
    padding-bottom: 4px;
}

#dev_HomeTeaserOnly {
    display: none;
}

ul.browsebox li {
	list-style-type: none;
	display: inline;
	margin-left: 0;
	margin-right: 15px;
	padding: 0;
}

.browsebox {
	margin-left: 0 !important;
}

ul.browsebox li {
	list-style-type: none;
	display: inline;
	margin-left: 0;
	margin-right: 15px;
	padding: 0;
}

/************** NEWS ********************************/

.news-list-container a {
	padding: 0px;
	background: none;
}

.news-list-container .news-list-date {
	font-size: .8em;
	color: #818181;
}

.news-list-item h3 a {
	color: #333333;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Trebuchet MS;
	line-height: 110%;
}

.news-list-item h3 {
	width: 360px;
}

.news-list-item {
	clear: both;
	margin-bottom: 30px;
}

/*.news-list-item img {
	width: 90px;
	height: 90px;
}*/

.news-list-category {
	display: none;
}

#content .news-single-item .block {
    display: none;
}

/*.news-list-date {
    color: #818181;
    font-size:0.85em;
}

.news-list-item h3  {
    font-size:1.05em;
    margin-top:24px;
    margin-bottom: 0px;
    width:400px;
}*/

#main #contentContainer #content .news-list-container a img {
    float:right;
    margin-left: 12px;
    margin-top:-26px;
	border: 2px solid #bed455;
}
.news-list-item p {
color: #4d4d4d;
}

.news-list-browse {
	margin-top: 12px;
}

.news-list-browse .showResultsWrap  {
	margin-bottom: 6px;
}

.news-list-morelink {
	font-family: Arial, Helvetica, sans-serif;
    /*font-family: Georgia, serif;*/
    color: #c6481e;
    text-decoration: none;
    background: url(images/link-bg.gif) left 4px no-repeat;
    padding-left: 8px;
	margin-top: -10px;
}

div.news-list-item hr,
div.news-single-item hr {
	display: none !important;
	clear: both;
	height: 0;
}


/****************** VEREINSSEITE-SHOP ***************/

.com-teaser {
	float: left;
	margin-left: 10px;
	width: 375px;
}

#main #contentContainer #content .com-teaser  a, #main #contentContainer #content .com-teaser  a :hover  {
	padding-left: 0px;
	background: none;
}

#main #contentContainer #content .com-category img {
	float: left;
	margin-bottom: 10px;
	border: 2px solid #89BA3D;

}


.com-list .com-list-col-action, .com-list .com-list-action-entry{
	display: none;
}

.com-list .com-category-teaser-img {
	width: 145px;
	height: 77px;
	background-color: #f9fceb;
	border: 1px solid #bed553;
	padding-top: 4px;
	padding-bottom: 4px;

}

#main #contentContainer #content  .com-list-even, #main #contentContainer #content  .com-list-odd {
	float:left;
	margin-bottom:10px;
	background:none;
	/*width:135px;*/
	margin-right:10px;
	margin-top:20px;
}

/*#main #contentContainer #content  .com-list-even a, #main #contentContainer #content  .com-list-odd a {
	background: none;
	padding: 0px;
}*/


/*#main #contentContainer #content .com-list .com-category-teaser-img  {
	float:left;
}*/

#main #contentContainer #content .com-list .com-category-teaser-img img {
	border:none;
	margin-top: 0px;
	margin-left: 38px;
	margin-top: 4px;
}

#main #contentContainer #content .com-list .com-list-col-img a {
	background: none;
	padding: 0px;
}

#main #contentContainer #content .com-list-col-title {
	width: 65px;  
	float:left;
	margin-top: 4px;
	font-size:.9em;
    height: 2em;
}

#main #contentContainer #content .com-list-col-teaser {
	display:none;
}

#main #contentContainer #content  .com-list-col-price {
	width:70px;
	text-align: right;
	float:left;
	margin-top: 6px;
	font-size:.9em;
}

#main #contentContainer #content .pagebrowser {
	clear:both;
	padding-top: 6px;
	border-top: 1px dotted #C6481E;
        padding-bottom: 6px;
	margin: 12px 0px 12px 0px;	
}

#main #contentContainer #content .pagebrowser a {
	padding: 0px;
	border: 1px solid #C6481E;
	padding: 0px 4px 0px 4px;
	background-image: none;
	background-color: #f9ece7;
}

#main #contentContainer #content .pagebrowser strong a {
	padding: 0px;
	border: 1px solid #C6481E;
	padding: 0px 4px 0px 4px;
	background-image: none;
	background-color: #C6481E;
	color: #ffffff
}

.com-list {
	color: #787974;
}

.com-category {
	margin-bottom: 10px;
}

.com-single {
	border-top: 1px solid #bed554;
	padding-top: 20px;
	clear: both;
}

#main #contentContainer #content  .com-single .com-single-content {
	float:right;
	width: 100%;
	font-size: .9em;
	border-bottom: 1px dotted #BED554;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

#main #contentContainer #content  .com-single img {
	margin: 0px;
	border: 1px solid #c7db6d;
}

.com-single-content-image, .com-single-content-text {
	float:left;
}

.com-single-content-text {
	margin-left: 20px;
	width: 300px;
}

#main #contentContainer #content  .com-single .com-single-content h2 a,
#main #contentContainer #content  .com-single .com-single-content h2 a:hover {
	background: none;
	padding: 0px;
	color: #3c3c3c;
	font-weight: bold;
	cursor: text; 
}

#main #contentContainer #content  .com-single .com-single-content h2 {
	margin-top: 0px;
}

.com-input-single-submit, .com-chkout-address-fields-submit input {
	border: 1px solid #c6481e;
	color: #fcf4f2;
	background-image: url('images/com-gradient.jpg');
	background-repeat: repeat-x;
	padding: 0px 4px 0px 4px;
	font-size: .9em;
	font-weight: bold;
	cursor: pointer;
}

.com-input-single-submit {
	font-size: .8em;
}

.com-single-action-content {
	width: 300px;
	float:left;
}

.com-single-action-entry {
	margin: 20px 0px 20px 0px;
	clear:both;
}

.com-single-action-image{
	float:left;
	margin-right: 20px;
	width: 138px;
	/*height:138px;*/
}

.com-single-action-image img {
	width: 138px;
	height:138px;
}

/*.com-single-action-image img{
	width: 69px;
	height: 69px;
}*/

.com-single-action-entry input {
	margin-left: 8px;
}

.com-single-cat {
	display: none;
}

.com-product-gross {
	width: 80px;
	display: block;
	float:left;
}

#main #contentContainer #content .com-text-right-image img {
	width: 98px;
	/*height: 138px;*/
	height: 98px;
	border: 1px solid #c7db6d;
}

a.com-overview-link, a.com-overview-link:hover {
	margin-left: 200px;
	background: url('images/link2-bg.gif') no-repeat;
	padding-left: 10px;
	padding-top: 0px;
	background-position: center left;
}




/************** BASKET **************************/


.com-basket-box table, .com-basket-box .com-basket-header, .com-basket-box table tr, .com-basket-box table th, .com-basket-box table td {
	background-color: #fcfdf5;
	border:none;
	font-weight: 200;
}

.com-basket-box .com-basket-header {
	border-bottom: 1px solid #cadd72;
	color: #939390;
	font-size: .9em;
}

.com-del-link a, .com-del-link a:hover {
	background: none;
	padding: 0px;
	width: 17px;
	height: 17px;
	padding: 0px 8px 2px 8px;
	color: #ffffff;
	font-weight: bold;
	background-image: url('images/com-delete.gif');
	background-repeat: no-repeat;
}

.com-basket-box input {
	width: 35px;
}

.com-basket-submit input, .com-basket-previous a, .com-basket-next a , .com-basket-previous a:hover, .com-basket-next a:hover {
	border: 1px solid #c6481e;
	color: #fcf4f2;
	background: none;
	background-image: url('images/com-gradient.jpg');
	background-repeat: repeat-x;
	padding: 0px 4px 0px 4px;
	font-size: .9em;
	font-weight: bold;
	cursor: pointer;
}

.com-basket-box table tr.com-basket-net, .com-basket-box table tr.com-basket-net td {
	background-color: #e2eec9;
	border-top: 1px solid #bed554;
	border-bottom: 1px solid #bed554;
}

.com-basket-box table tr.com-basket-gross td, table.com-basket-list  th {
	border-top: 1px solid #bed554;
}

table.com-basket-list td.com-text-right-green {
	text-align: right;
	background-color: #e0edc1;
}

.com-chkout-listing-basket table.com-basket-list .com-basket-header-title {
	background-color: #f0f6df;
	border-right: 2px solid #ffffff;
}

.com-chkout-listing-basket {
	margin-bottom: 20px;
}

.com-chkout-listing-basket .com-text-right img, .tx-commerce-pi3  .com-text-right img
{
	width: 98px;
	height: 98px;
}

table.com-basket-list td.com-text-right-border{
	text-align: right;
	/*border-left: 1px solid #bed554;*/
	background-color: #f0f6df;
	border-right: 2px solid #ffffff;
}

table.com-basket-list span {
	margin-left: 8px;
}

/*table.com-basket-list td.com-text-right-border-nogreen {
	text-align: right;
	border-right: 2px solid #ffffff;
}*/

table.com-basket-list .com-basket-header-price-sum  {
	background-color: #e0edc1;
}

.com-basket-next {
	float: right;
}

.com-basket-previous, .com-basket-submit {
	float: left;
	clear: left;
}


/************** BASKET_QUICKVIEW******************/

.com-basket-qv-pricegross, .com-basket-qv-quantity {
	float: left;
	width: 82px;
	padding: 6px 0px 6px 0px;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 6px;
}

.com-basket-qv-pricegross {
	text-align: right;
}

.com-basket-qv-chkout, .com-basket-qv-chkout:hover {
	float:right;
	border: 1px solid #c6481e;
	color: #fcf4f2;
	background: none;
	background-image: url('images/com-gradient.jpg');
	background-repeat: repeat-x;
	padding: 0px 4px 0px 4px;
	font-size: .9em;
	float: right;
	cursor: pointer;
	font-weight: bold;
	margin-right:6px;
	margin-top:6px;
}

.com-basket-no-stock, .com-basket-qv{
	margin:6px;
}

.com-basket-no-stock a.com-basket-qv-basket , .com-basket-qv a.com-basket-qv-basket {
	font-family: Arial, Helvetica, sans-serif;
    /*font-family: Georgia, serif;*/
    color: #c6481e;
    text-decoration: none;
    background: url(images/link-bg.gif) left 4px no-repeat;
    padding-left: 8px;
	overflow:hidden;
	position:relative;
}

.com-basket-qv-value {
	overflow:hidden;
	position:relative;
	margin-bottom: 8px;
}

/*********************  CHECKOUT  ***************/

.com-checkout-loginaddress li {
	list-style-type: none;
	background-color: #dee9c5;
	border:1px solid red;
}

	.address_item_name, .address_item_street {
		border-bottom: 2px solid #ffffff;
		background-color: #dee9c5;
		position:relative;
		overflow:hidden;		
	}
	
	.address_item_email {
		border-bottom: 2px solid #ffffff;
		background-color: #dee9c5;
		position:relative;
		overflow:hidden;
		padding:10px 0 10px 0;
	}	
	
table.com-basket-list, table.com-basket-list tr, table.com-basket-list td, table.com-basket-list th  {
	border: none;
	background-color: #fcfdf5;
}

table.com-basket-list th  {
	border-bottom: 1px solid #cadd74;
	font-weight: 200;
	color: #939390;
}

.com-chkout-listing-comment {
	display: none;
}

.com-chkout-address-radio, .com-chkout-address-radiolabel {
	float: left;
	display: inline-block;
	margin: 8px;
}

.com-chkout-address-mandatory {
	font-size: .9em;
}


.com-chkout-listing-submit input {
	border: 1px solid #c6481e;
	color: #fcf4f2;
	background: none;
	background-image: url('images/com-gradient.jpg');
	background-repeat: repeat-x;
	padding: 0px 4px 0px 4px;
	font-size: .9em;
	float: right;
	cursor: pointer;
	font-weight: bold;
}

.com-chkout-listing-footer, .com-chkout-listing {
	clear:both;
	padding-top: 24px;
	margin-bottom: 20px;
}

.com-chkout-listing-billing-address, .com-chkout-listing-delivery-address  {
	float: left;
	width:230px;
	font-size: .9em;
}

.com-chkout-listing-billing-address dt , .com-chkout-listing-delivery-address dt{
	display: none;
}

.com-chkout-listing-footer {
	font-size: .9em;
	color: #939390;
}

.com-chkout-steps  {
	margin-left: -4px;
}


.com-chkout-steps div {
	float:left;
}

.com-chkout-steps div {

	background: url('images/com-checkout2.gif') no-repeat;
	margin: 0px 4px 0px 4px;
	color: #6d735d;
	width: 140px;
	height: 20px;
	margin-right: -27px;
	font-size: 0.88em;
	padding-top:3px;
}

.com-chkout-steps .com-chkout-step-actual {
	background: url('images/com-checkout-active2.gif') no-repeat;
	margin: 0px -25px 0px 4px;
	color: #ffffff;
	width: 140px;
	padding-top:3px;
}

.com-chkout-steps .com-chkout-step-active {
	background: url('images/com-checkout-activated2.gif') no-repeat;
	margin: 0px -27px 0px 4px;
	width: 140px;
	padding-top:3px;
}

.com-chkout-steps a, .com-chkout-steps a:hover, .com-chkout-steps i {
	background: none;
	padding: 0px;
	color: #6d735d;
	font-weight: 200;
	padding-left: 16px;
}

.com-chkout-steps .com-chkout-step-actual b {
	background: none;
	padding: 0px;
	padding-left: 16px;
	font-weight: normal;
}

.com-chkout-address {
	clear: both;
	margin-top: 20px;
}

table.com-basket-list .com-chkout-sum td {
	border-bottom: 1px solid #bed554;
	border-top: 1px solid #bed554;
	background-color: #e2eec9;	
}

table.com-basket-list .com-chkout-sum .com-text-right, .com-chkout-listing-billing-address h3, .com-chkout-listing-delivery-address h3 {
	font-weight: bold;
	font-size: 1.1em;
}

table.com-basket-list .com-checkout-article-gross td {
	border-top: 1px solid #bed554;
}

.com-chkout-address-fields form {
	/*background-color: #fcfdf4;*/
	background-color: #dee9c5;
	font-size: .9em;
	padding-bottom: 4px;
}

.com-chkout-address-row {
	border-bottom: 2px solid #ffffff;
	background-color: #dee9c5;
	position:relative;
	overflow:hidden;
	
}

.com-chkout-address-input, .com-chkout-address-label {
	/*border-bottom: 1px solid #bed554;*/
	padding: 8px;
	/*margin-top: 8px;*/
	float:left;
	position:relative;
	background-color: #dee9c5;
}

/*div.com-chkout-address-fields dt {
	clear:both;
	margin-right: 20px;
}*/

.com-chkout-address-label {
	color: #cc5b35;
	width: 130px;
}

.com-chkout-address-input {
	width:300px;
}

.com-chkout-address-label label {
	color: #4D4D4D;
}

.com-chkout-address-fields .com-chkout-address-input input,
.com-chkout-address-fields .com-chkout-address-input select{
	width: 300px;
	border: none;
	color:  #4D4D4D;
	/*height: 20px;*/
}

.com-chkout-address-fields .com-chkout-address-input select{
	line-height:20;
}

.com-chkout-address-fields-submit {
	background-color: #ffffff;
	margin-top: 12px;
}

.com-chkout-address-fields-submit {
	float:right;
}

.com-chkout-listing-terms .error  {
	color: #cc5b35;
	/*padding: 28px 120px 28px 120px;*/
}


/************* Accordion ******************/

.accordion .ui-accordion-header {
	background-image: url('images/accordion-gradient.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #f3f3da;
	border-bottom: 1px solid #deed97;
	font-size: 1.2em;
	color: #c6481e;
	padding: 5px;
	padding-left: 10px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.accordion .ui-state-active {
	background-image: url('images/accordion-gradient-active.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #E6EFAC;
	border-bottom: 1px solid #deed97;
	font-size: 1.2em;
	color: #c6481e;
	padding: 5px;
	padding-left: 10px;
	margin: 0px;
	cursor: pointer;
}

.accordion .ui-accordion-header span.title {
    color: #c6481e;
    text-decoration: none;
    background: url('images/accordion-bullet.gif') left 6px no-repeat;
    padding-left: 16px;
		display: block;
}

.accordion .ui-state-active span.title {
    color: #c6481e;
    text-decoration: none;
    background: url('images/accordion-bullet-down.gif') left center no-repeat;
    padding-left: 16px;
}

/*.accordion .ui-state-active span.ui-icon {
    color: #c6481e;
    text-decoration: none;
    background: url(images/accordion-bullet-down.gif) left center no-repeat;
    padding-left: 14px;
}*/

.ui-accordion-content {
	background-color: #f7f8ef;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0d8bd;
	margin-bottom: 1px;
	padding: 10px;
	overflow: hidden;
}

div.news-list-browse div.browseBoxWrap div.showResultsWrap {
	font-size: 0.85em;
	color: #999999;
}

div.news-list-browse div.browseBoxWrap div.browseLinksWrap {
	border-top: 1px solid #e19d87;
	height: 21px;
	padding-top: 1px;
	padding-left: 0;
	margin-bottom: 20px;
	margin-top: -1px !important;
}

div.news-single-item div.news-single-backlink {
	border-top: 1px solid #e19d87;
	height: 21px;
	padding-top: 1px;
	padding-left: 0;
	margin-top: -1px !important;
	bottom: 0;
	position: inherit;
	display: block;
}

div.news-list-browse div.browseBoxWrap div.browseLinksWrap span a,
div.news-single-item div.news-single-backlink a {
	padding: 1px 5px;
	border-top: 0;
	border-left: 1px solid #e19d87;
	border-right: 1px solid #e19d87;
	border-bottom: 1px solid #e19d87;
	color: #c6481f;
	margin-left: 0px;
	margin-right: 0px;
	background: none;
	clear: both;
}


div.news-list-browse div.browseBoxWrap div.browseLinksWrap span a:hover,
div.news-single-item div.news-single-backlink a:hover {
	background: #f0c6b8;
	color: #c6481f;
}

div.news-list-browse div.browseBoxWrap div.browseLinksWrap span.activeLinkWrap a {
	border: 1px solid #c6481f;
	color: #ffffff;
	background: #c6481f;
}

div.news-single-item {
	min-height: 350px;
	position: relative;
	padding-bottom: 20px;
}

div.news-single-item div.clearingElement {
	clear: both;
	padding-top: 35px;
}

div#content div.news-single-item div.news-single-timedata,
div#content div.news-single-item div.news-single-category,
div#content div.news-single-item p.news-single-author {
	display: none;
}


div#content div.news-single-item div.news-single-img {
}

div#content div.news-single-item div.news-single-img img {
	float: right;
	margin: 10px 0 0 10px;
}

div#content div.news-single-item div.news-single-img p.news-single-imgcaption {
	display: none;
}

div#content div.news-single-item div.news-single-img a {
	background: none;
	padding-left: 0;
}

div.contentWrapper div.news-single-item h2 {
	font-size: 1.875em;
	font-weight: normal;
}

.news-single-imgcaption {
}

#mailformMitgliedschaft {
    border: none;
}

.tx-indexedsearch-searchbox  {
    background:none repeat scroll 0 0 #F1F5D1;

}

.tx-indexedsearch-form .tx-indexedsearch-searchbox-sword, .tx-indexedsearch-searchbox input.submit {
  border:1px solid #B1C703;
}

.tx-indexedsearch-redMarkup {
    background-color: #F1F5D1;
}

.csc-mailform-submit {
    font-family:Arial,sans-serif;
}

#mailformMitgliedschaft {
    width: 16px;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	/*float: left;*/
}




