/* @group RESET */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #4f5152;
  font: normal 12px/17px Verdana, Helvetica, sans-serif;
	background: #fff url(../images/bg_outer.png) repeat-x;
}

button, input, select, textarea, table, optgroup {
    font-size: 12px;
}

a img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table tr td {
	vertical-align: top;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

:focus {
	outline: 0;
}

a {
	color: #9d3e48;
}

/* @end */

/* @group BASE */

h1 {
	color: #95303a;
	font: italic 30px Verdana, sans-serif;
	margin-bottom: 20px;
	
}

h2 { font-size:16px; }

h3 {
	margin-bottom: 6px;
  font-size: 14px;
}

h4, h5, h6 {
  font-size:12px;
}


p {
	margin-bottom: 1.3em;
}

.right {
	float: right;
}

.left {
	float: left;
}

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

.clearfix {
	display: inline-block;
}

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

.clear-r {
	clear: right;
}

.clear-l {
	clear: left;
}

.js-only, .print-only {
	display: none !important;
}

.red {
	color: #95303a;
}

.redshort {
	color: #95303a;
	margin-bottom: 8px;
}



/* @end */

/* @group GRID */

.wrapper {
	margin: 0 auto;
	width: 984px;
	background: url(../images/bg_gradient.png) repeat-y;
	border-left: 1px solid #b39699;
	border-right: 1px solid #b39699;
}

.wrapper-inner {
	width: 984px;
	background: url(../images/bg.jpg) no-repeat;
	position: relative;
}

.header {
	height: 115px;
}

.header .top {
	height: 74px;
	background: url(../images/header_image.jpg) no-repeat;
	position: relative;
}

.header .logo {
	position: absolute;
	top: 0;
	right: 0;
}

.content {
	padding: 28px 0 0 0;
	clear: both;
	min-height: 550px;
}

.content .cols {
	clear: both;
}

.content .col-1 {
	float: left;
	width: 210px;
	padding: 0 0 0 30px;
	margin-right: 28px;
	min-height: 1px;
}

.content .col-2 {
	float: left;
	width: 448px;
	margin-right: 28px;
}

.content .col-3 {
	float: left;
	width: 210px;
}


.cols-inner .col-left,
.cols-inner .col-right {
	float: left;
	width: 210px;
}

.cols-inner .col-left {
	margin-right: 28px;
}

.cols-25x75 .col-2 {
	width: 686px;
}
.cols-25x75 .col-2 .col-left,
.cols-25x75 .col-2 .col-right {
  float: left;
  width: 329px;
}
.cols-25x75 .col-2 .col-right {
  margin-left: 25px;
}

/* @end */

/* @group PARTYKALENDER */
.pkal {
	margin-bottom: 20px;
}

table {
	border: 1px solid #95303a;
	width: 686px;
}

th {
	background-color: #95303a;
	color: #ffffff;
	padding: 0.3em 1em 0.3em 0.5em;
  text-align: left;
}

tr.odd,
tr.even {
	padding: 0.1em 0.6em;
}

tr.odd {
	background-color: #f8e1e3;
}

tr.even {
	background-color: #ffffff;
}

td {
	padding: 8px 5px;
}

td p {
	margin: 0;
}

/* @end */

/* @group STOREFINDER */

#storefinder_content {
	margin: 30px 0 20px 0;
}

#storefinder_search label {
	margin: 0 8px 0 0;
}

#storefinder_search input.text {
	width: 77px;
}

#storefinder_list {
	float: left;
	width: 330px;
}

#storefinder_list table {
	width: 330px;
}

#storefinder_list table th.position {
	width: 67px;
}

#storefinder_list table td.position {
	text-align: center;
}

#storefinder_list table tr td,
.pkal table tr td {
	border-bottom: 1px solid #d5d5d5;
}

#storefinder_list table tr.last td,
.pkal table tr.last td {
	border-bottom: 1px solid #95303A;
}

#storefinder_list table tr.odd td,
.pkal table tr.odd td {
	background-color: white;
}

#storefinder_map {
	border: 1px solid #95303a;
	float: right;
	height: 360px;
  width: 330px;
}

/* @end */ 

/* @group NAVIGATIONS */

