body {
	background: #e9e5d8;
	margin: 50px 10px 10px 10px;
	padding: 0px;
}

.outerBorder {
	margin: auto;
	padding-bottom: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 800px;
}


.ContentBorder {
	border: 1px solid #000000;
	display: table;
	vertical-align: top;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 798px;
}

#row {
	display: table-row;
	margin: 0;
	padding: 0;
}

.leftcontent {
	background: #53331B;
	color: #FFFFFF;
	display: table-cell;
	width: 150px;
}

.centercontent {
	background: #fff;
	border: 1px solid #000000;
	display: table-cell;
	vertical-align: top;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 496px;
}

.rightcontent {
	background: #53331B;
	color: #FFFFFF;
	display: table-cell;
	height: 500px;
	vertical-align: top;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
}

.menu {
	background: #ffffff;
	border: 1px solid  #000;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.logo {
	background: url('images/cc_logo.png') no-repeat;
	height: 100px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.footer {
	background: url('images/footer.png') no-repeat;
	height: 50px;
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
}

a {
	color: inherit;
}

p {
	font-family: palatino;
	font-size: 12px;
	margin: 0px 10px 10px 10px;
}

h1 {
	font-family: palatino,serif;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 20px;
}

h2 {
	font-family: palatino,serif;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 20px;
}

.logo h2 {
	color: #fff;
	font-family: palatino,serif;
	font-size: 36px;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 150px;
	padding-top: 63px;
}

.whitefont {
	color: #fff;
}

.greyfont {
	color: #999;
	padding-top: 10px;
}

.link, a {
	font-variant: underline;
}

.hover {
	font-weight: bold;
}

img
{
	border: none;
}

div#menu
{
	text-decoration: none;
}

/*

KLEINER WARENKORB

*/
ul#categories
{
	list-style: none;
}
li.category
{

}
li.subcategory
{
	margin-left: 10px;
}

/*

KLEINER WARENKORB

*/
div#swarenkorb
{
	font-family: palatino;
	font-size: 12px;
	margin: 0px 10px 10px 10px;
}
div#swarenkorb h1
{
	
}
div#swarenkorb p
{
	clear: both;
}
div#swarenkorb ul
{
	clear: both;
	list-style: none;
/*	width: 200px;*/
}
div#swarenkorb ul li
{

}
div#swarenkorb ul li.amount
{
	float: left;
}
div#swarenkorb ul li.article
{
	float: left;
	padding: 0 2px;
}
div#swarenkorb ul li.price
{
	float: right;
}
/*

ARTIKELÜBERSICHTEN (list_cat.php)

*/

div.crumb
{
	color : red;
}
div.preview
{
	border: 1px solid #aaaaaa;
	float: left;
	padding: 15px;
	width: 120px;
}
div.preview div.img
{
	height: 120px;
	width: 120px;
}
div.preview div.img img
{
	display: block;
	margin: auto;
}
div.preview p
{
	margin-bottom: 0;
}
div.preview p.price
{
	text-align: right;
}
/*

BESTELLÜBERSICHT

*/
table#orders
{
	border: 1px solid #AAAAAA;
	width: 100%;
}
table#orders tr.order, table#orders tr.desc
{
	background: #F1F1F1;
}
table#orders tr.order td
{
	border-top: 1px solid #AAAAAA;
}
table#orders tr.article
{
	background: #CCCCCC;
}
table#orders tr.article td
{
	border-bottom: 1px solid #F1F1F1;
}
table#orders tr.article .empty
{
	background: #F1F1F1;
}
th
{
	text-align: left;
}

/*

LOGIN

*/
form.login
{

}
form.sidebar
{
	width: 100%;
}
form.sidebar input#password,form.sidebar input#email
{
	font-size: inherit;
}