body {
	background-color: #faf4ef;
	padding-top: 40px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}

#content {
	margin: auto;
	width: 1025px;
	padding: 10px;
	background: white url(/.resources/img/background.png) no-repeat;
	text-align: left;
	overflow: hidden;
}

#banner {
	margin-bottom: 25px;
}

#leftColumn {
	float: left;
	width: 205px;
}

#mainColumn {
	float: left;
	width: 820px;
}

#footer {
	clear: both;
	margin-left: 205px;
	line-height: 200%;
}

a {
	text-decoration: none;
	color: #5a2326;
}

a:hover {
	text-decoration: underline;
	background: #eeeeff;
}

div.seperator {
	width: 100%;
	height: 7px;
	border-top: 2px solid #5a2326;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.title {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #5a2326;
	letter-spacing: 2px;
}

.subtitle {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
	color: #5a2326;
}

/*---Paragraphstyles---*/ /*Hauptmenu*/
div.mainMenu {
	width: 165px;
	margin: 30px 0px 0px 20px;
}

div.miniBasket{
    margin-left: 20px;
    width: 165px;
}

.miniBasket h4{
    margin: 0px;
    padding-top: 20px;
}

.mainMenu ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}

.mainMenu ul a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.mainMenu ul li {
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
	color: #542626;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #542626;
	text-align: right;
	line-height: 20px;
	font-weight: bold;
}

.subNavi li {
	border:none !important;
	font-weight:normal !important;
	background: white !important;
	padding-bottom:0px !important;
}

.selectedSubMenuItem a{
	background: #eeeeff;
}

.active {
	background: #eeeeff;
}

/*Regionen-Tabelle*/
table {
	table-layout: fixed;
}

table.outside {
	border-collapse: separate;
	margin-left: -14px;
	margin-top: -14px;
	width: 100%;
}

table.inside {
	width: 100%;
}

td.outside {
	border: 1px solid #5a2326;
}

td {
	line-height: 15px;
	vertical-align: top;
}