/* @group MAIN */

.navi {
	float: right;
	width: 716px;
	height: 30px;
	background: url(../images/navi_bg.png) repeat-x;
}

.navi ul li {
	float: left;
	padding: 6px 7px;
	font-size: 14px;
}

.navi ul li a {
	color: #95303a;
	text-decoration: none;
}

.navi ul li a:hover {
	text-decoration: underline;
}

.navi ul li.active a {
	color: #95303a;
	text-decoration: underline;
}

/* @end */

/* @group FOOTER */

.navi-footer {
	float: right;
	width: 717px;
	margin: 28px 0 15px;
}

.navi-footer ul li {
	float: left;
	padding: 6px 28px 0 0;
	font-size: 12px;
}

.navi-footer ul li a {
	color: #4f5152;
	text-decoration: none;
}

.navi-footer ul li a:hover {
	text-decoration: underline;
}

.navi-footer ul li.active a {
	color: #95303a;
	text-decoration: underline;
}

/* @end */


/* @group FORM */
option {
  padding: 1px 10px 1px 10px;
}
input.text,
.yacaph input#captcha {
	border: 1px solid #696464;
	padding: 2px 2px 3px;
}

.yacaph input#captcha {
	display: block;
	margin-bottom: 8px;
}

.yacaph {
	margin-bottom: 1.4em;
}

div.paging {
  clear: both;
  background-image: url(../images/tea_bg.png);
  height: 30px;
  text-align: center; 
}
.current {
  background-color: #95303a;
  color: #FFF;
}

/* @group ERROR/STATUS */
div.adm-notice,
.errorExplanation {
  background-color: #95303a;
  color:#FFF;
  margin-bottom: 10px;
  padding: 10px;
}
div.adm-notice p,
.errorExplanation p {
  margin-bottom: 5px;
}
div.adm-notice {
  margin-left:270px;
  margin-right:30px;
}
/* @end */


div.paging a, 
div.paging span {
  padding: 2px 4px;
  text-decoration: none;  
  line-height: 28px;
  height: 23px;
}
.paging a.prev_page,
.paging a.next_page {
  color: white;
  background: url(../images/btn_bg.png) right 0;
  border-width: 0;
  font-weight: bold;
}
.disabled {
  color:transparent;
}

input.button,
a.button {
	color: white;
	background: url(../images/btn_bg.png) right 0;
	border-width: 0;
	font-weight: bold;
	height: 23px;
	padding: 0 7px 2px;
}

a.button {
	padding: 4px 8px;
	text-decoration: none;
}

.form-item {
	margin: 12px;
}

.form-item label {
	color: #95303a;
	display: block;
}

.form-item label.inline {
	display: inline;
	margin-right: 14px;
}

.form-item input {
	border: 1px solid #696464;
}

.form-item input.form-text {
	padding: 2px 2px 3px 2px;
	width: 320px;
}

fieldset.captcha {
	border: 0 none;
}

.captcha .description {
	font-size: 10px;
}

/* @group FORM */

form.default {
	background-image: url(../images/tea_bg.png);
	padding: 5px;
	margin-bottom: 20px;
}
form.default label, 
.yacaph label {
	color: #95303a;
	display: block;
	font-size: 12px;
	padding-bottom: 3px;
}
form.default label.left {
	float:left;
}
form.default input.text,
form.default textarea {
	width: 317px;
}
form.default input.text-small {
	width: 80px;
}
form.default input.text-medium {
	width: 226px;
}
form.default div {
  margin-bottom:10px;
}
form.default .note {
  font-size:10px;
  margin:-12px 0px 10px 0px;
  padding:0;
}
form.default .button-set {
	padding: 10px 0;
}

form.default .button-set .note {
  float:left;
  margin-left:10px;
  margin-top:5px;
}

form.default p.i-item input,
form.default p.i-item label {
  float:left;
  width:30px; 
  margin:0; padding:0;
}
form.default p.i-item label {
  width:400px; 
}
/* @end */

/* @group PAGINIERUNG */
div.paging {
  background-image: url(../images/tea_bg.png);
  clear: both;
  height: 30px;
  text-align: center; 
  margin-bottom: 20px;
}
.disabled {
  color: #DBACB2 !important;
  background-color: transparent !important;
  background-image: none !important;
}

