body {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
a:link, a:visited, a:active {
	color: #776e3c;
}
a:hover {
	color: #a5b8b7;
	text-decoration: none;
}

/* MainTable */
.maintable {
}

/* Header */
#header {
	width: 100%;
	height: 157px;
	text-align: right;
}

/* Navi */
#navi {
	width: 100%;
	height: 43px;
	text-align: center;
}
#navi a:link, #navi a:active, #navi a:visited {
	display: block;
	float: left;
	padding: 21px 16px 6px 15px;
	margin-right: -1px;
	background-image: url(navi_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	color: #8d8453;
	font-size: 13px;
}
#navi a:hover, #navi a.aktiv:link, #navi a.aktiv:active, #navi a.aktiv:visited {
	background-position: 0px -44px;
	color: #FFFFFF;
}
#subnavi {
	width: 239px;
	float: left;
	display: inline;
	margin: 70px 10px 0px 40px;
	text-align: left;
}
#subnavi a:link, #subnavi a:active, #subnavi a:visited {
	display: block;
	padding: 3px 0px 3px 7px;
	color: #8d8453;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#subnavi a:hover, #subnavi a.aktiv:link, #subnavi a.aktiv:active, #subnavi a.aktiv:visited {
	background-color: #f3f2ed;
}

#subnavi .subsub {
	margin-bottom: 20px;
}
#subnavi .subsub a:link, #subnavi .subsub a:active, #subnavi .subsub a:visited {
	display: block;
	padding: 3px 0px 3px 13px;
	color: #8d8453;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
#subnavi .subsub a:hover, #subnavi .subsub a.aktiv:link, #subnavi .subsub a.aktiv:active, #subnavi .subsub a.aktiv:visited {
	background-color: #f3f2ed;
}


/* Content */
.teaser_head {
	font-weight: bold;
	font-size: 12px;
	color: #857e51;
}
.hometeaser {
	display: inline;
	float: left;
	width: 273px;
	height: 176px;
	margin-left: 21px;
	background-image: url(../../content/dorissima/teaser_back.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#content_container {
	width: 498px;
	float: left;
	display: inline;
	margin: 35px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: left;
}
#content_container table, .content_container table {
	border-collapse: collapse;
}
#content_container th, .content_container table tbody tr th {
	font-size: 12px;
	padding: 7px 0px 7px 0px;
	background-image: url(th_back.jpg);
	background-repeat: repeat-x;
	color: #6c6436;
}
#content_container td, .content_container table tbody tr td {
	padding: 4px 4px;
	border: 1px solid #776e3c;
}
#content_container .noborder td {
	border: 0px;
}
#rechts {
	position: relative;
	width: 151px;
	float: right;
	margin: 78px 0px 0px 16px;
	text-align: left;
}

/* Produkte */
.produkt {
	clear: both;
	margin-bottom: 20px;
	background-image: url(ecke.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.produkt h2, .produkt a.titel:link, .produkt a.titel:active, .produkt a.titel:visited {
	display: block;
	background-image: url(prod_titel_back.gif);
	background-repeat: no-repeat;
	color: #6c6436;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0px 7px 20px;
	margin: 0px;
}
.produkt a.titel:hover {
	filter: Alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
.produkt .bild {
	width: 168px;
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
}
.produkt .inhalt {
	width: 212px;
	float: left;
	margin-top: 15px;
}
.produkt .preis {
	width: 113px;
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	text-align: right;
	color: #000000;
	font-size: 12px;
}
#minicart {
	width: 136px;
	padding-top: 52px;
	border: 2px solid #776e3c;
	position: relative;
}
.prod_pos {
	border-bottom: 1px dotted #b4ad88;
	margin: 3px 5px 0px 5px;
	padding-bottom: 3px;
	font-size: 10px;
}
#cart {
	width: 100%;
	border: 2px solid #776e3c;
	padding-top: 26px;
	position: relative;
}
#cart_prods {
	border-collapse: collapse;
	margin: 0 auto;
}
#cart_prods td {
	border: 0px;
	padding: 5px 20px;
	border-bottom: 1px dotted #b4ad88;
}

/* Footer */
#footer {
	padding-bottom: 5px;
	background-image: url(../../content/dorissima/footer_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #025374;
	color: #fff;
}
#footer a:link, #footer a:active, #footer a:visited {
	padding: 0px 10px;
	color: #FFFFFF;
	border-left: 1px solid #fff;
	text-decoration: none;
}


