/*

www.pflanzen-koelle.de
main.css

Autor: andre.koch@pepperzak.com

*/

/* ALLGEMEINES **************************************/

body {
    font: 100.01% Arial,Verdana,Helvetica,sans-serif;
    color: #666;
    margin: 0;
    padding: 0 0 10px 0;
    background: #fff url(../img/global_bg.jpg) repeat-x;
    /* text-align: center; */
	font-size: 12px;
}

dl,
dd,
dt,
form,
legend,
fieldset { border: 0; margin: 0; padding: 0; }

/*  general Style */
/* P, H1, H2, H3, H4, H5 {
	text-align: left;
} */

/* P {
	padding: 0 0 12px 0;
	margin: 0;
} */

/* B {
	color: #44744b;
} */
.contenttable {
	border-spacing: 0;
}
.contenttable P {
	margin: 0;
	padding: 0;
}
h1 {
    position: relative;
    /* text-indent: -10000px; */
    margin: 0 0 15px 0;
    font-size: 10px;
    height: 40px;
}

h1 img {
    position: absolute;
    left: 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #44744b;
	margin: 0 0 12 0;
}

h3 {
    font-size: 14px;
    color: #44744b;
	margin: 0 0 12px 0;
}

h4 {
	margin: 0 0 13px 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #44744b;
}

h5 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 12px;
	color: #44744b;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 3px 0;
}

/* p { margin-top: 0; max-width: 750px;} */
p {
    margin-top: 0;
}

.detail {
	color: #44744b;
}

a:link,
a:visited { color: #44744b; text-decoration: none; font-weight: normal; }

a:focus,
a:hover,
a:active { text-decoration: underline; outline: none; }

a img { border: none; }

a.arrowlink:before,
#Stage a:before {
    content: '» ';
}

/* IE7 sux */
* + html a.arrowlink,
* + html #Stage a {
   background: url(../img/fallback_arrow.gif) no-repeat left 5px;
   /* padding-left: 25px; */
   padding-left: 10px;
   /* margin-left: 10px; */
}


#Stage a {
	font-weight: bold;
}

#Stage a.dl_link:before,
.filelinks>a:before {
	content: '' !important;
}

/* IE7 sux */
* + html a.dl_link,
* + html .imglink {
    background: none !important;
    padding-left: 0 !important;
}

a.greylink { color: #666666; }

a.button,
input,
select,
textarea { font-size: 12px; font-family: Arial,Verdana,Helvetica,sans-serif; }

.floatnone { float: none; clear: both; width: 1px; height: 0px; font-size: 1px; line-height: 0px; display:block; }
.floatleft { float: left; }
.floatright { float: right; }

/* .clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
 */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
	overflow: visible;
}

/* Kein Javascript */
.nojsslider {
    background: url(../img/nojs_bg.gif) repeat-x;
    font-size: 11px;
    height: 25px;
    padding: 6px 0 0 40px;
    white-space: nowrap;
    z-index: 10;
    position: relative;
}

.nojsbody {
    background: url(../img/nojs_warning.gif) no-repeat;
    height: 18px;
    padding: 2px 0 0 26px;
}

/* WRAPPER **************************************/
#ContentWrapper {
    width: 1000px;
    position: relative;
    margin: 0 auto;
}


/* TOP **************************************/
#Top {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: 1000px;
    margin: 0;
    background: #c9d200;
    z-index: 2;
}

.visuals #Top {
    background-color: transparent;
}

#Top #Claim,
#Top #Logo {
    position: absolute;
    top: 0;
    display: block;
    z-index: 2;
    left: 0;
}

#Top #Logo {
    width: 455px;
    height: 150px;
    left: 545px;
}

.visuals #Top #Logo {
    background: url(../img/pflanzen_koelle_logo_bg.png);
}

#Top #Logo img {
    margin: 47px 0 0 258px;
}


/* MAIN NAV **************************************/
#MainMenu {
    position: absolute;
    top: 150px;
    left: 0;
    width: 1000px;
    margin: 0;
    padding: 0;
    background: #c9d200;
    height: 27px;
    z-index: 2;
    border-top: 1px solid #fff;

}

#MainMenu li {
    display: block;
    float: left;
    text-transform: uppercase;
}

#MainMenu li a:link,
#MainMenu li a:visited {
    font-size: 13px;
    color: #43744a;
    display: block;
    padding: 5px 23px;
    font-weight: bold;
    height: 16px;
    font-family: Arial;
}

#MainMenu li a:focus,
#MainMenu li a:hover,
#MainMenu li a:active,
#MainMenu li.active A {
    text-decoration: none;
    color: #fff !important;
}