div.paging a, 
div.paging span {
  padding: 2px 6px;
  text-decoration: none;  
  line-height: 28px;
  height: 23px;
  font-weight: bold;
}
.paging .prev_page,
.paging .next_page {
  color: white;
  background: url(../images/btn_bg.png) right 0;
  border-width: 0;
  margin-right: 10px;
  margin-left: 10px; 
}
.current {
  background-color: #95303a;
  color: #FFF;
}

/* @end */

/* @end */

/* @group BOXES */

.pattern-top {
	background: url(../images/pattern_top.png) no-repeat;
	height: 41px;
}

.header-heard {
	position: absolute;
	top: -12px;
	left: -35px;
	z-index: 20;
}

.header-heard img {
	background: url(../images/header_traum.png) no-repeat;
	height: 100px;
	width: 400px;
}

.pattern-footer {
	background: url(../images/pattern_bottom.png) no-repeat;
	clear: both;
	height: 36px;
}

.front-woman {
	position: absolute;
	left: 0;
	top: 155px;
	z-index: 30;
}

.videoplayer {
	margin-bottom: 20px;
}

/* @group TEASERS */
.tea {
	background-image: url(../images/tea_bg.png);
	font-size: 11px;
	line-height: 1.4em;
	padding: 5px;
  position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	height: auto;
	width: 200px;
}

.tea .tea-text {
	margin-bottom: 3px;
}

.tea .tea-image {
	margin-bottom: 4px;
}

.tea-g1, .tea-g2, .tea-g3,
.tea-1 {
	background: #e2bdc2 no-repeat 122px 5px;
	height: 206px;
	overflow: hidden;
	width: auto;
}

.tea-g1 .tea-text, .tea-g2 .tea-text, .tea-g3 .tea-text,
.tea-1 .tea-text {
	float: left;
	padding: 0 3px;
	width: 225px;
}

.tea-g1 h2, .tea-g2 h2, .tea-g3 h2,
.tea-1 h2 {
	float: left;
	padding: 0 3px;
	width: 230px;
}

.tea-1 .tea-image {
	padding-left: 40px;
	margin-bottom: 0;
}

.lupe {
  position:absolute;
  bottom:8px;
  right: 8px;
}

.tea-shopfinder {
	background: url(../images/tea_flower_bg.png) no-repeat;
	padding-top: 19px;
	margin-top: -14px;
}

.tea-shopfinder p {
	margin-bottom: 0.8em;
}

.tea-shopfinder form {
	display: block;
	margin-bottom: 2px;
}

.tea-shopfinder label {
	margin: 0 8px 0 0;
}

.tea-shopfinder input.text {
	width: 77px;
}

.tea-shopfinder h2.doubleline {
	height: 50px;
}

.tea-shopfinder h2.singleline {
	height: 40px;
}

.tea-trans {
	background: 0 none;
}

/* .cols-25x75 .col-2 .tea {
	width: 676px;
}
*/

.w50 {
	width: 438px;
}

.wflex {
	width: auto;
}

/* @end */

/* @group GEWINNSPIEL */
.dirndl-galerie {
  border-top: 1px solid #95303a;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-top: 10px;
}
.photoblock {
  background: url(../images/bg_photoblock.jpg) no-repeat;
  height: 260px;
  margin: 10px 0px;
	overflow: hidden;
  position: relative;
  width: 329px; 
}
.photobig {
  background: url(../images/bg_photoblock_big.jpg) no-repeat;
  height:auto;
  margin-bottom:20px;
  margin-top:0px;
  width: 448px;
}
.photoblock div {
  padding: 6px;
}
.photoadmin {
  padding: 0px;
	background-image: none;
}
.photoblock div div {
  padding: 0px;
}
.photoblock div.img {
  background: url(../images/Holzrahmen.jpg) no-repeat;
  float: left;
  height: 138px;
  width: 155px;
  overflow: hidden;
}
.photobig div.img {
  background: url(../images/Holzrahmen_Profil.jpg) no-repeat;
  height: 192px;
  width: 215px;
}
.photoblock div.kat-1,
.photoblock div.kat-2 {
  background-color: #95303a; 
  top: 127px;
  color: #FFF;
  left: 6px;
  padding: 0px 3px;
  position: absolute;
  z-index: 100;
}
.photoblock div.kat-2 {
  left: auto;
  right: 6px;
}
.photobig div.kat-1,
.photobig div.kat-2 {
  top: 180px;
}
.valign1 {
  display: table; 
  #position: relative; 
  overflow: hidden;
  text-align: center;
  z-index:1;
}
.valign2 {
  #position: absolute;  
  #top: 50%;
  z-index: 10;
  display: table-cell; 
  vertical-align: middle;
}
.valign3 {
  #position: relative;  
  #top: -50%;
  #left: -50%;
}
.photoblock .img img {
  border: 1px solid #FFF;
}
.photobig .img img {
  border: 3px solid #FFF;
}
.photoblock div.marg {
  margin-left: 7px;
}
.photobig div.marg {
  margin-left: 6px;
}
.photoadmin div.marg {
  margin-left: 2px;
}