td a {
	font-size: 12px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

th {
	vertical-align: top;
	padding: 6px 0px 6px 6px;
}
/* spalte 1 heist col1, da die klassenname = "col"+i%2 berechnet wird*/
td.col1 {
	padding-left: 14px;
	padding-right: 2px;
}

/* spalte 2 heist col0, da die klassenname = "col"+i%2 berechnet wird*/
td.col0 {
	padding-left: 7px;
	padding-right: 2px;
}

/*----Formular---*/
.standardInput {
	padding:0px 00px 0px 2px;
	border: 1px solid #582522;
	height:16px;
}

/*----Artikel-Liste----*/
.article {
	width: 790px;
	overflow: hidden;
	font-weight: bold;
}

.desc {
	float: left;
	width: 380px;
	margin: 15px 25px 0px 15px;
}

.subtitle a {
	text-decoration: none;
	color: #5a2326;
}

.desctext {
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin-top: 6px;
}

.spec {
	margin-top: 15px;
	float: left;
}

.gray {
	color: #5c5c5c;
}

.buttons {
	float: left;
	width: 404px;
	margin: 20px 0px 0px 15px;
}

.buttons a {
	display: inline-block;
	padding-top: 4px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #e08331;
}

.detail {
	float: left;
	width: 105px;
}

.glass {
	cursor: pointer;
	float: left;
	width: 23px;
	height: 23px;
	margin-right: 5px;
	background: url(/.resources/img/glass.gif);
}
/*--------------Bestellung----------------------*/
.order {
	float: left;
}

.basketTable {
	width:100%;	
}
.basketTable td {
	padding-top:0px !important;	
}
.basket {
	cursor: pointer;
	float: left;
	width: 23px;
	height: 23px;
	margin-right: 5px;
	background: url(/.resources/img/basket.gif);
}

.fav_marked, .fav_unmarked {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

.fav_marked {
	background: url(/.resources/img/fav_marked.png);
}

.fav_unmarked {
	background: url(/.resources/img/fav_unmarked.png);
}

.order input[type=text] {
	float: left;
	display: block;
	border: 1px solid #e08331;
	width: 25px;
	height: 18px;
	text-align: center;
	font-size: 11px;
	padding-top: 2px;
	margin-top: 2px;
	margin-right: 5px;
}

.order input[type=submit] {
	cursor:pointer;
	color:#e08331;
	border:none;
	text-transform:uppercase;
	background:none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	width:auto;
}

.order a {
	border:none;
	text-transform: uppercase;	
	color:#e08331;
}

.price {
	float: left;
	margin-top: 22px;
	font-size: 13px;
}

.floatleft {
	float: left;
}

hr {
	border: none;
	width: 790px;
	height: 1px;
	background: #5a2326;
	margin-left: 0px;
}

/*----ArtikelDetail-----*/
.art {
	padding-left: 20px;
	float: left;
	font-weight: bold;
	width: 550px;
}

.arttitle {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	color: #5a2326;
}

.artdesc {
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin-top: 7px;
}

.artspec {
	line-height: 25px;
}

.artbutton {
	float: right;
	margin: 20px 0px 0px 15px;
}

.artbutton a {
	display: inline-block;
	padding-top: 4px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #e08331;
}
.fav_marked {
	
}
/*---Paragraph MapAddress---*/
.map_address_col {
	float: left;
	margin-bottom: 20px;
}

/*---Basket---*/
.product input[type=text] {
	float: left;
	display: block;
	border: 1px solid #e08331;
	width: 25px;
	height: 18px;
	text-align: center;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 5px;
}

.product input[type=submit] {
	color:#e08331;
	border:none;
	text-transform:uppercase;
	background:none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	width:auto;
}
.order input[type=submit] {
	cursor:pointer;
	color:#e08331;
	border:none;
	text-transform:uppercase;
	background:none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	width:auto;
}

.product a {
	border:none;
	text-transform: uppercase;	
	color:#542626;
}

/*---Bestellung---*/
.orderWorkflowButton {
	cursor:pointer;
	color:#e08331;
	border:none;
	text-transform:uppercase;
	background:none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	width:auto;
}
.paymentMethods {
	width:70%;		
}

/*---Favoriten---*/

.bookmarkButtons {
	cursor:pointer;
	color:#e08331;
	border:none;
	text-transform:uppercase;
	background:none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	width:auto;
}

/*---Livesearch---*/
.livesearch_input {
	padding:0px 30px 0px 2px;
	border: 1px solid #582522;
	width:130px;
	height:22px;
	display:block;
	float:left;
}
.livesearch_submit{
	display:block;
	float:left;
	cursor:pointer;
	width:25px;
	color:#582522;
	font-size:0px;
	padding-top:10px;
	border:0px;
	background:url(/.resources/img/search.gif) #582522 center center no-repeat;
	height:24px;
	position:relative;
	left:-30px;
	margin-left:5px;
}
.liveSearch {
	width:205px;
	margin-left:20px;
}


/*---Diverses---*/
#grayout {
	position:fixed;
	top:0;
	left:0;
	background:#888;
	width:100%;
	height:100%;
	opacity:0.5;
	z-index:10;
}
#actionInfo {
	background:#faf4ef;
	position:absolute;
	top:300px;
	left:33%;
	width:33%;
	height:150px;
	margin: 1000 1000 1000 1000;
	border:1px solid #582522;
	z-index:11;
}
#actionInfoTitle {
	height:15px;
	width:100%;
	vertical-align: middle;
	color:#fff;
	font-weight:bold;
	background:#582522;
	text-align:left;
	padding-left:3px;
}
#actionInfoMessage {
	font-size:13px;
	margin-top:20px;
	margin-left:30px;
	padding-left:55px;
	padding-top: 15px;
	height:50px;
	background: url(/.resources/img/info.png) no-repeat;
}
#actionInfoButtonPanel {
	text-align:right;
	padding-right:30px;
	bottom:5px;
}
.actionInfoButton {
	height:30px;
}
.contentImage_left{
float:left;
margin-right:10px;
}
.contentImage_right{
float:right;
margin-left:10px;
}

table.twoCol {
	width: 100%;
}

td.twoCol1 {
	padding-right: 20px;
	vertical-align: top;
}

td.twoCol2 {
	vertical-align: top;
	border-left: 1px solid #5a2326;
	padding-left: 20px;
}
