/* @override http://dev.drstone.homeip.net/basteleiche.de/css/main.css */

/* Main CSS von basteleiche.de */

/** BASIC */

html, body { height: 100%; }

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, .h1, .h2, .h3 {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #C9C9C9;
	margin-bottom: 15px;
	display: block;
}

h1 span, h2 span { color: #848484; }

h1, .h1 { font-size: 21px; }
h2, .h2 { font-size: 18px; margin-bottom: 12px;}
h3, .h3 { font-size: 15px; margin-bottom: 9px;}

h2.style1 {
	margin-bottom: 15px;
	font-size: 13px;
	color: #676767;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #7C7C7C;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 170%;
}

ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a { color: #D3D3D3; }

a:hover { text-decoration: none; }

/** STYLES */

.style1 { }

.style1 a { }

.style1 a:hover { }

/** BACKGROUNDS */

.bg1 { }

/** MISC */

.align-justify { text-align: justify; }

.align-right { text-align: right; }

a img { border: none; }

img.border { border: 3px solid #474747; }

img.left {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 25px;
}

hr { display: none; }

.hr1 {
	height: 51px;
	background: url(../img/homepage04.gif) repeat-x left center;
}

/** MENU */

#menu {
	background: url(../img/subpage05.jpg) no-repeat left top;
}

#menu ul {
	width: 171px;
	margin: 0px;
	padding: 47px 0px 0px 32px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	border-top: 1px solid #CFCFCF;
}

#menu li.first {
	border: none;
}

#menu a {
	display: block;
	width: 100%;
	padding: 15px 0px 14px 0px;
	background: url(../img/homepage03.gif) no-repeat right center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #4C4C4C;
}

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

/** WRAPPER */

#wrapper { background: #313131 url(../img/subpage01.jpg) repeat-x left top; }

#wrapperbg { background: url(../img/subpage02.jpg) repeat-x left bottom; }

/** PAGE */

#page { background: url(../img/subpage03.jpg) repeat-y left top; }

#bgbtm {
	padding-bottom: 20px;
	background: url(../img/subpage06.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
	width: 420px;
	min-height: 400px;
	padding: 150px 31px 0px 30px;
	background: url(../img/subpage08.jpg) no-repeat left top;
}

/** FOOTER */

#footer {
	width: 736px;
	height: 118px;
	margin: 0px auto;
	background: url(../img/subpage07.jpg) no-repeat left top;
	color: #4B4B4B;
}

#footer p {
	padding: 20px 0px 0px 233px;
	text-align: center;
}

#footer p.copyright {
	float:  left;
	padding: 20px 0px 0px 23px;
	text-align: right;
}



/** SHOP SPEZIFISCH **/

.block {
	text-align: justify;
	display: block;
}

select, input {
	margin: 2px;
}

label {
	clear:left;
	display:block;
	float:left;
	font-weight:bold;
	margin:5px 0;
	width:120px;
}

.error-message {
	color: #ec7778;
	font-style:italic;
	margin-left:10px;
}
div.articleList {
	width: 100%;
	margin: 10px 0;	
}

div.articleList div {
	float: left; 
	height: 250px;
	width: 130px;
	vertical-align: bottom;
	text-align: center;
}

div.articleList div a{
	font-size: 10pt;
}

div.articleList div a p{
	text-align: center;
	margin: 3px;
	clear: left;
}
div.articleList div a img {
	text-align: center;
	padding: 0px;
/*	border: 1px solid #580419; */
	vertical-align: top;
	width: 100px;
}

a.orderButton {
	float: right;
	font-size: 1.5em;
	color: black;
	text-decoration: none;
}

p.articlePrice {
	font-size: 1.5em;
	margin-top: 15px;
	margin-bottom: 0;
	padding: 8px 0px 3px 25px;
	text-transform: none;
	text-align: right;
}

div.articleDetails {
	margin:10px 15px 10px 0;
	padding: 25px;
	background-color: #FFF;
}

p.shippingCosts {
	text-align: right;
}
p.shippingCosts a {
	color:  gray;
}

p.sitepath {
	margin: 20px;
}
p.sitepath a {
	color: #828282;
	font-weight: bold;
	text-decoration: none;
}

a.backButton {
	margin-top: 20px;
	font-weight: bold;
	float: right;
}

div.text input {
	width: 250px;
}
div.select select {
	width: 200px;
}

div.submit input {
	margin: 15px;
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 7px; 
	background: #CCC url(../img/buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}

table#shoppingCart {
	width:  100%;
}
table#shoppingCart th {
	background-color: #EEE;
	padding: 4px;
}

table#shoppingCart td {
	background-color: #FFF;
	padding: 3px;
}

form div.submit {
	margin-top: 20px;
	float:  left;
}

.category_title {
	margin-top: 20px;
	padding: 4px;
	background-color: #C9C9C9;
	color:  black;
}

#menu ul a.categoryLink, #menu ul span.menu_cat_title {
	display: block;
	width: 100%;
	padding: 3px 0px 4px 15px;
	background: none;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	color: #4C4C4C;	
}

#menu ul span.menu_cat_title {
	font-weight: bold;
	padding: 3px 0 0px 5px;
}

div.category {
	margin-top: 15px;
}
div.sub {
	margin-left: 15px;
}
div.category a.categoryLink {
	padding: 9px 0 3px 25px;
	background: url(../img/icon.gif) no-repeat 0% .7em;
	color: #C9C9C9;		
	font-size: 12pt;	
	text-decoration: none;	
}
div.category a.categoryLink:hover {
	text-decoration: underline;	
}

div.category p.categoryDescription {
	margin: 0;
	margin-left: 26px;
}

div#headerLine {
	font-size: 9pt;
	float: left;
	margin-top: -30px;
}

#headerLine a.backButton {
	font-weight: bold;	
	margin-top: 0;
}

#categoryList {
	text-align: center;
	margin: 0 20px;
}
#categoryList a.active {
	font-weight: bold;
}

#amountSelect div.text input {
	width: 30px;
}