.photoblock h4 {
  clear: both;
  color: #95303a;
  padding-top:4px;
  width: 270px;
}
.photobig h4 {
  color: #4f5152;
  width: 375px;
}
.photoblock p {
  margin-bottom: 5px;
}
.photoblock p.desc {
  font-size: 10px;
  color: #929496;
  margin: 0;
}
.photoblock ul li {
  float: left;
  margin-right: 10px;
}
.unpublished {
  background-color: #FFF;
	background-image: none;
}

/* @end */

/* @group PRESSE */

.galerie {
	padding-bottom: 20px; 
	margin-bottom: 20px;
	border-bottom: 1px solid #95303a;
}

.galerie .tea-thumb {
	float: left;
	width: 151px; 
	height: 164px;
	padding: 5px; 
	position: relative;
	margin: 14px 14px 0 0;
}
.galerie .tea-thumb.galerie-2010 {

	height: 180px;
}

.galerie .tea-thumb.last {
	margin-right: 0;
}

.galerie .tea-thumb img.thumb {
	display: block; 
	position: relative; 
	padding: 3px; 
	border: 1px solid #95303a; 
	margin-bottom: 4px;
}

.galerie .tea-thumb img.lupe {
	position: absolute; 
	top: 93px; 
	right: 9px;
}

.galerie .tea-thumb p {
	margin-bottom: 0;
}

.galerie-last {
	border-bottom-width: 0;
}

/* @end */

/* @end */

/* @group Dirndl-ABC */
.abc .first-letter {
	font-size:20px;
	display: block; 
	float: left; 
	width: 30px; 
	height: 33px; 
	clear: both;
}
/*
.abc .letter_A{
	width: 29px; 
}
.abc .letter_B{
	width: 25px; 
}
*/
.abc .letter_E,
.abc .letter_C,
.abc .letter_S{
	width: 25px; 
}
.abc .letter_V,
.abc .letter_Z{
	width: 28px; 
}
.abc .letter_H,
.abc .letter_K,
.abc .letter_M{
	width: 36px; 
}
.abc .letter_P,
.abc .letter_R,
.abc .letter_W{
	width: 33px; 
}

/* @end */


/* @group SIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
	height: 48px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #ffffff;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	height: 32px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #ffffff;
}

.sIFR-hasFlash h1.doubleline {
	height: 90px;
}

.sIFR-hasFlash h2.doubleline {
	height: 64px;
}

.sIFR-hasFlash h2.trippleline {
	height: 75px;
}

.tea h2,
.tea .sIFR-hasFlash h2 {
	margin-bottom: 0;
}


/* @end */


/* @group FANCYBOX */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../images/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancy_title_right.png) repeat-x;
}
.banderole {
	position:absolute; 
	top: 310px; 
	left:0px; 
	z-index:50; 
	width:984px; 
	overflow:hidden;
}

/* @end */

/* @group CLEARNG */
.i-item:after,
.wrapper-inner:after,
.content:after,
.navi-footer ul:after,
.navi ul:after,
.tea:after,
.cols:after,
.galerie:after,
.galerie-clear:after,
form.default .button-set:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
  visibility: hidden;
}


/* @end */