/* CONTENT **************************************/
#ContentTop {
    position: absolute;
    left: -9px;
    top: 176px;
    width: 1018px;
    height: 21px;
    background: url(../img/content_top.png) no-repeat;
}

.visuals #ContentTop {
    background: url(../img/content_top_visuals.png) no-repeat;
    z-index: 2;
}

/* #ContentTop img {
    position: absolute;
    left: 9px;
    top: 0;
    z-index: 10000;
} */

#Content {
    margin: 0 -9px;
    padding: 184px 17px 0 17px;
    background: url(../img/content_middle.png) repeat-y;
    text-align: left;
}

.visuals #Content {
    height: 535px;
    padding: 0 9px;
}

#ContentInner {
    /* background: #cbcbcb url(../img/content_bg.jpg) no-repeat top left; */
    background: #cbcbcb url(../img/content_bg.jpg) repeat-x;
    padding: 30px 0 50px 0;
    position: relative;
}

#ContentInner #SecondLevelMenu {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 0 0 39px;
    padding: 0;
    list-style-type: none;
    z-index: 2;
}

#ContentInner #SecondLevelMenu li {
    float: left;
    margin: 0 10px 0 0;
}

#ContentInner #SecondLevelMenu a:link,
#ContentInner #SecondLevelMenu a:visited {
    display: block;
    padding: 0;
    text-align: right;
}

#ContentInner #SecondLevelMenu a.active,
#ContentInner #SecondLevelMenu a:focus,
#ContentInner #SecondLevelMenu a:hover,
#ContentInner #SecondLevelMenu a:active,
#ContentInner #SecondLevelMenu LI.active a {

}

#ContentInner #ContentPic {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

#ContentBottom {
    margin: 0 -9px;
    width: 1018px;
    height: 19px;
    background: url(../img/content_bottom.png) no-repeat;
}

/* STAGE **************************************/
#StageWrapper {
    margin: 0 0 0 39px;
    background: url(../img/stage_bg_wrapper.jpg) repeat-y;
}

#Stage {
    padding: 14px 23px 40px 23px;
    /* min-height: 391px; */
    background: url(../img/stage_bg.jpg) no-repeat;
}

/* IE7 sux */
* + html #Stage {
    zoom: 1;
}

#StageFull {
	position: relative;
	z-index: 2;
	/* width: 899px; */
}

#Stage #ContentPicFloat {
    float: right;
    margin: -44px -23px 0 0;
    z-index: 1;
    position: relative;
}

#StageLeft {
	float: left;
	width: 603px;
	position: relative;
	z-index: 2;
	float: left;
}

/* #StageLeft H1.generated + P, #StageFull H1.generated + P, #StageFull H3 + P { */
#StageLeft H1.generated + P, #StageFull H1.generated + P {
	width: 530px;
}

/* IE7 */
/* * + html #StageLeft H1.generated + P,
* + html #StageFull H1.generated + P {
   width: 500px;
}
 */
* + html .floating #StageLeft H1.generated + P,
* + html .floating #StageFull H1.generated + P {
    width: auto;
}


#StageRight, #StageRight2 {
	width: 264px;
	margin-left: 20px;
	position: relative;
	z-index: 3;
	float: right;
}

#StageRight {
	margin-top: 200px;
}

#StageRight h4,
#StageRight2 h4,
#kochschule #right h4
{
    margin: 0;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

#StageRight UL,
#StageRight2 UL {
	padding: 0 0 12px 3px;
	margin: 0;
}
#StageRight LI,
#StageRight2 LI {
	font-size: 12px;
	list-style-position: inside;
}

.halfpage {
	width: 399px;
	margin-right: 10px;
	float: left;
}

.csc-textpic-imagewrap a:before,
.csc-textpic-imagewrap a:link,
.csc-textpic-imagewrap a:visited {
    content: '' !important;
}

.csc-textpic-imagewrap a:hover {
    text-decoration: none;
}

/* Homepage Teaser */
#Content .slidecontentbefore,
#Content .slidecontent {
	width: 1000px;
	height: 543px;
	overflow: hidden;
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	height: 543px;
	width: 1000px;
}

#Content .slidecontent {
    /* display: none; */
}

/* #Content .slidecontent {
    margin: 0;
    padding: 0;
    position: relative;
} */

#Content #SlidePrev {
    position: absolute;
    top: 313px;
    left: 8px;
    background: url(../img/slidebutton_prev.png) no-repeat 0 -100px;
    z-index: 2;
    /* display: none; */
    height: 100px;
    width: 50px;
}

#Content #SlideNext {
    position: absolute;
    top: 313px;
    right: 8px;
    background: url(../img/slidebutton_next.png) no-repeat 0 -100px;
    z-index: 2;
    /* display: none; */
    height: 100px;
    width: 50px;
}

