/* General settings */
body {
	background-color: #EEEEEC;
	margin: 0px;
	padding: 0px;
	font: normal 11px/100% Arial, Helvetica, sans-serif;
	border: 0px;
	overflow: -moz-scrollbars-vertical;
}

form, table, fieldset, legend, span {
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px;
	text-indent: 0px;
}

table {
	display: table;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #A70B47;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

img {
	border: 0px;
}


/* Container */
#container {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	width: 720px;
	background-color: #FFFFFF;
}


/* Header */
#header {
	width: 720px;
	height: 110px;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/bg_header.jpg');
	background-repeat: no-repeat;
}

#header a#homepage {
	float: left;
	display: inline;
}

#header #innerheader {
	float: right;
	padding: 5px 5px 0px 0px;
	line-height: 120%;
}

#header #innerheader span {
	color: #AC0948;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#header #search_words {
	width: 120px;
	margin-right: 5px;
	float: left;
}

#header .button {
	float: left;
	margin-top: 4px;
}

#header #innerheader table {
	clear: both;
	margin-top: 15px;
}


/* Top-navi */
#topnavi {
	width: 720px;
	height: 48px;
	background-image: url('../images/bg_topnavi.jpg');
	background-repeat: no-repeat;
}

#topnavi #topnavilinks {
	float: left;
	width: 670px;
	padding: 0px 0px 0px 14px;
}

#topnavi #gotobasket {
	float: right;
	width: 30px;
	padding: 5px 5px 0px 0px;
	margin: 0px;
}

#topnavi #topnavilinks img.sep {
	margin-top: 5px;
	display: inline;
	float: left;
}

#topnavi a.category {
	display: inline;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#topnavi a.category:hover {
	color: #A90948;
}

#topnavitop {
	float: left;
	height: 25px;
	width: 100%;
}


/* Footer */
#footer {
	width: 720px;
	height: 22px;
	background-image: url('../images/bg_footer.jpg');
	background-repeat: no-repeat;
	color: #666666;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#footer #innerfooter {
	padding: 6px 0px 0px 5px;
}

#footer a {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	margin: 0px 2px 0px 5px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* Breadcrump */
#breadcrumb {
	width: 600px;
	display: block;
	float: left;
	height: 19px;
	margin: 0px 2px 1px 2px;
}

#breadcrumbContent {
	margin-left: 100px;
	padding-top: 4px;
	height: 19px;
}

#breadcrumbContent .crumb {
	float: left;
	margin-left: 15px;
}

#breadcrumb a{font-family: Arial; font-size: 11px; font-weight: normal; color: #F7F6F3; line-height: 16px; text-decoration: none; background: url(../images/bg_crumb_passiv.gif); background-repeat: no-repeat; background-position: 0px 5px; padding-left: 9px; display: inline-block;}
#breadcrumb a:hover{font-family: Arial; font-size: 11px; font-weight: normal; color: #FAD7E5; line-height: 16px; text-decoration: none; background: url(../images/bg_crumb_aktiv.gif); background-repeat: no-repeat; background-position: 0px 5px; padding-left: 9px; display: inline-block;}

#breadcrumb a.breadlast{font-family: Arial; font-size: 11px; font-weight: normal; color: #FAD7E5; line-height: 16px; text-decoration: none; background: url(../images/bg_crumb_aktiv.gif); background-repeat: no-repeat; background-position: 0px 5px; padding-left: 9px; display: inline-block;}
#breadcrumb a.breadlast:hover{font-family: Arial; font-size: 11px; font-weight: normal; color: #FAD7E5; line-height: 16px; text-decoration: none; background: url(../images/bg_crumb_aktiv.gif); background-repeat: no-repeat; background-position: 0px 5px; padding-left: 9px; display: inline-block;}


/* Homepage */
#content .innercontenthomepage {
	width: 718px;
	padding: 1px;
}

#content .homecolumn1 {
	width: 480px;
	margin: 0px;
	padding: 0px;
}

#content .homecolumn1 .cmstext {
	
	border: 1px solid #C8C0B3;
	width: 474px;
	float: left;
	margin-bottom: 1px;
}

#content .homecolumn1 .cmstext h1 {
	padding: 14px 14px 0px 14px;
	margin: 0px;
}

#content .homecolumn1 .cmstext p {
	padding: 0px 14px 14px 14px;
	margin: 0px;
}

#content .homecolumn2 {
	width: 238px;
	margin: 0px;
	padding: 0px;
}

#content .homecolumn2 .cmstext {
	background-color: #EFEEE7;
	border: 1px solid #C8C0B3;
	width: 238px;
	float: left;
	margin-bottom: 1px;
}

#content .homecolumn2 .cmstext h1 {
	padding: 8px 8px 0px 8px;
	margin: 0px;
	font-size: 11px;
}

#content .homecolumn2 .cmstext p {
	padding: 0px 8px 8px 8px;
	margin: 0px;
}

#content .homecolumn2 .cmstext ul {
	padding: 0px 0px 4px 30px;
	margin: 0px;
}

#content #homepagecats {
	height: 325px;
	padding: 40px 4px 14px 14px;
	width: 456px;
	text-align: center;
}

* html #content #homepagecats {
	height: 335px;
}

