/* -----------------------------------------------------------------------------------------
   File: main_design.css   

   Jan Schöne - Web &design;
   http://www.web-und-design.net

   Copyright (c) 2008-2009 Web &design; 
   -----------------------------------------------------------------------------------------
   Version 1.0.0 (public)
   
   Contains complete styling for main layout (incl. general settings).
   ---------------------------------------------------------------------------------------*/

/* General settings */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	/* background: url(img/body_bg2.gif) #f8f1bf; */
	background: #835E51;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 80%;
}

.clearfix {
	clear: both;
}

.image_preload {
	display: none;
}

/* Settings for fonts */

p {
	margin-bottom: 1em;
}

a {
	text-decoration: none;
	color: #845E51;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Union, Trebuchet MS, Arial;
	font-weight: normal;
	color: #634D54;
	letter-spacing: 0.5em;
}

h2 {
	font-family: Union, Trebuchet MS, Arial;
	font-weight: normal;
	color: #845E51;
	letter-spacing: 0.4em;
	margin-bottom: 1em;
}

h3 {
	font-family: Union, Trebuchet MS, Arial;
	color: #845E51;
	letter-spacing: 0.2em;
	margin-bottom: 0.3em;
	line-height: 1em;
}

h4 {
	font-family: Union, Trebuchet MS, Arial;
	color: #845E51;
	letter-spacing: 0.3em;
	margin-bottom: 1em;
}

/* Misc. settings */

hr {
	width: 75%;
	color: #845e51;
	background-color: #845e51;
	margin-bottom: 1em;
	border: 0;
	height: 1px;
}

ul {
	list-style: none;
	margin-left: 5px;
}

input[type=text] {
	background: url(img/body_bg2.gif) #FDFDF1;
	border: 1px solid #845e51;
}

input[type=password] {
	background: url(img/body_bg2.gif) #FDFDF1;
	border: 1px solid #845e51;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.center {
	text-align: center;
	margin-right: 5px;
}

a img {
	border: none;
}

.product_img {
	padding: 10px;
	margin: 5px;
	border: 1px solid #845E51;
}

/* Design for header */

#header {
	height: 165px;
	background: url(img/header.jpg) no-repeat;
	padding: 20px 35px 0 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#header h2 {
	font-size: 110%;
	letter-spacing: 0.2em;
}

#header_left {
	float: left;
	width: 49%;
}

#header_right {
	float: right;
	width: 49%;
	text-align: right;
}

#header h1 {

}

#header_right a {
	font-family: Union, Trebuchet MS, Arial;
	font-size: 90%;
	letter-spacing: 0.3em;
}

#navtrail {
	float: left;
	font-size: 80%;
}

#date {
	text-align: right;
	color: #845e51;
	border-bottom: 1px solid #845E51;
}

/* Design for 3-column-layout */

#container {
	width: 980px;
	margin: auto;
	background: url(img/container_bg.jpg) #FDFDF1;
}

#left {
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline;
}

#right {
	float: right;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline;
}

#center {
	float: left;
	width: 510px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#center h2 {
	width: 100%;
	padding-bottom: 3px;
	background: url(img/product_listing_bottom.jpg) left bottom no-repeat;
	/* border-bottom: 1px solid #845E51; */
}

#center h3 {
	margin-bottom: 0.5em;
}

#center li {
	margin-bottom: 2px;
}

#center .content_left {
	float: left;
	width: 49%;
}

#center .content_right {
	float: right;
	width: 49%;
	text-align: right;
}

#footer {
	clear: both;
	padding: 5px 5px 25px 5px;
	/* margin: 0 25px;
	border-top: 2px dotted #845E51; */
	text-align: center;
	background: url(img/container_footer.jpg) no-repeat bottom;
}

#popup_image {
	padding: 10px;
	text-align: center;
}

/* Design for categorie navigation */

#CatNavi {
	list-style: none;
}

#CatNavi li {
	margin-bottom: 2px;
}

.CatLevel1 {

}

.CatLevel2 {
	
}

.CatLevel3 {

}

.CatLevel4 {

}

.CatLevel5 {

}

.SubMenue {

}

.CurrentParent {
	
}

.Current {
	font-weight: bold;
}

.Current li {
	font-weight: normal;
}

/* Design for shopping-cart tables */

.th_border {
	border-bottom: 1px dashed #845E51;
}

.td_border {
	border-bottom: 1px dotted #845E51;
	border-left: 1px dotted #845E51;
	padding-top: 5px;
}

.td_border_bottom {
	border-bottom: 1px dotted #845E51;
	padding-top: 5px;
}

.order_listing_img {
	float: left;
	padding: 3px;
	margin: 0 5px 5px 5px;
	border: 1px solid #845E51;
	display: inline;
}

/* Design for checkout-bar */

.checkout_done {
	float: left;
	width: 119px;
	height: 28px;
	border: 1px solid #845E51;
	background: #BFF8D4;
	text-align: center;
	margin-left: 5px;
	padding-top: 2px;
	display: inline;
}

.checkout_active {
	float: left;
	width: 119px;
	height: 28px;
	border: 1px solid #845E51;
	background: #F3D291;
	text-align: center;
	margin-left: 5px;
	padding-top: 2px;
	display: inline;
}

.checkout_todo {
	float: left;
	width: 119px;
	height: 28px;
	border: 1px solid #845E51;
	background: #F8C8BF;
	text-align: center;
	margin-left: 5px;
	padding-top: 2px;
	display: inline;
}

.shipping_block {
	background: url(img/product_listing_bottom.jpg) left bottom no-repeat;
	margin-bottom: 15px;
}

.shipping_left {
	float: left;
	width: 49%;
}

.shipping_right {
	float: right;
	width: 49%;
	text-align: right;
}
