/* 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-color:#efece4;
	padding:0px;
	margin:0px;
}

h1{
	font-size:22px;
	color:#000;
	border-bottom:#c2b3a7 1px solid;
}

h2{
	font-size:16px;
	color:#000000;
}

h3{
	font-size:20px;
	color:997F7F;
}

h4{
	font-size:12px;
	color:#000;
	font-weight:normal;
}

img {
        border:0px;
}

.Price {
	font-size:15px;
	color:#4d2b00;
	font-weight:bold;
}

.table_main {
	border:#b5b5b4 1px solid;
	margin-top:20px;
	background-color:#fff;
}

.header {
	background-image:url(/layout/addon_6/headimage.jpg);
	background-repeat:no-repeat;
	height:192px;
}

/**
 * mit dieser Anweisung kann das Logo im Kopfbereich geändert werden.
 */
 
.logo {
 	background-image:url(http://www.kosmetikdreams24.de/images/gallery/Basis/BeautyVitalShopLogo110409.jpg);
	background-repeat:no-repeat;
	height:76px;
	width:498px;
	margin:65px 0 0 46px;
}

.menu {  
	list-style:none;
	background-image:url(/layout/addon_6/bg_menu.gif);
	background-repeat:repeat-x;
	width:978px;
	height:26px;
	padding:6px 0 0 0;
} 

.menu a {
	padding:0px 0px 0px 40px;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	color:#4d2b00;
}

.footer {
	background-image:url(/layout/addon_6/bg_footer.gif);
	background-repeat:repeat-x;
	width:978px;
	height:31px;
	color:#fff;
	text-align:right;
	padding-right:20px;
}

#left_column {
	padding-top:18px;
	width:179px;
	text-align:left;
}

#main_column {
	padding:22px 18px 18px 18px;
	width:620px;
	text-align:left;
}

*+html #main_column {
	width:620px;
	padding:22px 18px 18px 18px;
}

*html #main_column {
	width:620px;
	padding:22px 18px 18px 18px;
}

#main_column_order {
	padding:22px 18px 18px 18px;
	width:780px;
}

#right_column {
	padding-top:18px;
	width:179px;
	text-align:left;
}

*+html #right_column {
	padding-top:18px;
	width:179px;
	text-align:left;
}

/* MENU */


ul.left_menu {
	padding:0px;
	margin:0px 0px 0px 0px;
	width:160px;		
}


ul.left_menu ul {
	padding:0px;
	margin:0px;
	width:160px;		
}

ul.left_menu li {
	text-align:left;
	list-style-type:none;
	padding-left: 0px;
	padding-top:0px;
	margin-left:0px;
	width:160px;
}

ul.left_menu a {
	display: block;
	color:#4d2b00;
	text-decoration:none;
	padding: 7px 4px 5px 10px;
	width:135px;
	border-bottom:#4d2b00 1px solid;
}

ul.left_menu li a:hover {
	color:#c2b3a7;
}


ul.left_menu li.level2 a:hover {
	color:#c2b3a7;
}


ul.left_menu li.level3 a:hover {
	color:#c2b3a7;
}

ul.left_menu li.level1 {
	text-align:left;
	display: block;
}


ul.left_menu li.level1active {
	color:#c2b3a7;
}

ul.left_menu li.level2 {
	text-align:left;
}

ul.left_menu li.level2 a {
	display: block;
	text-decoration:none;
	font-weight:bold;
	padding: 7px 4px 5px 20px;
	width:125px;
	border-bottom:#4d2b00 1px solid;
	color:#4d2b00;
}

ul.left_menu li.level3 {
	text-align:left;
}

ul.left_menu li.level3 a {
	display: block;
	text-decoration:none;
	padding: 7px 4px 5px 20px;
	width:125px;
	border-bottom:#4d2b00 1px solid;
	color:#4d2b00;
}

/* BOX */


.box {
	width:179px;
	margin-bottom:16px;
}

.box .header {
	padding:0px;
	padding-bottom:5px;
	height:23px;
	width:179px;
	background-image:url(/layout/addon_6/box_header.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.box .header_brown {
	padding:0px;
	padding-bottom:5px;
	height:23px;
	width:179px;
	background-image:url(/layout/addon_6/box_header_brown.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.box .header h2 {
	padding:7px 0 0px 28px;
	font-size:12px;
	color:#4d2b00;
	font-weight:bold;

}

.box .header_brown h2 {
	padding:7px 0 0px 28px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;

}

.box .content {	
	text-align:left;
	font-weight:normal;
	margin:0px;
	padding: 0px 10px 0px 20px;
	width:149px;
} 