/*
Websitebaker Template 'Decorstyle'
Website www.decorstyle.ch
WebChuchi Webdesign  www.webchuchi-webdesign.ch
Erstellt: 07.07.2009
Letzte Aenderung: 15.01.2010

ACHTUNG:
Bei Aenderungen dieses Stylesheets muss auch das Stylesheet des Texteditors FCKeditor 'editor.css' entsprechend angepasst werden!
*/



/* GENERAL */

html,body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #333333;
	background-color: #C4C199;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}


/* LAYOUT */

#bg_header {
	position: absolute;
	height: 189px;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url(images/bg_header.png);
	background-repeat: repeat-x;
}
#container {
	position: absolute;
	width: 826px;
	top: 0;
	left: 50%;
	margin-left: -413px;
}
#wrapper {
	background-image: url(images/side_shadow.png);
	background-repeat: repeat-y;
	margin-bottom: -5px;
}
*:first-child+html #wrapper {   /* IE7 only */
	margin-bottom: 0;
}
* html #wrapper {   /* IE < 7 */
	background-image: url(images/side_shadow.gif);
}
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 130px;
}
* html #header {   /* IE < 7 */
	background-image: url(images/header.jpg);
	background-position: 13px;
}
#topnav {
	width: 800px;
	height: 20px;
	margin: 0 0 0 13px;
	border-bottom: 1px solid #C6C39D;
}
#topnav_pos {
	float: right;
}
#navigation {
	position: fixed;
	width: 130px;
	top: 190px;
	left: 50%;
	margin-left: -373px;
}
* html #navigation {   /* IE < 7 */
	position: absolute;
}
#content {
	float: left;
	width: 560px;
	margin-top: 20px;
	margin-left: 210px;
	padding-bottom: 20px;
	min-height: 450px;
}
* html #content {   /* IE < 7 */
	margin-left: 105px;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 826px;
	height: 37px;
	font-size: 0.9em;
	text-align: center;
	padding-top: 9px;
}
* html #footer {   /* IE < 7 */
	background-image: url(images/footer.gif);
}


/* LINKS */

a:link, a:visited, a:active {
	color: #612000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #612000;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	font-style: italic;
	color: #612000;
}


/* TEXT */

p {
	font-size: 1.1em;
	letter-spacing: 0.08em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}
ol, ul {
	margin: 0 0 1em 0;
}
li {
	font-size: 1.1em;
	letter-spacing: 0.08em;
	line-height: 1.3em;
}
h1 {
	font-size: 1.4em;
	color: #612000;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0.7em 0 0.2em 0;
}
h2 {
	font-size: 1.4em;
	color: #4E4E4E;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0.7em 0 0.2em 0;
}
h3 {
	font-size: 1.3em;
	color: #612000;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0.7em 0 0.2em 0;
}
h4 {
	font-size: 1.3em;
	color: #4E4E4E;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0.7em 0 0.2em 0;
}
h5 {
	font-size: 1.2em;
	color: #612000;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0.7em 0 0.1em 0;
}
h6 {
	font-size: 1.2em;
	color: #4E4E4E;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0.7em 0 0.1em 0;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #612000;
	border: 0;
	border-top: 1px solid #612000;
	height: 1px;
}
.info {
	margin: 5px 0px 20px 0px;
	padding: 10px 10px 0px 10px;
	color: #612000;
	background-color: #F8F2DE;
	border: 1px solid #C6C39D;
}
.quote {
	font-family: Georgia, Times, serif;
	color: #999999;
	font-style: oblique;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.1em;
	display: block;
	line-height: 1.8em;
	margin-top: 0;
}
.author {
	font-size: 0.8em;
}


/* FORM */

form {
	margin: 0;
}
input {
	border: 1px solid #C7C39E;
	background-color: #FFFFFF;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	border: 1px solid #C7C39E;
	background-color: #F8F2DE;
}
textarea {
	border: 1px solid #C7C39E;
	background-color: #FFFFFF;
}


/* TOPNAVIGATION */

#topnav a:link, #topnav a:visited {
	display: block;
	float: left;
	line-height: 20px;
	text-align: center;
	padding: 0 33px;
	text-decoration: none;
	border-left: 1px solid #C6C39D;
}
#topnav a:hover, #topnav a.menu-current {
	background-color: #F8F2DE;
}


/* NAVIGATION */

#navigation {
	text-align: left;
}
#navigation ul {	
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.1em;
}	
#navigation li a {
	text-decoration: none;
	color: #612000;
	text-align: left;
	line-height: 1.6em;
}		
#navigation li a:hover {
	padding-left: 2px;
}
#navigation li.menu-current {
	font-weight: bold;
}


/* MINI CART */

#mod_bakery_mc_div_f {
	height: 147px;
	margin: 40px 0 0 0;
	padding: 8px;
	background-image: url(images/cart.png);
	background-repeat: no-repeat;
	letter-spacing: normal;
}
* html #mod_bakery_mc_div_f {   /* IE < 7 */
	background-image: url(images/cart.gif);
}
.mod_bakery_mc_p_cart_f {
	margin: 0;
	font-size: 1.7em;
	color: #612000;
}
.mod_bakery_mc_p_empty_f {
	font-size: 1em;
	font-weight: bold;
}
.mod_bakery_mc_p_orderid_f {
	font-size: 1em;
	margin: 0;
}
.mod_bakery_mc_orderid_f {
	font-size: 1em;
	font-style: italic;
	margin: 0;
}
.mod_bakery_mc_p_summary_f {
	font-size: 1em;
	letter-spacing: normal;
}
.mod_bakery_mc_quantity_f {
	font-weight: bold;
}
.mod_bakery_mc_total_f {
	font-weight: bold;
}
.mod_bakery_mc_p_excl_f {
	font-size: 10px;
}


/* SEARCH */

#search_box {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 30px;
	text-align: justify;
}
.search_string {
	color: #666666;
	background: #EFEFEF;
	width: 65%;
	vertical-align: middle;
	border: 1px solid #C7C39E;
}
.search_submit {
	color: #666666;
	background: #C7C39E;
	border: 1px solid #B0A54A;
}
.highlight {
	background-color: #FFFF00;
}


/* LOGIN */

.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table a {
	line-height: 1.8em;
}
.login_table input {
	font-size: 10px;
	background: #EFEFEF;
	margin: 5px 0px 1px 0px;
	width: 100px;
	border-top: 2px solid #999999;
	border-right: 2px solid #D9D9D9;
	border-bottom: 2px solid #D9D9D9;
	border-left: 2px solid #999999;
}
.login_table input[type="submit"] {
	background: #FEFECC;
	border-top: 2px solid #D9D9D9;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #D9D9D9;
}
