/* CSS Document */
/* CSS Document */

* {
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
	color:#3c3c3c;
	padding:0px;
	margin:0px;
     }

body {
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
	background-image: url(http://www.schwarzetruhe.de/images/gallery/st_shop/st_bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	background-color:#FFFFFF;
}

*/
.shadow {
	background-image:url(/layout/default_layout_4/shadow.gif);
	background-repeat:repeat-y;
	width:6px;
}

.bg_header {
	background-image:url(/layout/default_layout_4/bg_header.gif);
 	background-repeat:repeat-x;
	height:136px;
}

.shadow_header {
	background-image:url(/layout/default_layout_4/shadow_header.gif);
	background-repeat:no-repeat;
	height:181px;
}
*/
H1 {
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
        padding-top:5px;
        padding-bottom:4px;
	color: #3C3C3C;
}
H2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
        padding-top:5px;
        padding-bottom:4px;
	color: #3C3C3C;
}
H3 {
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
        padding-top:5px;
        padding-bottom:4px;
	color: #3C3C3C;
}

H4 {

	padding-top:6px;
	padding-left:20px;
	
	font-size:12px;
	font-weight:normal;
	color:#105A9B;
}

.Price {
	font-weight:bold;
	font-size:12px;
	color:#CC0000;
}

ul {
        text-align:left;
	padding-left:0px;
}

.header {
	background-image:url(http://www.schwarzetruhe.de/images/gallery/st_shop/banner_st.jpg);
	background-repeat:no-repeat;
	height:181px;
	width:983px;
background-position:center;
}

/**
 * mit dieser Anweisung kann das Logo im Kopfbereich geändert werden.
 
.header_logo {
	background-image:url(/layout/default_layout_4/logo.gif);
	background-repeat:no-repeat;
	margin-left:223px;
	height:50px;

}*/

.header_navigation_right {
	padding-right:25px;
	padding-top:11px;
	text-align:right;
	color:#105A9B;
	width:30%;
}

.header_navigation_right a {
	color:#105A9B;
	text-decoration:none;
}

#main_tab {
        width:972px;
}


/**
 * 2. row
 */
#left_column {
        text-align:left;
	width:208px;
	background-color:#FFFFFF;

}

#main_column {
        text-align:left;
	padding:15px;
	width:584px;
	padding-bottom:15px;
	background-color:#FFFFFF;

}

#right_column {
	width:208px;
	background-color:#FFFFFF;

}

#background_content {
	background-color:#FFFFFF;
	width:980px;
}

.menu {  
	list-style:none;
        background-color:#ffffff;
        width:750px;
} 
.menu li { 
        text-align:left;
	float:left; 
}

.menu a { 
	display:block;
}

.menu li { 
        text-align:left;
	float:left; 
	background:url(/layout/default_layout_4/button_menu.gif) no-repeat right top; 
}

.menu a {
      display:block;
      background:url(/layout/default_layout_4/button_menu_left.gif) no-repeat left top;
      padding:10px 25px 5px 25px;
      text-decoration:none;
      font-weight:normal;
	  font-size:12px;
      color:#105A9B;
}
	  
.menu a:hover {
      color:#929292;
}


ul.left_menu {
   padding:0px;
   margin:0px;
   width:208px;        }


ul.left_menu ul {
   padding:0px;
   margin:0px;
   width:208px;        }

ul.left_menu li {
   text-align:left;
   list-style-type:none;
   background-image:url(/layout/default_layout_4/bg_subnavi.gif);
   background-repeat:no-repeat;
   padding-left: 0px;
       padding-top:0px;
       margin-left:0px;
   width: 100%;
}

ul.left_menu a {
   display: block;
   color:#105A9B;
   text-decoration:none;
   padding: 7px 4px 5px 20px;
   width:208px;
}

ul.left_menu li a:hover {
   color:#929292;
}

ul.left_menu li.level2 {
   margin-left:1px;
   text-align:left;
   background-image:none;
   background-repeat:no-repeat;
}