#Content #SlidePrev:hover,
#Content #SlideNext:hover {
    background-position: 0 0;
    cursor: pointer;
}


/* Sortiment */
#SortimentMenu {
    position: absolute;
    top: 186px;
    left: 18px;
    z-index: 4;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#SortimentMenu li {
    display: inline;
}

#SortimentMenu a:link,
#SortimentMenu a:visited {
    color: #44744b;
    font-size: 15px;
    background: #c2cb00;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    display: block;
    float: left;
/*     width: 10px;
    height: 19px;
    overflow: hidden;
    display: block;
    float: left; */
}

#SortimentMenu li.activeSlide a,
#SortimentMenu a:focus,
#SortimentMenu a:hover,
#SortimentMenu a:active {
    text-decoration: none;
    color: #fff;
}

/* #SortimentMenu li.activeSlide a {
    width: auto;
} */

#SortimentMenu li a .text {
    display: none;
}

#SortimentMenu li.activeSlide a .text {
    display: inline;
}

.sortimentcontentmenu {
    position: absolute;
    top: 215px;
    left: 18px;
    z-index: 11;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sortimentcontentmenu li a:link,
.sortimentcontentmenu li a:visited {
    background: url(../img/sortimentcontentmenu_bg.png) repeat-y;
    display: block;
    padding: 4px 10px;
    margin: 0 0 1px;
    width: 206px;
    font-weight: bold;
}

.slidecontent .opened li a.active,
.slidecontent .sortimentcontentmenu li a:focus,
.slidecontent .sortimentcontentmenu li a:hover,
.slidecontent .sortimentcontentmenu li a:active {
    background: url(../img/sortimentcontentmenu_bg_active.png) repeat-y;
    color: #fff;
    text-decoration: none;
}

.opened li a:link,
.opened li a:visited {
    background: url(../img/sortimentcontentmenu_bg_inactive.png) repeat-y;
    display: block;
    padding: 4px 10px;
    margin: 0 0 1px;
    width: 206px;
    color: #fff;
}

.windowcontent {
    position: absolute;
    top: 214px;
    left: 60px;
    z-index: 5;
    background: #e3e3e3 url(../img/sortiment_contentbox.jpg) repeat-x;
    width: 679px;
    height: 260px;
    padding: 20px 10px;
/*     border-right: 8px solid #fff;
    border-left: 8px solid #fff; */
    /* overflow-y: auto; */
    display: none;
}

.windowcontent .windowclose {
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../img/button_window_close.gif) no-repeat right;
    padding: 0 20px 0 0;
}

/* .sortimentcontentmenu li a.opened:focus,
.sortimentcontentmenu li a.opened:hover,
.sortimentcontentmenu li a.opened:active {
    background: url(../img/sortimentcontentmenu_bg_active.png) repeat-y;
    color: #fff;
    text-decoration: none;
} */

.windowcontent ul {
    padding-left: 15px;
    list-style-type: disc;
}

.windowcontent ul.thumbs {
    padding-left: 0;
    list-style-type: none;
}

.slidecontent .contentheadline { display: none; }

.slidecontent .visible { display: block; }

#SlideWrapper .loading {
    position: absolute;
    top: 340px;
    left: 400px;
    width: 35px;
    height: 35px;
    background: url(../img/loading.gif) no-repeat;
    z-index: 10;
    display: none;
}

/* Sortiment Windowcontent */
.ajax-stage-content-left {
    float: left;
    width: 166px;
	margin: 80px 8px 0 0;
	padding: 0 0 0 20px;
}

.ajax-stage-content-left strong {
    color: #44744B;
}

.ajax-stage-content-right {
    float: right;
    width: 485px;
    height: 260px;
    position: relative;
}


/* Sortiment Windowcontent Galerie */
#thumbs {
    width: 265px;
    float: left;
}

.thumbs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.thumbs li {
    margin-right: 5px;
    float: left !important;
}

#gallery {
    float: left;
    width: 198px;
}

.slideshow-container {
/*     position: relative;
    min-height: 200px; */
    clear: both;
    height: 190px;
    position: relative;
}

div.slideshow span.image-wrapper {
/* 	display: block;
	position: absolute;
	top: 0;
	right: 0;
    width: 198px;
    height: 200px;
	overflow: hidden; */
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 198px;
    height: 190px;
	overflow: hidden;
	z-index: 5;
}

div.slideshow span.image-wrapper a:hover {
    text-decoration: none;
}

div.slideshow a.advance-link {
    display: block;
    height: 190px;
    width: 198px;
    overflow: hidden;
}

