body table.win {
	width: 100%;
	table-layout: fixed;
}

body table.win thead tr {
	height: 84px;
}

table.win thead tr th.left {
	width: auto;
	background-image: url('../images/design/head_left_bg.jpg');
	background-position: right top;
}

table.win thead tr th.center {
	width: 925px;
	text-align: left;
}

thead tr th.center img {
	float: left;
	border-width: 0px;	
}

table.win thead tr th.right {
	width: auto;
	background-image: url('../images/design/head_right_bg.jpg');
	background-position: left top;
}

table.win tbody tr {
	text-align: left;
}

table.win tbody tr div.spacer {
	height: 7px;
}

table.win tbody tr div.con {
	padding: 0px;
	width: 925px;
	background-image: url('../images/design/con_middle_bg.jpg');
}

table.win tbody tr div.con_content {
	padding-left: 22px;
	padding-right: 22px;
}

tbody tr div.con div.banner {
	height: 94px;
}

tbody tr div.con div.banner div.warenkorb {
	float: right;
	text-align: right;
	color: #A57878;	
}

div.con div.con_content table.grid {
	width: 880px;
	margin: 11px 0px 0px 0px;
}

/* --- menu --- */

div.con_content table.grid td.menu {
	vertical-align: top;
	width: 204px;
	padding-right: 23px;
	background-image:url('../images/design/menu_bg.jpg');
	background-repeat: repeat-y;
	line-height: 189%;
	overflow: hiddden;
	
}

table.grid td.menu img.menu {
	margin-left: 32px;
	border-width: 0px;
}

table.grid td.menu img.subMenu {
	margin-left: 41px;
	border-width: 0px;
}

table.grid td.menu div.row {
	margin-left: 32px;
}

table.grid td.menu div.kontaktSpacer {
	height: 28px;
	padding-top: 4px;
	clear: both;
}

table.grid td.menu div.row a img {
	float: left;
	clear: both;
	margin: 0px;
}

table.grid td.menu div.row img.dot {
	float: left;
	margin-left: 10px;
	display: none;
}

table.grid td.menu div.active {
	padding-left: 32px;
	clear: both;
}

table.grid td.menu div.active img {
	float: left;
}

table.grid td.menu div.sub {
	clear: both;
	text-align: left;
}

table.grid td.menu div.sub img.subDot { 
	float: left; 
	margin-left: 10px;
}

table.grid td.menu div.sub div.subActive {
	margin-left: 18px;
}

table.grid td.menu div.sub div.subActive img.subDot {
	float: left;
	margin-right: 11px;
	margin-left: 0px;
}

table.grid td.menu div.shop {
	background-image: url('../images/design/menu_shop_bg.gif');
	margin: 7px 0px 6px 23px;
	width: 160px;
	height: 26px;
	/*background: #ceaab7;
	width: 174px;*/	
}

table.grid td.menu div.shop div.active {
	margin-left: 10px;
	padding-left: 0px;
	padding-top: 1px;
}

table.grid td.menu div.shop div.row {
	margin-left: 10px;
	padding-top: 1px;
}




div.con_content table.grid td.picture {
	width: 653px;
	height: 250px;
	background-repeat: no-repeat;
	vertical-align: top;
}

div.con_content table.grid td.content {
	width: 450px;
	padding-right: 26px;
	background-image:url('../images/design/content_bg.jpg');
	background-repeat: repeat-y;
	line-height: 189%;
	vertical-align: top;
}

table.grid td.content img {
	margin-bottom: 12px;
}

div.con_content table.grid td.week {
	width: 155px;
	padding-left: 22px;
	vertical-align: top;
}


/* --- Image with border and shadow --- */

div.pic {
}

div.pic div.pic_top {
	background-image:url('../images/design/pic_top_bg.png');
	background-repeat: repeat-y;
	background-position: right top;	
	float: left;
}

div.pic div.pic_top img.image {
	border: 7px solid white;
	float: left;
}

div.pic div.pic_top img.top {
}

div.pic div.pic_bottom {
	clear: both;
	background-image:url('../images/design/pic_bottom_bg.png');
	background-repeat: repeat-x;	
}

div.pic div.pic_bottom img.left {
	float: left;
}

div.pic div.pic_bottom img.right {
	float: right;
}

/* -------- partner ------------ */
a.partner {
	color: #A57878;
	font-weight: normal;
	font-family: Verdana,Helvetica;
  font-size: 11px;
}

a.partner:hover {
  color: #660099;
  text-decoration:none;
}

/* -------- kontakt ------------ */
form.kontakt {
  color: #A57878;
}

form.kontakt div.text {
  background: #e0d4ba;
  height: 25px;
  padding-left: 15px;
  margin-bottom: 2px;
}

form.kontakt div.submit input {
  float: right;
  background: #ece5c8;
  border: 0px solid white;
  color: #A57878;
  font-family: Verdana,Helvetica;
  font-size: 11px;
  line-height: 189%;
  margin-top: 4px;
  cursor: pointer;
}
form.kontakt div.submit {
  text-align: right;
  }

form.kontakt div.form input {
  border: 0px solid white;
  background: white;
  width: 442px;
  height: 17px;
  padding: 4px;
  margin-top: 4px;
  color: #664E44;
  font-family: Verdana,Helvetica;
  font-size: 11px;
}

form.kontakt div.form span.error {
  color: #660099;
  }

form.kontakt div.form textarea {
  border: 0px solid white;
  background: white;
  width: 442px;
  height: 194px;
  padding: 4px;
  margin-top: 4px;
  color: #664E44;
  font-family: Verdana,Helvetica;
  font-size: 11px;
  line-height: 189%;
}

