body {
	font-size: 83%;
  font-family: Arial, 'Arial CE', Verdana, 'Verdana CE', Tahoma, 'Tahoma CE', sans-serif;
 	padding: 0px;
	margin: 0px;
	color: #000000;                                                                         
	text-align: left;
  background: #444c4f url("../images/mainbg.png") 0px 0px repeat-x;
}

#main {
  position: relative;
	margin: 0px;
	padding: 0px;
	width: 986px;
	text-align: left;
	background: #ffffff;
}

#top {
  position: relative;
  margin: 0px;
	padding: 0px;
	width: 986px;
	height: 320px;
	background: url("../images/topbg.jpg");
}

#top a#logo {
  position: absolute;
  left: 20px;
  top: 0px;
  display: block;
  margin: 0px;
	padding: 0px;
	width: 240px;
	height: 125px;
}

#head_menu {
  position: absolute;
  left: 260px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  width: 700px;
	height: 31px;
}

#head_menu span, #head_menu a {
  position: relative;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px 17px 0px 15px;
  height: 31px;
  line-height: 31px;
  vertical-align: middle;
 	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	background: url("../images/menucol.jpg") top right no-repeat;
}

#head_menu a.yellow {
  color: #fed20f;
}

#head_menu_spacer {
  position: relative;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 120px;
  height: 31px;
}

#top_pagebox {
  position: absolute;
  margin: 0px auto;
  right: 40px;
  top: 75px;
  width: 280px;
  height: 160px;
}

#top_pagebox .top_thumb {
  margin: 0px auto;
  width: 260px;
	padding: 0px;
	margin-bottom: 4px;
  text-align: center;
  border: 1px solid #abadb3;
  background: url("../images/boxbg.jpg") left top repeat-x;
}

#top_menu {
  position: absolute;
  bottom: 8px;
  right: 0px;
  margin: 0px;
  padding-left: 12px;
  width: 696px;
	height: 31px;
}

#top_menu ul {
  margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#top_menu ul li {
  float: left;
  margin: 0px;
	padding: 0px;
}

#top_menu ul a {
  display: block;
  margin: 0px;
  padding: 0px 0px 0px 22px;
  line-height: 31px;
  vertical-align: middle;
  color: #eac311;
	text-decoration: none;
	font-size: 11px;
  font-weight: bold;
  background: url("../images/menu_icon.gif") 0px 50% no-repeat;
}

#top_menu ul a:hover {
  color: #ffffff;
  background: url("../images/menu_icon_on.gif") 0px 50% no-repeat;
}

#top_menu ul li .menucol {
  display: block;
  margin: 0px;
  padding: 0px 12px;
  width: 2px;
  height: 31px;
  background: url("../images/menucol.jpg") top center no-repeat;
}

#global {
  position: relative;
	padding: 0px;
	margin: 0px;
  width: 986px;
  border-left: 12px solid #444c4f;
}

#content {
  position: relative;
	padding: 0px;
	margin: 0px;
	width: 970px;
	background: #ffffff url("../images/contbg.jpg") 0px top repeat-x;
	border: 2px solid #ffffff;
  min-height: 400px;
	_height: 400px;
}

#left_part {
  position: relative;
	float: left;
	padding: 10px 16px 0px 10px;
	margin: 0px;
	width: 206px;
}

#left_part #top {
 position: relative;
	padding: 0px;
	margin-bottom: 10px;
	width: 206px;
	height: 30px;
  background: url("../images/l_menu.gif") 0px 50% no-repeat;
}

#left_part #favorite {
 position: relative;
	padding: 0px;
	margin-bottom: 10px;
	width: 206px;
	height: 30px;
  background: url("../images/l_favorite.gif") 0px 50% no-repeat;
}

#left_part .left_line {
	padding: 0px;
	margin: 5px 0px;
	width: 196px;
	height: 1px;
	background: #cbccd0;
	border-bottom: 1px solid #f0f0f1;
}

#left_part .left_text {
  padding: 0px 5px;
	margin: 10px 0px;
	color: #000000;
	font-size: 11px;
	line-height: 3ex;
}

#left_part #menu {
	padding-bottom: 15px;
	margin: 0px;
	width: 206px;
}

#left_part #menu ul {
  padding: 0px;
  margin: 0px;
	list-style-type: none;
}

#left_part #menu li {
  padding: 0px;
  margin: 0px;
}

#left_part #menu li li {
 	border: 0px;
}

#left_part #menu ul ul {
  padding-left: 10px;
  padding-bottom: 10px;
}

#left_part #menu ul a {
  position: relative;
	display: block;
	margin: 0px;
  padding: 6px 0px 6px 30px;
	color: #000000;
	text-decoration: none;
	width: 176px;
  vertical-align: middle;
  font-size: 12px;
	font-weight: bold;
 	background: #ffd414 url("../images/left_menu_icon.gif") left top no-repeat;
 	border-bottom: 4px solid #ffffff;
}