div.slideshow span.image-wrapper img {
    position: absolute;
    top: 0;
}

/* div.slideshow span.image-wrapper img { display: block; position: relative; top: 0; left: 0; } */

div.slideshow img {
    vertical-align: middle;
}

.caption-container {
    position: relative;
}

span.image-caption {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px;
}

.image-title {
    /* position: absolute; */
    color: #666666;
    font-size: 11px;
    padding: 3px 1px;
}


/* Scrollpane */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
	padding: 0 1px;
}
.jScrollPaneDrag {
	position: absolute;
	background: #c9d200;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* Standorte */
.standortselect {
    position: relative;
    z-index: 5;
}

#standortkarte {
    margin-top: -30px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	/* border: 1px solid #111; */
	background-color: #eee;
	color: #44744B;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	width: 210px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

/* Sortiment */
.tx-pksortiment-pi1 {
    color: #333333;
}

.tx-pksortiment-pi1 .sort-list td {
    padding: 3px 5px;
}

.tx-pksortiment-pi1 .sort-list .sort-color-td {
    width: 10px;
    padding: 0;
    border-right: 1px solid #fff;
}


/* Service */
#StageLeft ul ,
#StageFull ul {
    margin: 0 0 0 0;
    padding: 0;
}

#StageLeft ul li,
#StageFull ul li {
    background: url(../img/bullet.png) no-repeat 0 3px;
    list-style-type: none;
    color: #666;
    padding: 2px 0 2px 25px;
    margin: 0;
}


/* Linktipps */
.link-list {
	margin: 10px 0 25px 0;
}

.link-item {
    border: 1px solid #999999;
    background-color: #fff;
    padding: 5px;
    margin: 0 0 10px 0;
    color: #666;
}

/* IE7 sux */
.link-item {
    zoom: 1;
}

.link-item h4 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    color: #666;
}

.link-textbox {
    float: left;
    display: inline;
    width: 400px;
}

.link-item img {
    float: left;
    display: inline;
    margin-right: 10px;
    overflow: hidden;
}

.link-item a {
    font-weight: bold;
}


/* Jobliste und Jobs-Single-View */
#Stage .jobbox {
    padding-top: 30px;
    padding-bottom: 30px;
}

.content-box table th {
    padding: 0 5px 7px 10px;
}

.content-box table td {
	padding: 2px 5px 1px 10px;
}

.content-box table td a {
    font-weight: bold;
}

.oddline {
	background-color: #ecefa3;
}

.jobsdownload {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#Stage .jobsdownload li {
    background: 0;
    padding: 0;
}

.jobsdownload .dl-icon {
    padding-right: 5px;
	display: inline;
}

.backbutton {
    background: #999999;
    float: right;
    margin: 15px 0 0 0;
    padding: 4px 10px;
    font-size: 11px;
}

.backbutton a {
    color: #fff;
    background-image: none !important;
}

.backbutton a:before {
    content: none !important;
}


/* VIDEO AND VIDEO-TEASER **********************/
.videoteaser {
	float: left;
	border: 1px solid #999;
	padding: 0;
	background-color: white;
	width: 198px;
	/* overflow: hidden; */
	margin: 30px 20px 0 0;
	/* clear: right; */
}

.videoteaser a {
	color: #43744a;
	display: block;
	/* padding: 5px 10px 10px 10px; */
	padding: 0 0 10px 10px;
	font-weight: bold;
}

/* IE7 sux */
*+html .videoteaser .linklist a {
    padding-left: 25px;
    margin-left: 10px;
}

.videoteaser img {
	/* width: 201px;
	height: 150px; */
	position: relative;
	top: -1px;
	left: -1px;
}

.videoteaser .imglink {
	margin: 0;
	padding: 0;
}

.videoteaser a.imglink:before {
	content: '' !important;
	display: block;
}

.vt-headline {
	padding: 10px 10px 0px 10px;
	font-weight: bold;
}

.vt-body {
	padding: 2px 10px;
}

/* Gutscheine */
#formulariframe {
    border: 0 !important;
    width: 899px;
    height: 610px;
}

/* Ueberwintern */
#formulariframewinter {
    border: 0 !important;
    width: 900px;
    height: 555px;
}
/* TEASER **************************************/
#GreenWrapper {
    background: #c9d200;
    text-align: left;
}

#Teaser {
    position: relative;
    z-index: 2;
    top: -53px;
    margin: 0;
    padding: 0;
    height: 198px;
    text-align: left;
}

#Teaser li {
    display: block;
    float: left;
    margin: 0 0 0 20px;
    width: 176px;
    height: 198px;
    background: url(../img/teaser_bg.jpg) no-repeat;
}

