* { padding: 0; margin: 0; }

body {
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
		background-color: #fff;
		margin: 10px;
		padding: 0;
        color: #684021;
}

#container {
	width: 800px;
	margin: 0 auto;
	min-height: 500px;
	background: #fff url('images/header_bg.jpg') no-repeat;
}

#header {
	height: 116px;
}

#main {
	background: transparent url('images/main_bg.jpg') repeat-y;

}

#left {
	width: 161px;
	border: 2px solid #fff;
	background: #d2b498 url('images/left_bg.jpg');
	min-height: 300px;
	float: left;
	border-left: none;
	border-bottom: none;
}

#content {
	width: 637px;
	float: right;
	background: #fff url('images/content-top_bg.jpg') repeat-x;
}

#content-top {
	height: 50px;
}

#content-inner {
	padding: 10px;
}

#footer {
	height: 29px;
	background: #fff url('images/footer_bg.jpg') no-repeat;
		text-align: center;	
}

.top-slogan {
	color: #fff;
	font-size: 17px;
	padding-left: 20px;
	padding-top: 10px;
	
}

.footer-text {
	color: #d2b498;
	font-size: 10px;
	line-height: 29px;
}

#switch-language {
	padding: 0 20px;
	text-align: center;
}
#switch-language  a:hover {
	color: #fff;
}

/*	Helpers	*/
.clear {clear:both;}

/*      PRODUCTS MENU
*******************************************************************************/
ul#mainmenu {
	padding: 0;
	list-style-type:none;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 20px;
}

ul#mainmenu li {
	padding: 0;
	margin: 0;
	display: block;
	margin-bottom: 8px;
}

ul#mainmenu li a {
	text-decoration:none;
	text-transform: uppercase;
	color: #684021;
	display:block;
	line-height: 15px;
	padding-left: 10px;
	background: #ddc7b2;
	font-weight: bold;
}

ul#mainmenu li a:hover {
	color: #000;
}

ul#mainmenu li ul {

	padding: 0 0 0 17px;
	margin: 0;

}

ul#mainmenu li ul li {
	margin: 0;
	margin-top: 3px;
}

ul#mainmenu li ul li a {
	padding: 0;
	background-image: none;
	display:block;
	text-decoration: none;
	font-weight: normal;
}

ul#mainmenu li ul li a:hover {

}

#mainactive {
	color: #006699;
}

#subactive {
	color: #fff;
}



/*      TOPMENU
*******************************************************************************/
#top-menu {
	padding-top: 80px;
	width: 464px;
	height: 13px;
}

ul.topmenu {
	list-style: none;
}

ul.topmenu li {
	float: left;
	padding: 0 4px;
}

ul.topmenu li a {
	color: #fff;
	text-decoration:none;
}

ul.topmenu li a:hover {
	color: #F5E9DE;
}

/*      TEXT
*******************************************************************************/
b, strong {
	color: #602F2E;
}


h2 {
	font-size: 14px;
	font-weight: bold;
	color: #602F2E;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #D8A787;
	margin: 0px 0px 10px 0px;
}


/*      LINKS
*******************************************************************************/
a {
	color: #684021;
	text-decoration: underline;
}

a:hover {
}


a.menulink {
	text-decoration:none;

}

a.menulink:hover {
	text-decoration:none;
	color: #b0b0b0;
}

a.langswitch {
	font-size:  10px;
}


/*      AUF1UNG
*******************************************************************************/
div.article_list {
	margin: 5px;
	background: #EAE7D8;
	display: block;
	float: left;
	height: 150px;
	width: 190px;
	padding: 5px;

}

div.article_list span.title {
	font-size: 12px;
	font-weight: bold;
	color: #97745E;
	padding: 10px;
}

div.article_list div.bottom {
	margin: 10px 0px 0px 10px;
	
	line-height: 22px;
	height: 22px;
	vertical-align: middle;
	width: 100px;
	display: block;
}

div.article_list span.price {
	margin-top: 3px;
	line-height: 22px;
	font-size: 11px;
	font-weight:bold;
	float: left;
}

.addtocart {
	margin: 5px 0px 0px 20px;
	line-height: 22px;
	font-size: 13px;
	font-weight:bold;
	float: left;
}

div.article_list input.orderbutton {
        height: 20px;
        background-color: white;
		padding-bottom: 2px;
        font-size: 11px;
        margin:0;

}

div.article_list input.orderfield {
	text-align: center;
}

/*      SEITENNAVIGATION
*******************************************************************************/
.pagenavlink {
        display: block;
        margin-left: 1px;
        width: 22px;
        height: 16px;
        line-height: 16px;
        float:left;
        text-align: center;
        text-decoration: none;
        border: 1px solid #999;
        color: #999;
}

.pagenavlink:hover {
        background-color: #333;
        color: #fff;
}

.pagenav_placeholder {
        display: block;
        margin-left: 1px;
        width: 22px;
        height: 16px;
        line-height: 16px;
        float:left;
}