#left_part #menu ul a:hover {
 	background-color: #f7e8a4;
}

#left_part #menu ul a.selected {
  background: #ffd414 url("../images/left_menu_icon2.gif") left 1px no-repeat;
}

#left_part #menu ul a.selected:hover {
  background-color: #f7e8a4;
}

#left_part #menu ul a.submenu {
	display: block;
	margin: 0px;
	padding: 4px 0px 4px 20px;
	color: #000000;
	text-decoration: none;
 	width: auto;
  font-size: 12px;
	font-weight: normal;
 	background-image: none;
 	background-color: #ffffff;
 	border-bottom: 1px solid #abadb3;
}

#left_part #menu ul a.submenu:hover {
	text-decoration: underline;
	background-color: transparent;
}

#body {
  position: relative;
  float: left;
	padding: 15px 0px;
	margin: 0px;
	width: 552px;
}

#body #crumbs {
	font-size: 12px;
}

#right_part {
  position: relative;
  float: right;
  padding: 10px 10px 0px 16px;
	margin: 0px;
	width: 160px;
}

#right_part #search {
  position: relative;
	padding: 0px;
	margin: 0px;
	width: 160px;
	height: 30px;
  background: url("../images/r_search.gif") 0px 50% no-repeat;
}

#right_part #login {
  position: relative;
	padding: 0px;
	margin: 0px;
	width: 160px;
	height: 30px;
  background: url("../images/r_login.gif") 0px 50% no-repeat;
}

#right_part #cart {
  position: relative;
	padding: 0px;
	margin: 0px;
	width: 160px;
	height: 30px;
  background: url("../images/r_cart.gif") 0px 50% no-repeat;
}

#right_part .right_text {
  padding: 0px;
	margin: 10px 0px;
	color: #000000;
	font-size: 12px;
	line-height: 3ex;
}

#right_part input.login {
  width: 150px;
  margin-bottom: 2px;
  border: 1px solid #abadb3;
}

#right_part input.button, input.button {
  width: auto;
  height: auto;
  margin: 0px;
  border: 1px solid #707070;
  background: #efefef;
}

#right_part .right_line {
	padding: 0px;
	margin: 10px 0px;
	width: 160px;
	height: 1px;
	background: #cbccd0;
	border-bottom: 1px solid #f0f0f1;
}

#right_part .kurz_euro {
	padding: 5px;
	margin: 0px auto;
	width: 150px;
  text-align: center;
  font-size: 18px;
  background: #FFE672;
	font-weight: normal;
}

#footer {
	position: relative;
	width: 986px;
	height: 48px;
  background: url("../images/footer.jpg");
  margin: 0px;
	padding: 0px;
}

#footer #text {
  position: absolute;
  left: 30px;
  top: 15px;
  color: #ffffff;
 	font-size: 11px;
}
  
#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#news {
	margin: 0px;
  padding: 0px;
}           

#news #news_title {
  position: relative;
	padding: 0px;
	margin-bottom: 10px;
	width: 552px;
	height: 30px;
  background: url("../images/news_title.gif") 0px 50% no-repeat;
}

#news .itemhead {
  color: #000000;   
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

#news .itemhead a {   
  color: #000000;
  background-color: transparent;
  text-decoration: none;	
}

#news .itemhead .date {   
	font-weight: normal;
	font-size: 11px;
}

#news .itempic {
  float: left;
  width: 120px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#news .itembox {
  float: left;
	padding: 0px;
	margin: 0px;
}

#news img {
  margin: 0px auto;
  width: auto;
  border: none;
  margin-right: 10px;
}

#news .news_line {
	padding: 0px;
	margin: 10px 0px;
	width: 100%;
	height: 1px;
	background: #cbccd0;
	border-bottom: 1px solid #f0f0f1;
}

#offer {
	margin: 0px;
  padding: 0px;
}

#offer #offer_title {
  position: relative;
	padding: 0px;
	margin-bottom: 10px;
	width: 552px;
	height: 30px;
  background: url("../images/offer_title.gif") 0px 50% no-repeat;
}

#news h1, #offer h1 {
  display: none;
}

div.master_box, div.box {
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #cbccd0;
  background: url("../images/boxbg.jpg") 0px top repeat-x;
}

.thumb {
  margin: 0px auto;
  float: left;
  width: 178px;
	padding: 0px;
	margin-bottom: 6px;
  text-align: center;
  border: 1px solid #abadb3;
  background: url("../images/boxbg.jpg") 0px top repeat-x;
}

.thumb_space {
  width: 6px;
  height: 6px;
  padding: 0px;
	margin: 0px;
}

.thumb_button {
  display: block;
  float: left;
  position: relative;
  margin: 0px auto;
 	padding: 0px;
  width: 60px;
  height: 21px;
  background: url("../images/thumb_button.gif") no-repeat;
  margin-top: 5px;
  margin-bottom: 10px;
}

