@CHARSET "ISO-8859-1";

body{
  margin: 0 auto;
  padding: 0;
}

a:hover {
	text-decoration: underline;
	font-weight: none;
	font-size: 13px;
	color: #9B1008;
}

a{
	text-decoration: none;
	font-weight: none;
	font-size: 13px;
	color: black;
}

.text, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: black;
}

.formular {
  		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		border: 1px solid #000000;  background: white;
}

// Artikel-Liste
//////////////////////////////////////

.article_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: black;
}

.article_description:hover {
	text-decoration:
}	
	
.detail_article_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: black;
}

.article_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: black;
	font-weight: bold;
} 	

// Artikel-Ansicht

.details_article_number {
	font-size: 10px;	
}

.details_title_div {
	float:left;
	width: 450px;
	background-color:#dbdbde;
	padding:5px;
	border: 1px solid black;	
}

.details_title {
	font-weight:bold;
	font-size: 15px;	
}

.details_pic_div {
	float:left;
	margin:5px;
	padding:5px;	
	background-color: #dbdbde;
	width:250px;	
}

/*
* 	Block mit Preis, Optionen und Bestellbutton
*/
.details_right_div {
	width:185px;
	float:right;	
}	

.details_price_div {
	margin:5px;
	background-color: #dbdbde;
	float:left;
	padding:5px;
	width:160px;
}	

.details_price {
	
}

.details_clause {
	float:left;
	width:100%
}	

.details_options_div {
	float:left;
	background-color: #dbdbde;
	padding:5px;
	margin:5px;
	width:160px;	
}	

.details_submit_div {
	float:left;
	background-color: #dbdbde;
	padding:5px;
	margin:5px;
	width:160px;
}	

.details_submit_button {
	width:140px;
	font-size:10px	
}	

.details_description_div {
	float:left;
	border:1px solid black;
	padding:5px;
	width:450px
}

.text_options_div {
	float:left;
	background-color: #dbdbde;
	padding:5px;
	margin:5px;
	width:160px;
}

.list_text_block_div{
	min-height:150px;
	width:290px;
	float:left	
}	

.block_bold {
	color:black;	
}	

.sub_block {
	color:#747373;	
}	