#Teaser li h5 {
    margin: 6px 0 0 8px;
    padding: 0;
}

#Teaser li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

#Teaser li img {
    padding: 4px 0 0 8px;
}


/* BOTTOM **************************************/
#Bottom {
    margin: -20px 0 0 0;
    padding: 0 30px;
    font-size: 11px;
    min-height: 265px;
    background: #fff url(../img/footer_bg.jpg) repeat-x;
}

#Bottom #BottomContent {
    float: right;
    margin-top: 10px;
    display: none;
}

#Bottom #BottomContent .bottomcolumn {
    display: none;
}

/* #Bottom #BottomContent .prospekt {
    display: block;
    float: right;
} */

.bottomcolumn,
#Bottom .csc-textpic {
    float: left;
    width: 310px;
    color: #666666;
    /* border: 1px solid; */
}

.bottomcolumn h5 {
    color: #44744b;
}

.bottomcolumn ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bottomcolumn ul li {
    padding-bottom: 5px;
}

.bottomcolumn ul li p {
    margin: 0;
}

.bottomcolumn ul li a {
    color: #666666;
}


#Bottom #Footer {
    float: none;
    clear: both;
    margin-top: 10px;
}

#Bottom .copyright {
    margin: 0;
    float: left;
    font-size: 11px;
	color: #44744b;
}
#FooterMenu UL {
	margin: 0;
}

#FooterMenu {
    float: right;
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: none;
}

#FooterMenu li {
    display: inline;
    padding-left: 20px;
}

.standortselect {
	margin: 0 0 20px 0;
}
.standortterminselect {
	margin: 40px 0 30px 0;
}

/* tt_news */
.content-box {
	background-color: #fff;
	border: 1px solid #999999;
	padding: 19px 13px;
	/* width: 585px; */
}
.content-box TABLE {
	/* width: 585px; */
	width: 100%;
}

/* news und termine */
.news-list-item p {
    margin: 3px 10px;
}
.news-list-item p .mehrlink {
    margin-left: 0;
}

/* .news-list-item .news-body p {
    margin: auto;
} */

.news-headline {
	padding: 2px 10px;
	background-color: #edefa4;
}

/* IE7 sux */
.news-headline {
	zoom: 1;
}

.news-headline>H2 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
}
.event-data {
	display: inline;
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #44744b;
}

.mehrlink {
    display: block;
    margin: 5px 0 10px 10px;
}

.news-body {
    margin: 10px 10px 8px 10px;
    display: none;
}

.news-body p,
.news-body>P {
	margin: 0;
	padding: 0;
	position: relative;
}
.news-body > P > B {
	/* color: #44744b; */
}


/* tx_powermail */
.tx-powermail-pi1 {
    color: #333;
}

.tx-powermail-pi1 label {
    cursor: pointer;
}

.tx_powermail_pi1_form {

}

.tx-powermail-pi1 #gws {
    padding-top: 80px;
}

.tx-powermail-pi1 .loesungswort {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 31px 0 23px;
}

.tx-powermail-pi1 .loesungswort .tx-powermail-pi1_fieldset_title {
    border-bottom: 1px solid #fff;
    padding: 0 0 7px 0;
    margin: 0;
    font-size: 16px;
}

.tx-powermail-pi1 .loesungswort .tx_powermail_pi1_fieldwrap_html {
    padding-top: 0;
}

#StageFull .tx-powermail-pi1 .loesungswort a:before,
#StageLeft .tx-powermail-pi1 .loesungswort a:before {
    content: '';
}

#StageFull .tx-powermail-pi1 .loesungswort a,
#StageLeft .tx-powermail-pi1 .loesungswort a {
    cursor: default;
}

.tx-powermail-pi1 #gws #gwsAnswer {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 517px;
    background-position: 0 -2px;
}

.tx-powermail-pi1_fieldset {
	background-color: #fff;
	border: 1px solid # #gws;
	text-align: left;
	margin: 0 25px 0 16px;
	padding: 14px;
	font-size: 12px;
 }

.tx-powermail-pi1_fieldset_title {
	color: #44744b;
	margin: 0 0 2px 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #44744b;
	/* text-transform: uppercase; */
	font-weight: bold;
 }

.tx_powermail_pi1_fieldwrap_html {
    padding: 3px 0;
    clear: left;
 }

.tx_powermail_pi1_fieldwrap_html label,
.tx_powermail_pi1_fieldwrap_html_radio_title {
	width: 170px;
	display: inline;
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
}

.tx_powermail_pi1_fieldwrap_html select,
.tx_powermail_pi1_fieldwrap_html_text input,
.tx_powermail_pi1_fieldwrap_html_captcha input {
    border-top: 1px solid #45754b;
    border-left: 1px solid #45754b;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #43744a;
}

