hr{
	border-color : #cccccc;
	border-style : dashed;
	border-width : thin;
	height:1px;
}



/* classes */

a.link_bold {
	font-weight: bold;
}

a.link_bold_highlighted {
	text-decoration: none;
	font-weight: bold;
}

a.link_bold_highlighted:active, 
a.link_bold_highlighted:focus,
a.link_bold_highlighted:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
}

.form_button{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.form_textfield {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #AA0000;
	background-color: #000000;
	border: 1px solid;
	border-color : #e8e8e8;	
}

/* classes in navigation and info bar */

.span_nmbr_articles{
	font-weight: bold;
	color: #AA0000;
}

.span_sum_articles{
	font-weight: bold;
	color: #AA0000;
}

.td_bg_navig {
	background-color: #333333;
	border-bottom: 1px solid Black;
}

.td_bg_sel_artype {
	border-bottom: 1px dotted #e8e8e8;
}

.td_bg_spacer {
	border-bottom: 1px dotted #e8e8e8;
}

.td_lbl_content_shpcrt {
	font-weight: bold;
}

.td_lbl_sel_artype {
	font-weight: bold;
}



/* classes in article overview */

.td_lbl_art_name {
	font-weight: bold;
}

.td_lbl_art_price {
	font-weight: bold;
	color: #AA0000;
}

.td_lbl_art_type_descr {
	font-style: italic;
}

/* classes in article detail view */
.img_detail {
	border: 1px solid #333333;
}

/* classes in motive list */
.img_motiv {
	border: 1px solid #333333;
}

.td_headline_motive_list {
	color: #AA0000;
	font-weight: bold;
	font-size: 11px;
}

.td_motive_name {
	color: #AA0000;
	font-weight: bold;
}

/* classes in shopping cart view */
.td_headline_shopping_cart {
	font-weight: bold;
}

/* classes in shipping terms */
.td_headline_shipping_terms {
	color: #AA0000;
	font-weight: bold;
	font-size: 11px;
}

.td_subheadline_shipping_terms {
	font-weight: bold;
}

/* classes for help page */
.td_headline_help_page {
	color: #AA0000;
	font-weight: bold;
	font-size: 11px;
}

.td_subheadline_help_page {
	font-weight: bold;
}


