/*
 *-----------------------------------------------------------------------------
 * morgenland.de (c) Timo Reith, info@ifeelweb.de
 *-----------------------------------------------------------------------------
 */



* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 70%;
	line-height: 1.4em;
	text-align: center;
	background: url(../images/back03.jpg) #b1563b;
}

ol, ul, li, dl, dt, dd, p, textarea, select, th, td, caption, legend, textarea, div {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

input {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #990033;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 0.8em 0;
}

h1 { font-size: 2.1em; line-height: 1.2em; }
h2 { font-size: 1.8em; line-height: 1.2em; }
h3 { font-size: 1.6em; line-height: 1.2em; }
h4 { font-size: 1.3em; line-height: 1.2em; }

td h3 { font-size: 1.4em; line-height: 1.2em; }

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.1em;
}

td {
	font-size: 1.2em;
}

img, a img {
	border: 0;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover, a:active, a:focus {
	color: #990033;
	text-decoration: none;
}

li {
	font-size: 1.2em;
	margin-bottom: 0.2em;
	line-height: 1.3em;
}

ul { 
	padding: 0 2em; 
	margin-bottom: 1.5em;
	list-style-image: url(../images/list_icon.gif);
}

ol { 
	padding: 0 2em; 
	margin-bottom: 1.5em;
}


/*
 *-----------------------------------------------------------------------------
 * header
 *-----------------------------------------------------------------------------
*/

#header {	
	width: 772px;
	height: 127px;
	float: left;
	text-align: left;
	border-bottom: 0px solid;
	background:  url(../images/header3.jpg) top left no-repeat;
	margin-top: 5px;
}

#content {	
	width: 772px;
	float: left;
	text-align: left;
	border-bottom: 0px solid;
	background:  url(../images/page_border4.gif) top left repeat-y #fff5e0;
}

#content_left {
	width: 162px;
	float: left;
	padding: 15px 5px 0 15px;
}

#content_main {
	width: 540px;
	float: left;
	padding: 20px 20px 20px 30px;
}

#footer {	
	width: 772px;
	height: 100px;
   	padding: 40px 0 0 0;
	float: left;
	text-align: center;
	border-bottom: 0px solid;
	background:  url(../images/footer3.gif) top left no-repeat;
	margin-bottom: 10px;
}

#footer p {
   width: 600px;
   border-top: 1px solid #BDA269;
   text-align: center;
   margin: 0 auto;
}

#page_wrap {
	width: 772px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: 100%;	
}


/*
 *-----------------------------------------------------------------------------
 * sub_header
 *-----------------------------------------------------------------------------
*/

#sub_header {
	width: 772px;
	height: 25px;
	float: left;
	text-align: left;
	background:  url(../images/page_border3b.gif) top left repeat-y #f5dda9;
}

#sub_header form {
	margin: 2px 0 0 470px;
}

#sub_header label {
	font-size: 1em;
   font-weight: bold;
   color: #400015;
   background: #F5DDA9;
   padding: 1px 0 2px 3px;
}

* html #sub_header label {
	font-size: 1em;
   font-weight: bold;
   color: #400015;
   background: #F5DDA9;
   padding: 1px 0 1px 3px;
}

#sub_header form .inputbox {
	width: 180px;
	border: 1px solid #541B12;
	padding: 1px;
	font-size: 0.9em;
}

#sub_header form .search_button {
	position: absolute;
	margin-top: 1px;
}

#sub_header p {
	margin: 0;
}

/*
 *-----------------------------------------------------------------------------
 * navigation
 *-----------------------------------------------------------------------------
*/


#top_navigation {	
	width: 772px;
	height: 25px;
	float: left;
	margin-top: 5px;
	text-align: right;
	
}

#top_navigation ul {
	width: 				290px;
	display: 			inline;
	float: 				right;
	list-style: 		none;
	margin:           	0;
	padding:          	0;
	padding-right: 		15px;	
}

#top_navigation li {
	float:            	left;
	margin:           	0;
	padding:          	0;
	background: 		url(../images/navi_sep.gif) top right no-repeat;
}

#top_navigation li + li + li + li {
	background: 		none;
}

#top_navigation a:link, #top_navigation a:visited {
	float:            	left;
	display:          	block;
	margin:           	0;
	padding:          	4px 12px;
	text-decoration:  	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			0.8em;
	font-weight: 		bold;
	color: #ffffff;
}