.tx_powermail_pi1_fieldwrap_html_radio input {
    float: left;
    margin: 2px 2px 0 0;
}

.tx_powermail_pi1_fieldwrap_html_radio label {
    width: auto;
    margin-right: 20px;
    padding-top: 2px;
}

.powermail_check_inner {
    float: left;
}

.tx_powermail_pi1_fieldwrap_html_check label {
    display: none;
}

.tx_powermail_pi1_fieldwrap_html_checkbox_title {
    padding: 2px 0 0 0;
    margin: 0 0 0 25px;
}

label.validation-failed {
    color: red;
}

.inline-no-label LABEL {
    display: none;
}

input.powermail_text,
input.powermail_captcha,
.tx_powermail_pi1_fieldwrap_html_select select {
    background-color: #efefef;
    width: 200px;
}

INPUT.validation-failed {
    border: 1px solid red;
}

SELECT.powermail_select {
	margin: 2px 2px 2px 10px;
}

INPUT.powermail_radio_inner {
	margin: 2px 2px 2px 10px;
	display: inline;
	float: left;
}

.powermail_radio_inner LABEL {
    width: auto;
    display: inline;
    float: none;
}

.powermail_radio {

}

.powermail_mandatory {
    color: #43744a;
}

.powermail_mandatory_js {
    color: #f00;
    font-size: 11px;
}

/* Captcha */
.tx_powermail_pi1_fieldwrap_html_captcha {
    margin: 0 0 10px 0;
}

.tx-srfreecap-pi2-cant-read {
    color: #333;
}

img.tx-srfreecap-pi2-image {
    margin: 3px 0 2px 0;
    display: block;
    float: left;
}

.tx_powermail_pi1_fieldwrap_html_captcha_description {
    margin: 3px 0 0 170px;
    font-size: 11px;
    /* color: #333; */
}


fieldset.footer {
    border: 0;
    background: none;
}

fieldset.footer .tx-powermail-pi1_fieldset_title {
    display: none;
}

.tx-powermail-pi1 #gws .footer .buttons {
    float: right;
    margin: 0;
}

.tx_powermail_pi1_fieldwrap_html_submit {
    float: right;
}

.footer .mandatoryhint {
    font-size: 11px;
    float: left;
    /* color: #333; */
}

	/* Menge x Wert anpassen */
#powermaildiv_uid2 {
	display: inline;
}
.powermail_uid2 {
	width: 40px;
}
.powermail_uid3 {
	width: 40px;
}

.powermail_all_tr td b {
    display: block;
    width: 250px;
    margin-right: 20px;
}


/* .tx-pksortiment-pi1 */
.tx-pksortiment-pi1-listrow-odd {
	background-color: white;
}
.tx-pksortiment-pi1-listrow-even {
	background-color: #ecefa3;
}
.sort-color-td {
	width: 0px;
	padding: 0;
	margin: 0;
}
.sort-title {
	font-weight: bold;
}


/* Gewinnspiel */
#gws {
    background: url(../img/quiz_bg_top.jpg) no-repeat top left;
    width: 571px;
    padding: 20px 20px 15px 30px;
    margin: 0 -9px;
    /* height: 700px; */
    /* overflow: hidden; */
}

#gws a:before {
    content: '';
}

#gws #gwsPagination {
    float: right;
    margin: 15px 10px 0 0;
}

#gws #gwsPagination li {
    float: left;
    background: none;
    padding: 0;
    margin: 0 2px 0 0 ;
}

#gws #gwsPagination li a:link,
#gws #gwsPagination li a:visited {
    background: #c9d200;
    color: #44744b;
    display: block;
    padding: 5px 0 0 0;
    width: 24px;
    height: 19px;
    content: none;
    text-align: center;
}

#gws #gwsPagination li a.active,
#gws #gwsPagination li a:hover {
    background: #fff;
    text-decoration: none;
}

#gws .viewport {
    width: 565px;
    height: 314px;
    overflow: hidden;
    position: relative;
}

#gws .disable { visibility: hidden; }

#gws .overview {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#gws .buttons,
.tx-powermail-pi1 .buttons {
    display: block;
    padding: 5px 20px;
    background: #43744a;
    color: #fff;
    margin: 30px 15px 0 10px;
    position: relative;
    float: left;
    font-weight: bold;
    border: 0;
    cursor: pointer;
}

#gws .toForm {
    display: none;
}

input.buttons:hover {
    text-decoration: underline;
}

#gws .next {
    float: right;
}

#gws .toForm {
    position: absolute;
    bottom: 60px;
    right: 15px;
}