.thumb_button_nocart {
  display: block;
  position: relative;
  margin: 0px auto;
 	padding: 0px;
  width: 60px;
  height: 21px;
  background: url("../images/thumb_button.gif") no-repeat;
  margin-top: 5px;
  margin-bottom: 10px;
}

.thumb_cart {
  display: block;
  cursor: pointer;
  cursor: hand;
  float: left;
  position: relative;
  margin: 0px auto;
 	padding: 0px;
  width: 60px;
  height: 21px;
  background: url("../images/thumb_cart.gif") no-repeat;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  border: none;
}

.thumb_quantity {
  display: block;
  float: left;
  position: relative;
  margin: 5px 5px 10px 14px;
 	padding: 0px;
  width: 20px;
  height: 19px;
  font-size: 14px;
  border: 1px solid #404040;
}

.line {
  clear: both;
 	padding: 0px;
	margin: 10px 0px;
	width: 100%;
	height: 1px;
	background: #cbccd0;
	border-bottom: 1px solid #f0f0f1;
}

.unselected {
  background-color: transparent;
  padding: 4px;
  margin-bottom: 5px;
}

.thumb_unselected {
  background-color: transparent;
  padding: 4px;
  margin: 0px;
}

.selected, .displayed {
  background-color: #f7e8a4;
  padding: 4px;
  margin-bottom: 5px;
}

.thumb_selected {
  background-color: #f7e8a4;
  padding: 4px;
  margin: 0px;
}

.detail_head {
  background-color: #ffd414;
  padding: 4px;
  margin-bottom: 5px;
}

.pricebox {
  background-color: #FFF7D4;
  border: 1px dashed #BEBEBE;
  padding: 5px;
}

.displayNone {
	display: none;
}

.cleaner {
  clear: both;
  height: 1px;
  margin: -1px 0px 0px 0px;
  padding: 0px;
  border:none;
  visibility: hidden;
}

.killflt {
  clear: both;
  margin: 0px;
  padding: 0px;
}

a {
  color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.yellow {
  color: #fed20f;
}

.red {
  color: #ef1921;
}

a.noneline {
	text-decoration: none;
}

a.noneline:hover {
	text-decoration: underline;
}

h1 {
	font-size: 140%;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h2 {
	font-size: 130%;
	font-weight: normal;
 	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px;
}

h2.nospace, h1.nospace {
  padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 120%;
	font-weight: bold;
 	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px;
}

h3.nospace {
  padding: 0px;
	margin: 0px;
}

h4 {
	font-size: 100%;
	font-weight: bold;
 	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px;
}

.fatlady {
	font-weight: bold;
}

p {
	padding: 0px;
	margin: 0px;
}

.p5 {
	padding-bottom: 5px;
}

.p10 {
	padding-top: 10px;
}

ul.free {
  padding: 0px;
 	margin: 0px 0px 0px 20px;
	list-style-type: none;
}

ul.free li {
	margin: 0px;
	padding-bottom: 5px;
}
 
ul {
	list-style: square;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

li {
	margin: 0px;
	padding-bottom: 10px;
}
     
form {
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  font-size: 11px;
}

textarea.order {
  width: 500px;
  height: 100px;
}

.left {
 	float: left;
}

.right, .remote {
 	float: right;
}

.subcat5 {
  width: 5px;
  height: 5px;
} 

.subcat10 {
  width: 10px;
  height: 5px;
} 

.subcat30 {
  width: 30px;
  height: 5px;
}

.upper {
	text-transform: uppercase;
}

.left_item {
	padding: 0px;
  margin: 0px;
 	float: left;
 	width: 350px;
}

.right_item {
 	float: right;
 	width: 160px;
}

.center {
  margin: 0px auto;
  text-align: center;
}

.small {
  font-size: 11px;
}

.full {
  font-size: 11px;
  padding: 5px 0px;
}

img {
  border: 0px;
}

img.pic {
  border: none;
}

img.thumb_pic {
  border: 1px solid #abadb3;
  margin: 0px 5px 5px 0px;
}

input.cart_button {
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: hand;
}

.white {
  color: #000000;
  background-color: #f2f2f2;
  padding: 8px;
}

table {
  border: 0px;
}

tr, th, td {
	font-size: 12px;
  text-align: left;
}

.top {
	vertical-align: top;
}

.row_left {
 	text-align: left;
}

.row_right {
 	text-align: right;
}

.table-form {
  width: 100%;
  text-align: left;
}

.table-form td {
  padding: 2px 5px;
}

.table-form .thead {
  border: 1px solid #abadb3;
  background-color: #ffffff;
 	font-weight: bold;
  margin: 0px;
  padding: 2px 2px 2px 6px;
}

table.sizes {
  width: 100%;
  text-align: left;
}

table.sizes th, table.sizes td {
  font-size: 11px;
  text-align: center;
}