#top_navigation a:hover, #top_navigation a:active {
	color: #ffffff;
	text-decoration: underline;
}

#top_navigation .first {
	margin-left: 		10px;
}


/*
 *-----------------------------------------------------------------------------
 * categories
 *-----------------------------------------------------------------------------
 */
 
#categories {
	margin-bottom: 		15px;
}

#categories a:link, #categories a:visited {
	display:          	block;
	width: 				140px;
	margin:           	0;
	padding:          	4px 0 4px 5px;
	text-decoration:  	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			1.1em;
	font-weight: 		bold;
	color: 				#731A0D;
	border-bottom: 		1px solid #F1E1C0;
}

#categories a:hover, #categories a:active {
	background: 		#F7EEDB;
	border-bottom:		1px solid #D3A238;
}

#active_menu {
	font-weight: 		bold;
	background: 		#F7EEDB;
	border-bottom:		1px solid #D3A238;
}

.home {
	background: url(../images/home.gif) 0 2px no-repeat;
	padding-left: 17px;
	margin-left: 5px;
}

#menu {
	margin-bottom: 		15px;
}

#menu a:link, #menu a:visited {
	display:          	block;
	width: 				140px;
	margin:           	0;
	padding:          	4px 0 4px 5px;
	text-decoration:  	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			1.1em;
	font-weight: 		bold;
	color: 				#731A0D;
	border-bottom: 		1px solid #F1E1C0;
}

#menu a:hover, #menu a:active {
	background: 		#F7EEDB;
	border-bottom:		1px solid #D3A238;
}


/*
 *-----------------------------------------------------------------------------
 * product preview
 *-----------------------------------------------------------------------------
 */

.product {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
}

.product h3 {
	font-size: 1.3em;
	font-weight: bold;
	/*height: 35px;*/
}

.product .preview_pic {	
	margin: 0 15px 5px 0;	
	width: 150xp;
}

.product .preview_pic img {
	border: 2px solid #FCDFA3;
	display: block;
}

.product .price {
	width: 198px;
	float: left;
	padding: 5px;
}

.product .price p {
	margin: 0;
}

.product .price strong {
	font-weight: bold;
	color: #731A0D;
}

/*
.product .addtocart {
	float: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	margin: 0 auto 3px auto;
	width: 220px;
}
*/

.product .product_top {
	padding: 5px 0 0 0;
	float: left;
}

.product .detail_link {
	padding-left: 14px;
	background-image: url(../images/href_dot_r.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-decoration: none;
	float: left;
	display: block;
}

.product .product_sub {
	padding: 0;
	margin: 0;
	background: #FFEECA;
	float: left;
	width: 98%;
}



/*
 *-----------------------------------------------------------------------------
 * product detail
 *-----------------------------------------------------------------------------
*/

#detail_pic {
	width: 140px; 
	float: left;
}

#detail_pic img {
	border: 2px solid #FCDFA3;
	margin-bottom: 5px;
}

#related_products {
   border-top: 2px solid #FCDFA3;
   padding-top: 10px;
}

#related_products .related_product {
   float: left;
   padding: 10px;
}

.product_preview dd {
	font-size: 1.1em;
	padding-left: 30px;
	background: url(../images/icon_enlarge.gif) top left no-repeat;	
}

#product_description {
   background: #FFFBF2; 
   padding: 5px;
   width: 90%;
}

#product_gallery {
   width: 90%;
   background: #FFFBF2;
   padding: 5px;
}

#product_gallery .product_preview {
   float: left;
   margin: 5px;
}

#product_gallery img {
   border: 2px solid #FCDFA3;
}

.sub_category:link, .sub_category:visited {
	padding: 5px;
	border: 1px solid #EEC46C;
	float: left;
	text-decoration: none;
	margin: 10px 10px 0 0;
	background: #FFFBF2;
	color: #731A0D;
	font-weight: bold;
}

.sub_category:hover {
	background: #ffffff;
}

.sub_category div {
	text-align: center;
	font-size: 1.2em;
	padding-top: 4px;
}

/*
 *-----------------------------------------------------------------------------
 * frontpage
 *-----------------------------------------------------------------------------
 */

#frontpage h1 {
	margin-bottom: 0.2em;
}

#frontpage_cats {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#frontpage_cats img {
	margin: 10px 20px 10px 0;
	float: left;
}


