#ie_spacer {
	height:10px;
}
div.center {
	/*weil ie ja kein margin:auto kann :/*/
	text-align:center;
	height:100%;
}

* {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
/*html und body festlegen*/
html {
 height:100%;
}

body
{
	background:url(../../img/layout/bg.jpg);
	background-position:center;
 color:#000;
 margin:0;
 padding:0;
 background-color: #2A2A2A;
 height:100%;
}


.noborder {
	border:0;
}

#all {
	height:100%;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:url(../../img/layout/pch__r7_c2.jpg);
	background-position:left;
	background-repeat:repeat-y;
	border-left:1px solid black;
	border-right:1px solid black;
	background-color:#fff;
}


/* DIV um den Header */
#banner {

}

/* DIV um die Sidebar */
#sidebar {
	height:100%;
	float:left;
	width:237px;
	/*display:inline;*/
	background:url(../../img/layout/pch__r7_c2.jpg);
}

/* Div um Content */
#content {
	height:100%;
	background-color:#fff;
	float:left;
	width:762px;
}


#sidebar_top{
	width:237px;
	height:24px;
	background:url(../../img/layout/sidebar_top_search.jpg);
	background-position:center center;
}

/* Feld um große Überschrift an der Sidebar */
.sidebar_big_header{
	width:237px;
	height:44px;
	background:url(../../img/layout/sidebar_big_header_bg.jpg);
	background-position:center center;
}

/* große Überschrift an der Sidebar */
.sidebar_big_header_text{
	padding-top:17px;
	padding-left:10px;
	font-weight:bold;
	font-size:18px;
}

/* Menü-Div */
a.menu {
	display:block;
	text-decoration:none;
}

/* Menü-Buttons */
a.menu:link, a.menu:visited, a.menu:active  {
	font-size:14px;
	font-weight:bold;
	width:227px;
	height:17px;
	color:#593500;
	padding-left:10px;
	padding-top:4px;
	background:url(../../img/layout/pch__r6_c2.jpg);
	background-position:center center;
	margin-bottom:2px;
	margin-top:2px;
}

/* Menübuttonhover */
a.menu:hover {
	width:222px;
	color:#000;
	background:url(../../img/layout/sidebar_item_hover.jpg);
}


a:link, a:visited, a:active {
	color:#000000;
}
a:hover {
	text-decoration:none;
}

.row0 {
	background-color:#ffebc8;
}

.row1 {
	background-color:#fed58d;
}

#top_nav {
	margin-top:10px;
	margin-bottom:10px;
	padding-left:20px;
	padding-top:4px;
	font-size:12px;
	width:717px;
	background-image:url(../../img/layout/bg_top.jpg);
	height:18px;
	border:1px solid #c1944b;
}

#content h1 {
	margin:0;
	display:block;
	width:730px;
	padding-top:4px;
	height:32px;
	padding-left:20px;
	font-size:26px;
	background-image:url(../../img/layout/bg_big.jpg);
	background-repeat:no-repeat;
}

#content h2 {
	margin:0;
	margin-top:-30px;
	margin-bottom:20px;
	padding-right:30px;
	font-size:20px;
	text-align:right;
}

#content table.articles {
	width:741px;
	border:1px solid #c1944b;
}

#content table.articles th {
	background-image:url(../../img/layout/bg_top.jpg);
	border-right:1px solid #c1944b;
	padding-left:10px;
}


#content table.articles td {
	padding:2px;
}



#content table.articles td h3 a, #content table.articles td h3{
	text-decoration:none;
	margin:0;
}


#content table.articles td .so {
	color:#f00;
	text-align:center;
	font-size: 18px;
}


#content table.articles td .preisspalte {
	text-align:center;
	margin:5px;
}

#content table.articles td div.pic {
	text-align:center;
	margin:2px;
}

#content table.articles td span.preis {
	font-weight:bold;
}

#content table.articles td span.versand {
	font-size:10px;
}

#content table.articles td div.desc {
	padding-left:10px;
}

#content table.articles td div.desc a{
	padding-left:10px;
}



#content table.articles .actions {
	float:right;
	border-right:1px solid #7a5920;
	border-bottom:1px solid #7a5920;
	padding:2px;
	margin: 5px 10px 30px 10px;
	width:170px;
	font-size:12px;
}

#content table.articles td .actions a{
	text-decoration:none;
}


#content table.articles td .actions a:hover{
	text-decoration:underline;
}



#content table.article_details {
	clear:left;
	width:550px;
	margin-top:15px;
	margin-bottom:15px;
	border:1px solid #c1944b;
}

#content table.article_details th {
	/* mit // kann man nicht auskommentieren?! TODO*/
	//border-right:1px solid #c1944b;
	width: 200px;
	text-align: left;
}

#content div.article_order {
  float: right;
	width: 180px;
	background-color:#ffebc8;
	margin-right: 10px;
	margin-top: 10px;
	border:1px solid #c1944b; 
	padding: 5px;
}

fieldset {
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #c1944b;
	border-right:0;
	width:717px;
	background-color:#fed078;
	background-image:url(../../img/layout/fieldset_bg.jpg);
}

legend {
	font-weight:bold;
	font-size:12px;
	background-image:url(../../img/layout/bg_top.jpg);
	height:12px;
	padding:3px;
	border:1px solid #c1944b;
	border-bottom:0;
}

label {
	font-size:12px;
}
.order_fields input[type="text"] {
	padding:2;
	margin:0;
	border:0;
	background-color:#fff;
	border:1px solid #c1944b;
}
.order_fields td {
	padding:2px;
	font-size:12px;
}


#seachform_small {
	padding:0;
	margin:0;
}

#seachstring_small {
	width:120px;
	border:1px solid #c1944b;
	height:18px;
	margin:0;
	margin-left:25px;
	padding:1px;
	font-size:10px;
}
#searchbutton_small {
	border:1px solid #c1944b;
	height:18px;
	margin:0;
	padding:1px;
	font-size:10px;
}

.buttons {
	padding:20px;
	padding-right:30px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.submit_button{
	background-image:url(../../img/layout/bg_top.jpg);
	height:24px;
	border:1px solid #c1944b;
	font-size:12px;
}
.contact {
	width:250px;
	background-image:url(../../img/layout/lines.jpg);
	padding:3px;
	border:1px solid #c1944b;
}
.art_img {
	padding:1px;
	margin:3px;
	border: 1px solid black;
}