ul.left_menu li.level2 a {
   display: block;
   background-image:none;
   background-color:#E7E7E7;
   border-top:1px #D7D7D7 solid;
   border-left:1px #D7D7D7 solid;
   border-right:1px #D7D7D7 solid;
   padding: 7px 4px 5px 30px;
   width:171px;
}


ul.left_menu li.level3 {
   margin-left:1px;
   text-align:left;
   background-image:none;
   background-repeat:no-repeat;
}

ul.left_menu li.level3 a {
   display: block;
   background-image:none;
   background-color:#ECECEC;
   border-top:1px #D7D7D7 solid;
   border-left:1px #D7D7D7 solid;
   border-right:1px #D7D7D7 solid;
   padding: 7px 4px 5px 45px;
   width:156px;
}

.box {
	width:208px;
}

.box_header {
        text-align:left;
	margin-top:16px;
	
	height:38px;

	
	background-image:url(/layout/default_layout_4/bg_box.gif);
	background-repeat:no-repeat;
}

.box_header_left {
        text-align:left;
	margin-top:16px;
	
	height:38px;

	
	background-image:url(/layout/default_layout_4/bg_box_left.gif);
	background-repeat:no-repeat;
}

.box .content {	
        text-align:left;
	font-size:11px;
	font-weight:normal;
	
	background-image:url(/layout/default_layout_4/bg_text_box.gif);
	background-repeat:repeat-y;
	
	padding: 10px 0px 10px 20px;
}

.box .content_left {	
        text-align:left;
	font-size:11px;
	font-weight:normal;
	
	background-image:url(/layout/default_layout_4/bg_text_box_left.gif);
	background-repeat:repeat-y;
	
	padding: 10px 0px 10px 20px;
}

.footer {
        text-align: right;
	background-image:url(/layout/default_layout_4/bg_footer.jpg);
	background-repeat:repeat-x;
	height:45px;
	color:#C9C9C9;
	padding-right:16px;
	padding-top:20px;
	border:#ffffff 1px solid;
}
.footer img {

	padding-right: 160px;
}

	 /*Olli Beschreibung Artikel*/
			 
			 #Description { 
			 font-size: 11px; 
			 }
			 /* Größe */
			 #FreeRot{
			color: #9a141b;
				font-weight: bold;
	 			}
				 #FreeFett{
				 font-weight: bold;
				 			 	}


/* needed for IE to make :active state work first time */
#container_bottom a, #container_bottom a:visited {color:#000;} 

/* common styling for all galleries */
a.gallery, a.gallery:visited {display:block; display:inline-block; color:#000; text-decoration:none; border:1px solid #000; width:73px; height:110px; float:left; margin:9px; z-index:50;}
a.slidea {background:url(http://www.schwarzetruhe.de/images/gallery/st_shop/thumb_2.jpg);}
a.slideb {background:url(http://www.schwarzetruhe.de/images/gallery/st_shop/thumb_4.jpg);}
a.slidec {background:url(http://www.schwarzetruhe.de/images/gallery/st_shop/thumb_3.jpg);}
a.slided {background:url(http://www.schwarzetruhe.de/images/gallery/st_shop/thumb_5.jpg);}
a.gallery i, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #fff;}
/* styling for BOTTOM gallery */
#container_bottom {
	position:relative;
	width:375px;
	height:690px;
	background-color: #ffffff;
  background-image: url(http://www.schwarzetruhe.de/images/gallery/st_shop/1.jpg);
  background-repeat: no-repeat;
  background-position: 18px 16px;
	border:1px solid #a49188;
	margin:1em auto;
}
#container_bottom img {border:0;}
#container_bottom .thumbs {
	position:absolute;
	left:0px;
	bottom:10px;
	height:120px;
	width: 375px;
}
#container_bottom a.gallery:active, #container_bottom a.gallery:focus {border:1px solid #000;}
#container_bottom a.gallery:active i, #container_bottom a.gallery:focus i {display:block; position:absolute; width:338px; height:508px; top:-550px; left:12px; padding:5px; color:#000; border:1px solid #3d330f; z-index:50;}

				/* TinyMCE specific rules */
				body.mceContentBody {
				   background: #FFF;
				}
			  