/*
 *-----------------------------------------------------------------------------
 * search
 *-----------------------------------------------------------------------------
*/
#search_result {
	margin-top: 20px;
}


/*
 *-----------------------------------------------------------------------------
 * result
 *-----------------------------------------------------------------------------
*/

.result {
	padding: 5px 0;
	border-bottom: 1px solid;
   float: left;
   width: 100%;
}

.result .thumblink {
	margin: 0 15px 0 0;
	float: left;	
}

.result .thumblink img {
	border: 2px solid #FCDFA3;
}


/*
 *-----------------------------------------------------------------------------
 * basket
 *-----------------------------------------------------------------------------
*/

#basket th {
	font-size: 1.2em;
	background-color: #F5DDA9;
	padding: 2px;
	line-height: 2em;
	border-bottom: 1px solid #CAAE75;
}

#basket td {
	line-height: 1.6em;
	padding: 1px;
}

#basket .border_zs {
	border-top: 2px solid #000000;
}

#basket .border_es {
	border-top: 2px solid #000000;
}

#basket .sectiontableentry1 {
	background: #FFFFFF;
}

#basket .sectiontableentry2 {
	background: #FFFAF0;
}

#basket .subtotal {
	background: #F9E9C8;
}

#basket .row_subtotal {
	border-top: 2px solid #CAAE75;
}

#basket .endsumme {
	font-size: 1.3em;
	font-weight: bold;
	background-color: #FFFFFF;
}

#basket .row_endsumme {

}

#basket .cell_update {
	padding-top: 2px;
	text-align: center;
}

#basket .cell_delete {
	padding-top: 4px;
	text-align: center;
}

/*
 *-----------------------------------------------------------------------------
 * checkout
 *-----------------------------------------------------------------------------
 */

#checkout h3 {
	margin-bottom: 0px;
}

#checkout_bar {
	width: 495px;
	height: 20px;
	background-position: top left no-repeat;
	margin: 10px 0 25px 0;
	padding-top: 40px;
	padding-left: 35px;
}

#checkout_bar .step {
	width: 150px;
	float: left;
	font-size: 1.2em;
	text-align: center;
}

#checkout_bar .step_active {
	width: 150px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;	
}


/*
 *-----------------------------------------------------------------------------
 * order_deatils
 *-----------------------------------------------------------------------------
 */

#order_deatils {
	
}

#order_deatils table td {
	font-size: 13px;	
}

#order_deatils th {
	font-size: 	16px;
	color: 		#990033;
	padding: 	15px 0;	
}

#order_deatils #product_list th {

	color: #000000;
	background-color: #F5DDA9;
	padding: 2px;
	line-height: 2em;
	border-bottom: 1px solid #CAAE75;
}

#order_deatils #product_list td {

	padding: 2px;
}

#order_deatils #product_list .row1 {
	background: #FFFFFF;	
}

#order_deatils #product_list .row2 {
	background: #FFFAF0;	
}

#order_deatils #product_list .row_subtotal {
	border-top: 2px solid #CAAE75;
}

#order_deatils #product_list .subtotal {
	background: #F9E9C8;
}

#order_deatils .border_zs {
	border-top: 2px solid #000000;
}

#order_deatils .border_es {
	border-top: 2px solid #000000;
}

#order_deatils .info_label {
	background: #FFFAF0;
	padding: 2px;
	font-size: 13px;
}

#order_deatils .info_header {
	background: #ffffff;
	padding: 2px;
	font-size: 13px;
}


/*
 *-----------------------------------------------------------------------------
 * konto
 *-----------------------------------------------------------------------------
 */

#konto .adminlist td {
	padding: 2px;
}

#konto .sectiontableentry1 {
	background: #ffffff;
	margin-bottom: 5px;
}

#konto .sectiontableentry2 {
	background: #FFFAF0;
	margin-bottom: 5px;
}


	
/*
 *-----------------------------------------------------------------------------
 * layout
 *-----------------------------------------------------------------------------
 */

#content_main #path {
	width: 100%;
}

#content_main #path p {
	text-align: right;
}

#content_left h3 {
	font-size: 1.3em;
	margin-bottom: 4px;
}

.icon_link {
	padding-left: 14px;
	background: url(../images/href_dot_r.gif) 0px 4px no-repeat;
}


/* cart */

#cart {
	margin-bottom: 15px;	
	background: url(../images/cart.gif) bottom right no-repeat #FFFBF2;
}