#gws .frageItem {
    padding: 35px 10px 0 20px;
    float: left;
    margin: 0 20px 0 15px;
    /* height: 121px; */
    min-height: 300px;
    width: 500px;
    background: url(../img/quiz_frageitem_bg.jpg) repeat-x 40px 115px;
}

#gws .gwsStatus,
#gws h4,
#gws .frageItem a .buchstabe {
    color: #44754b;
    font-size: 18px;
    font-weight: bold;
}

#gws .gwsStatus {
    margin: 0 0 5px 0;
}

#gws h4 {
    font-size: 22px;
    height: 55px;
    line-height: 1.1em;
}

#gws .gwsStatus .current {
    background: #fff;
    padding: 2px 8px;
    color: #c9d200;
}

#gws .frageItem a:before {
    content: '';
}

#gws .frageItem a:link,
#gws .frageItem a:visited {
    display: block;
    color: #333;
    background: none;
    padding: 0;
    content: '';
    height: 34px;
}

#gws .frageItem a:focus,
#gws .frageItem a:hover,
#gws .frageItem a:active {
    text-decoration: none;
}

#gws .frageItem a .buchstabe {
    background: url(../img/quiz_antwortbuchstabe_bg.png) no-repeat 0 0;
    font-size: 22px;
    padding: 1px 0;
    height: 28px;
    width: 30px;
    text-align: center;
    display: block;
    float: left;
}

#gws .frageItem a .antwort {
    margin: 0 0 0 40px;
    padding: 12px 0 0 0;
    display: block;
    /* flaot: left; */
}

#gws .frageItem a.active .buchstabe,
#gws .frageItem a:hover .buchstabe {
    background-position: 0 -80px;
    color: #c9d200;
}

#gws #gwsAnswer {
    position: relative;
    background: #b4c212 url(../img/quiz_buchstaben_bg.png) repeat-x top;
    width: 510px;
    margin: -50px 0 0 25px;
}

#gws #gwsAnswer li {
    background: none;
    float: left;
    padding: 8px 0 8px 9px;
}

#gws #gwsAnswer li a {
    background: url(../img/quiz_buchstabe_bg.png) no-repeat 0 0;
    width: 41px;
    height: 41px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    /* margin: 0 0 8px 7px; */
}

#gwsBottom {
    background: url(../img/quiz_bg_bottom.jpg) no-repeat 0 0;
    height: 45px;
    width: 621px;
    margin: 0 -9px;
}


/* Kochschule */
#kochschule
{
	width: 945px;
}
/*
	background: url(../img/koch_schule_kraeuter_hg.png) no-repeat;
	background-position: right top;

*/
#kochschule #left{
	display: block;
	background: url(../img/koch_schule_hintergr.png) no-repeat;
	width: 633px;
	height: 875px;
	float: left;
	margin-right: 10px;
}
#kochschule #left p{
	width: 500px;
	margin: 20px 0 0 55px;
	font-size: 12px;
	color: #333333;
}

#kochschule #right{
	width: 264px;
	margin-top: 113px;
	float: left;
	color: #333333;
}

#kochschule #right div.csc-textpic-single-image, #kochschule #right h3{
	padding: 0;
}
#monthBox{
	margin-bottom: 70px;
	z-index: 3;
}
#monthBox #head{
	margin-bottom: 52px;	
}
#monthBox a.arrowlink::before, #Stage a::before{
	content: '';
}
#monthBox #content ul li{
	background: none;
	padding: 0 0 0 0;
	list-style-type: none;	
	margin-top: -1px;
}
#monthBox #content ul li a{
	display: block;
	width: 233px;
	height: 33px;
}
#monthBox #content ul li a:hover{
	text-decoration: none;
	background-position: 0 -33px;
	width: 233px;
	height: 33px;

}
#monthBox #content ul li a.activeLink{
	text-decoration: none;
	background-position: 0 -33px;
	width: 233px;
	height: 33px;
}
#kochschule a.arrowlink::before, #Stage a::before{
	content: '';
}
#kochschuleKurs{
	margin: 14px 0 0 35px;
}
#kochschuleKurs #head{
	display: block;
	background: url(../img/kochschule_course_head.png) no-repeat;
	width: 509px;
	height: 12px;
}

#kochschuleKurs #content{
	background: url(../img/content_content.png) repeat-y -6px 0px;
}

#kochschuleKurs #footer{
	background: url(../img/content_bottom2.png) no-repeat -8px 0px;;
	height: 19px;
}

div.kochschule_header{
	margin-top: 100px;
	padding-left: 54px;
}