*+html #content #homepagecats {
	height: 335px;
}

#content .innercontenthomepage .catbox {
	float: left;
	width: 144px;
	margin-right: 5px;
	margin-bottom: 20px;
}

#content .innercontenthomepage .catbox .title {
	width: 144px;
	height: 15px;
	background-color: #9A052F;
	text-align: center;
}

#content .innercontenthomepage .catbox .title a {
	color: #FFFFFF;
	text-decoration: none;
}


/* Content */
#content {
	padding: 0px;
	margin: 0px;
	line-height: 14px;
}

#content h1 {
	color:#990033;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	margin-bottom:21px;
	margin-top:0px;
}

#content, #content p, #content span {
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
}

#content span {
	display: inline;
}

#content .innercontentdefault {
	border: 1px solid #C9BFB2;
	padding: 20px 25px 17px 11px;
	width: 680px;
	margin: 0px 0px 1px 1px;
	float: left;
	background-color: #FFFFFF;
}

#content span.label, #content label {
	display: inline;
	width: 150px;
	float: left;
	color: #990033;
	font-weight: bold;
}

#content div.inputfield {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#content input.text {
	width: 204px;
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #E4E4E4;
	color: #000000;
	background-color: #ffffff;
	font-size: 11px;
	height: 15px;
	padding-left: 5px;
	margin: 0px;
}

#content textarea {
	width: 290px;
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #E4E4E4;
	color: #000000;
	background-color: #ffffff;
	font-size: 11px;
	padding-left: 5px;
	margin: 0px;
	font-family: Arial;
}

#content select {
	width: 146px;
	border: 1px solid #CDCDCD;
	color: #000000;
	background-color: #ffffff;
	font-size: 11px;
	height: 16px;
	padding-left: 5px;
	margin: 0px;
}

#content input.sendbutton {
	background-image: url('../images/buttons/absenden.gif');
	width: 111px;
	height: 13px;
	float: left;
}

#content .errors p, #content span.formerror {
	color: red;
	font-weight: bold;
}

#content .moverleft, #content .moverright {
	background-color: #A90948;
	width: 16px;
	height: 16px;
	display: inline;
	float: left;
}

#content .moverright {
	float: right;
}

#content .moverleft img, #content .moverright img {
	margin: 4px;
}

#content .moverleft {
	margin-right: 5px;
}

#content .moverright {
	margin-left: 5px;
}

#content a:hover .moverleft, #content a:hover .moverright {
	background-color: #FF6D06;
}

#content table, #content table td {
	padding: 0px;
	margin: 0px;
}

#content .catnavi table td {
	line-height: 100%;
}

#content .catnavi a {
	display: inline;
}

#content .catnavi table {
	float: left;
}

#content input.amount {
	width: 20px;
	margin-right: 2px;
}


/* Highlight se-requests */
font.highlightsearchword {
	font-style: italic;
	font-weight: bold;
}


/* Shop category */
#shopcategory .row {
	float: left;
	width: 100%;
	clear: both;
	display: block;
}

#shopcategory .product {
	float: left;
	width: 225px;
	text-align: center;
	color: #444444;
}

#shopcategory .product .productContent {
	padding: 0px 10px 15px 10px;
}

#shopcategory .product img, #shopcategory .product a {
	clear: both;
}

#categoryteaser {
	margin: 0px 0px 0px 1px;
	padding: 0px;
}


/* Checkout */
#content .innercontentshopcheckout, #content .innercontentshopcheckout form {
	width: 570px;
}

#content .innercontentshopcheckout #articletable {
	border-bottom: 1px solid #888888;
	margin-top: 3px;
	margin-bottom: 5px;
}

#content .innercontentshopcheckout #articletable td {
	padding: 4px;
}

#content .updatebutton {
	float: right;
	display: inline;

}

#content .sumbox {
	display: inline;
	float: left;
	text-align: left;
}

#content #articletable {
	background-image: url('../images/checkouthead.gif');
	background-repeat: no-repeat;
}

#content #articletable tr.header {
	font-weight: bold;
	height: 24px;
}

#content #articletable tr.header td {
	padding: 0px;
}

#content .innercontentshopcheckout table.checkouttable {
	margin-bottom: 5px;
}

#content .innercontentshopcheckout table.checkouttable, #content .innercontentshopcheckout table.tableheader {
	width: 568px;
	display: table;
}

#content .innercontentshopcheckout table.checkouttable td, #content .innercontentshopcheckout table.checkouttable td a {
	font-size: 1em;
	line-height: 100%;
	margin: 0px;
}

#content .innercontentshopcheckout table.checkouttable td {
	border: 1px solid #EBEBEB;
	line-height: 110%;
	padding: 4px;
}

#content .innercontentshopcheckout table.innertable td {
	border: 0px;
	padding: 0px;
}

#content .innercontentshopcheckout table.tableheader {
	margin-top: 5px;
}

#content .innercontentshopcheckout table.tableheader td.header {
	background-color: #A8094B;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	padding: 4px;
}

#content .innercontentshopcheckout .customercomment {
	width: 100%;
	height: 75px;
	padding: 0px;
	margin: 0px;
	display: inline;
}

#content .shopproduct .productcontent p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 14px;
}