#cart a {
	padding-left: 14px;
	background-image:url(../images/href_dot_r.gif);
	background-repeat:no-repeat;
	background-position:0px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom: 10px;
}

/* login */

#login {
	margin-bottom: 15px;
}

#login a:link, #login a:visited {
	padding-left:14px;
	background-image:url(../images/href_dot_r.gif);
	background-repeat:no-repeat;
	background-position:0px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom: 15px;
}

.mod_header {
	padding: 2px 8px;
}

#order {
	width: 250px;
	margin: 0 0 20px 280px;
	text-align: right;
}

#customer_information h4 {
	color: #000000;
}

#customer_information td {
	padding: 2px;
}

#customer_information .cust_field {
	font-weight: bold;
	width: 180px;
	text-align: left;
}

#shiptotable td {
   font-size: 1.1em;
}

#shiptotable a:link {
   font-size: 0.9em;
}

.shipto_alt {
   font-size: 0.9em;
}

#agb_popup {
   background: #FFFFFF;
   padding: 10px;
}

.backlink {
   padding-left: 18px;
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}

#payment_select p {
   font-size: 1em;
}

.shop_error {
   width: 80%;
   font-size: 1.2em;
   border: 2px solid #924734;
   background: #FFFBF2;
   padding: 10px;
   padding-left: 32px;
   background-image: url(../images/warning_small.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

.legalinfo {
   width: 80%;
   border: 1px solid #924734;
   padding: 10px;
   background: #FFFBF2;
   margin-top: 15px;
}

.pagenav {
   display: inline;
   float: left;   
   height: 21px;
   padding-top: 2px;
}

.pagenav_page {
   width: 25px;
   height: 20px;
   padding-top: 3px;
   text-align: center;
   font-size: 1.2em;
   display: inline; 
   float: left;
   border: 1px solid #E6A45E;
   margin: 0 4px;
   background: #FFFFFF;   
}

.pagenav_page_link {
   width: 21px;
   height: 20px;  
   text-align: center;
   font-size: 1.1em;   
   font-weight: bold;
   display: inline;
   float: left; 
   border: 1px solid #E6A45E;
   margin: 2px 4px 0 4px;
   background: #FFEECA;
}

.pagenav_page_link a {
   display: block;
   text-decoration: none;
   height: 18px;
   padding-top: 2px;
}

.adminlist pagenav {
	padding: 0 4px;
}

.playlist {
	width: 100%;
	border: 0px;
	float: left;
}

.playlist td {
	border-bottom: 1px solid #E4C890;
}

.track_no {
	width: 30px;
	height: 28px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}

.track_name {
	padding-left: 5px;
}

.track_preview {
	width: 80px;
	text-align: center;
}

.track_preview a {
	background: url(../images/listen.gif) top left no-repeat;
	padding: 0 0 3px 25px;	
}

#preview_player {
	width: 400px;
	margin: 10px auto;
	text-align: center;
}

.preview {
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #cccccc;
	padding: 2px;
}

#music_desc {
	background: #FFFBF2;
	padding: 10px;
	margin-right: 40px;
}

/*
 *-----------------------------------------------------------------------------
 * boxes
 *-----------------------------------------------------------------------------
 */

.box {
	/*border: 1px solid #EEC46C;*/
	background: #FFFBF2;
	width: 160px;
	padding: 0;
	margin: 0;	
}


.box_top {
	height: 3px;
	width: 160px;
	background: url(../images/box_tl.gif) top left no-repeat;
	padding: 0;
	margin: 0;
}

.box_top_inner {
	width: 3px;
	height: 3px;
	float: right;
	line-height: 3px;
	background: url(../images/box_tr.gif) top right no-repeat;
	padding: 0;
	margin: 0;
	font-size: 1px;
}


.box_body {
	width: 148px;
	padding: 5px 5px;
	border-right: 1px solid #EEC46C;	
	border-left: 1px solid #EEC46C;
}

.box_bottom {
	height: 3px;
	background: url(../images/box_bl.gif) top left no-repeat;
	padding: 0;
	margin: 0;
}

.box_bottom_inner {
	width: 3px;
	height: 3px;
	float: right;
	background: url(../images/box_br.gif) top right no-repeat;
	font-size: 1px;
}



.box2 {
	/*border: 1px solid #EEC46C;*/
	background: #FFFBF2;
	padding: 0;
	margin: 0;	
}