div.kochschule_header h1{
	color: #44744B;
	font-size: 22px;
	margin-bottom: 0px;
	height: 32px;
}

div.kochschule_header h2{
	font-size: 14px;
	margin-top: 0px;
}

#kochschule div.csc-textpic-single-image{
	padding-left: 51px;
	margin-top: 0px;
}

#kochschule h3{
	padding-left: 54px;
}

#geschenk_gutschein{
		background: url(../img/geschenk_gutschein_bg.png) no-repeat;
		margin-left: 54px;
		height: 154px;
}

#geschenk_gutschein h3{
	margin-top: 28px;
	color: #fff;
	padding-left: 6px;
}

#kochschule #geschenk_gutschein p{
	margin-left: 6px;
	font-size: 14px;
}



#kochschule #geschenk_gutscheine_main p{
		font-size: 14px;
		margin-left: 18px;
		color: #666666;
}

#geschenk_gutscheine_main .head{
	margin-left: 54px;
}

#geschenk_gutscheine_main h2{
	font-size: 20px;
	margin-left: 18px;
	padding-top: 18px;
	margin-top: 0px;
}

#geschenk_gutscheine_main h1{
	font-size: 30px;
	color: #44744b;
	margin-left: 64px;
}


h1.topInFront{
	margin-left: 58px;
	margin-top: 94px;
	font-size: 30px;
	color: #44744b;
}

.reiter{
	position: absolute;
	margin-left: 515px;
    margin-top: 196px;
}

img.empty1{
	height: 104px;
    margin-left: 518px;
    margin-top: 120px;
    position: absolute;
    width: 40px;
}

img.empty2{
	height: 104px;
    margin-left: 518px;
    margin-top: 92px;
    position: absolute;
    width: 40px;
}

.reiter2{
	position: absolute;
	margin-left: 518px;
	margin-top: 9px;
}

#geschenk_gutscheine_main img{
	margin-left: 10px;
	margin-top: 20px;
}

#kochschule #geschenk_gutscheine_main .block p{
	background-color: #c8d200;
	color: #fff;
	font-weight: bold;
	width: 186px;
	text-align:center;
	padding: 2px 0px;
}




.blockKursMonat{
	width: 500px;
	color: #333;
	font-family: arial;
	font-size: 12px;
	margin-left: 40px;
	clear: both;
	display: block;
}

.blockKursMonat .sub{
	margin-top: 12px;
	height: 46px;
}

.blockKursMonat .head{
	background: url(../img/kursmonat_top.png) no-repeat;
	height: 9px;
}

.blockKursMonat .footer{
	background: url(../img/kursmonat_footer.png) no-repeat -2px 0px;
	height: 9px;
}

.blockKursMonat .content{
	background: url(../img/kursmonat_middle.png) repeat-y -1px 0px;
	padding: 3px 12px 12px 12px;
}

a.buttonGreen{
	width: 150px;
	background-color: #43744a;
	color: #fff;
	padding: 4px 0px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 6px;
}

a.buttonGreen2{
	width: 150px;
	background-color: #c8d200;
	color: #fff;
	padding: 4px 0px;
	font-weight: bold;
	display: block;
	text-align: center;
}

.blockKursMonat div.buttons{
	float: left;
	width:50%;
}

strong.green{
	color: #45754b;
	font-size: 25px;
}

.blockKursMonat div.price{
	float: left;
	width:50%;
	margin-top: -8px;
}

.blockKursMonat img.detailSmall{
	float: left;
	margin-right: 6px;
}

.tx-culinaryschool-pi1 h1{
	margin-left: 76px;
	font-size: 25px;
	color: #44744B;
	margin-bottom: 4px;
	z-index: 0;
}


#kochschule a.arrowlink:before, #Stage a:before {
    content: "";
}


div.standortselect{
}


div.pagination{
	clear: both;
	height: 24px;
}

div.whitebox{
	background-color: #fff;
	padding: 2px 6px;
	float:right;
	clear:both;
	margin-right: 94px;
}

div.tx-culinaryschool-pi1{
	margin-top: -40px;	
}


div.themenWahl{
	margin-top: 10px;
	height: 50px;
}

div.themenWahl form{
	float: right;
	margin-right: 96px;
	margin-top: 12px;
}

div.themenWahl h1{
	float: left;
	margin-top: 0px;
}

div.kochselect{
	
}

#kochschule #left p.none{
	margin: 0;
	padding: 0;
}

.blockKursMonat .main h2{
	margin-top: 4px;
	margin-bottom: 4px;
}

div.monthList form{
	float:right;
	margin-right: 96px;
	z-index: 1;
}


h1.inVisible{
	z-index: -1;
}


div.monthList{
	margin-top: -28px;
}