.pagenav_container {
        position: relative;
        right: -200px;
        margin-top: 20px;
        width: auto;
        text-align: right;
}


/*      DETAILSEITE
*******************************************************************************/
table.detail_info {
	color: white;
	background-color: #333;
}

table.detail_info th {
	font-weight: bold;

	border-bottom: 3px solid #333;
	height: 35px;
}

table.detail_info td {
	background-color: #545454; 
	border-bottom: 3px solid #333;
	height: 15px;
}

a.order_button {
	background-color: #E2BDA4;
	border: 1px solid #602F2E;
	color: #602F2E;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	padding: 2px 5px;
}

a.order_button:hover {
	color: #fff;
	text-decoration:none;
}

.big-image {
	margin-bottom: 20px;
}

.small-image {
	margin: 0 3px;
	border: 1px solid #D8A787;
}



/*      MODULE
*******************************************************************************/
.module_head {
	text-decoration:none;
	display:block;
	height: 15px;
	line-height:  15px;
	padding-left:  5px;
	background-color:  #A1D5FD;
	color:  #006699;
	border-bottom:  1px solid #006699;
	font-size:  10px;
	font-weight:  bold;
}

.module_body {
	display:block;
	width: 100%;

	font-size: 11px;
}

#login_box {

	background-repeat: no-repeat;
	width: 145px;
	padding-top: 50px;
	
	background-color: #c6ced4;
}


.cart_items {
	display:block;
	width: 100%;
	height: 47px;
	text-align: right;
	vertical-align: middle;
}

#special_offers {
	font-size: 16px;
	color: #33;
	padding-left: 5px;
	text-align: center;
	border-bottom: 1px dashed #666;
	margin-bottom: 5px;
}

#offers_price {
	font-size: 16px;
	color: red;
	margin-top: 10px;
	display:block;
	background-color: #EFEFEF;
}

/*      WARENKORB
*******************************************************************************/
.cart_table th {
        font-weight: bold;
        font-size: 11px;
}

.cart_table td {
	border-bottom: 1px solid #E2BDA4;
   	font-size: 11px;
}

.cart_table td.list1 {

}

.cart_table td.list2 {

}

.cart_table td.listfoot_1 {

        font-weight: bold;
        font-size: 11px;
}

.cart_table td.listfoot_2 {
        font-size: 11px;
}


/*      FORMS
*******************************************************************************/
form {
        margin: 0;
}

.text {
        height: 16px;
        border: 1px solid #666666;
        line-height: 16px;
        font-size: 12px;
        width: 200px;
}

.inputbox {
	height: 14px;
	font-size: 11px;
	line-height: 14px;
	border: 1px solid #553D2E;
	width:  250px;
	margin-bottom:  5px;
}

.left {
	float:  left;
}

.login {
	width: 130px;
}

fieldset {
	border: 1px solid #E2BDA4; 
	width: 60%;
	padding: 20px;
}

label {
	display:block;
	width: 150px;
	font-weight: normal;
	color: black;
	font-size:  11px; 
	margin-bottom: 8px;
}

label.left {
	font-weight: normal;
}

label.radio_left {
	float:left;
	line-height: 14px;
	width: 200px;

}

label.normal {
	width:  250px;
	float:left;
	line-height: 20px;
	height: 20px;
	margin-bottom: 1px;
	clear:  both;
}

label.checkbox {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	height: 20px;
}

input.checkbox {

	
}

legend {
	padding: 0px 28px 0px 28px;
	border: 1px solid #E2BDA4; 
	font-size:  11px;
	color:#06699;
	font-weight:bold;
	text-align:right;
	height: 12px;
}

fieldset.smaller {
	border: 1px solid #727272;	

}

fieldset.smaller legend {
	border: 1px solid #727272;
	font-weight: normal;
	padding: 1px;
	font-size: 11px;
}

fieldset.smaller label {
	font-size: 11px;
	color: #fff;
}

#category_select {
	font-size: 11px;
}

.small {
        color: #666;
        font-size: 10px;
}

.sm {
	color:  #552F13;
}

.mid {
        color: #fff;
        font-size: 11px;
}

.textarea {
        border: 1px solid #666666;
        font-size: 12px;
}


.button {
	color:  #552F13;
}

/*      MISC
*******************************************************************************/
#error {
        color: red;
        font-weight: bold;
}

#message {
        color: #ccc;
        font-weight: bold;
}

.error {
	font-size:  11px;
	font-weight:  bold;
}
.msg_container {
        display:block;
}

.msg_container, .msg_box {
        display:block; vertical-align: middle; float:left;
}

.button_small {
        height: 18px;
        width: 70px;
        border: 1px solid #666666;
        font-size: 12px;
}

/*	Orders
*******************************************************************************/
.sblock {
	display:  block;
	background-color:  #F5E9DE;
	padding:  5px;
	border:  1px solid #D8A787;
	margin:  10px;
}