.box2_top {
	height: 3px;
	background: url(../images/box_tl.gif) top left no-repeat;
	padding: 0;
	margin: 0;
}

.box2_top_inner {
	width: 3px;
	height: 3px;
	float: right;
	line-height: 3px;
	background: url(../images/box_tr.gif) top right no-repeat;
	padding: 0;
	margin: 0;
	font-size: 1px;
}


.box2_body {
	padding: 5px 5px;
	border-right: 1px solid #EEC46C;	
	border-left: 1px solid #EEC46C;
}

.box2_bottom {
	height: 3px;
	background: url(../images/box_bl.gif) top left no-repeat;
	padding: 0;
	margin: 0;
}

.box2_bottom_inner {
	width: 3px;
	height: 3px;
	float: right;
	background: url(../images/box_br.gif) top right no-repeat;
	font-size: 1px;
}




/* for product previews */
.box_pre {
	/*border: 1px solid #EEC46C;*/
	background: #FFFBF2;
	width: 240px;
	padding: 0;
	margin: 0 15px 25px 0;
	float: left;
	display: inline;	
}


.box_pre_top {
	height: 3px;
	width: 240px;
	background: url(../images/box_tl.gif) top left no-repeat;
	padding: 0;
	margin: 0;
}

.box_pre_top_inner {
	width: 3px;
	height: 3px;
	float: right;
	line-height: 3px;
	background: url(../images/box_tr.gif) top right no-repeat;
	padding: 0;
	margin: 0;
	font-size: 1px;
}


.box_pre_body {
	width: 228px;
	padding: 5px 5px;
	border-right: 1px solid #EEC46C;	
	border-left: 1px solid #EEC46C;
}

.box_pre_bottom {
	height: 3px;
	background: url(../images/box_bl.gif) top left no-repeat;
	padding: 0;
	margin: 0;
}

.box_pre_bottom_inner {
	width: 3px;
	height: 3px;
	float: right;
	background: url(../images/box_br.gif) top right no-repeat;
	font-size: 1px;
}


/*
 *-----------------------------------------------------------------------------
 * registration
 *-----------------------------------------------------------------------------
 */
#registration input {
	padding: 1px;
}


/*
 *-----------------------------------------------------------------------------
 * helpers
 *-----------------------------------------------------------------------------
 */
 
.spacer {
	clear: both;
}

.message {
	font-size: 1.2em;
	width: 480px;
	padding: 10px;
	border: 1px solid #000000;
	margin-bottom: 20px;
	background-color: #FFFBF2;
}

.button1 {
   font-size: 1em;
}

.button2 {
   font-size: 0.8em;
}

/*
 *-----------------------------------------------------------------------------
 * forms
 *-----------------------------------------------------------------------------
 */
 
 
form p {
	display: block;
	clear: both;
}

fieldset {
	width: 90%;
	clear: both;
	font-size: 100%;
	border-color: #EEC46C;
	border-width: 1px;
	border-style: solid;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

fieldset legend {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 5px;
	padding: 0px 5px;
}

fieldset label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

td label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

fieldset input, fieldset select {
	font-size: 1.2em;
	padding: 1px;
}

td input, td select {
	font-size: 1.0em;
	padding: 1px;
}

form fieldset p {
	padding-left: 12px;
	margin-bottom: 0px;
}

.fieldset_contents {
	background-color: #FFFBF2;
	padding: 15px 6px 15px 6px;
}




/* ---------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<-----------------*/
/* ---------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ---------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<----------------------------------------*/
/* ---------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}



/*
 *-----------------------------------------------------------------------------
 * misc
 *-----------------------------------------------------------------------------
 */

a.pathway:link, a.pathway:visited {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#subcategories {
	margin-top: 20px;
}

.new_row {
	clear: both;
}

#categories a.sublevel:link, #categories a.sublevel:visited {
	font-size: 0.9em;
	color: #000000;
	background-image: url(../images/sublevel_icon.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	padding-left: 5px;
}

#latest_news {
	margin-top: 20px;
}

#latest_news li {
	font-size: 1.2em;
}

#angebote_home {
	margin: 0 0 20px 0;
}

#angebote_home .angebote_row {
	clear: both;
	margin: 0 0 10px 0;
}

#angebote_home div div {
	float: left; 
	margin: 0 10px 10px 0;
	width: 150px;
}

#angebote_home div div a {
	font-size: 1.2em;
}	

#quantity {
	width: 30px;
}