a:hover {
	text-decoration: underline;
	font-weight: none;
	font-size: 13px;
	color: blue;
}
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;
}
.text_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: red;
}


.article_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: black;
}

.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;
} 	
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: grey;
}
a.text_small:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #c7c7c7;
	text-decoration:underline;
}
.text_curved{
	font-family: monotype corsiva,times;
	font-size: 20px;
	line-height: normal;
	color: white;
	font-weight: normal;
}

.text_corsiva{
	font-family: monotype corsiva;
	font-size: 23px;
	line-height: normal;
	color: white;
	font-weight: normal;
	padding-top: 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: normal;
	color: black;
	font-weight: normal;
	padding-top: 0px;
	
}

.formular {
  		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		border: 1px solid #000000;  background: white;
		scrollbar-base-color:white;
        scrollbar-track-color:#5b95d7;
        scrollbar-face-color:#edeff1;
        scrollbar-highlight-color:#5b95d7;
        scrollbar-3d-light-color:#5b95d7;
        scrollbar-dark-shadow-color:#000000;
        scrollbar-shadow-color:#5b95d7;
        scrollbar-arrow-color:black;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border: 1px solid #000000;
	background: #ffffff;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
}
.button_red {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid red;
	background: #fcfaed;
	font-weight: bold;
	color: red;
	cursor : pointer;
}
.button_klein {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	background: #edeff1;
	font-weight: normal;
	font-size: 9;
	color: #041880;
	cursor : pointer;
	height: 17
}
.button_klein_red {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid red;
	background: #edeff1;
	font-weight: normal;
	font-size: 9;
	color: red;
	cursor : pointer;
	height: 17
}

.block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: black;
}
.block:a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #990099;
}
a.block:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: white;
	text-decoration: underline;
}
.block_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: black;
}
a.block_bold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
.block_bold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: black;
}
a.block_bold2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

.block_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: black;
}
.block_small:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: white;
	text-decoration: underline;
}
block_formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: black;
}
.confirm {


}
a.confirm:hover {
	color:red;

}	

// 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:100px;
	float:right;	
}	

.details_price_div {
	margin:5px;
	background-color: #dbdbde;
	float:right;
	padding:5px;
	width:160px;
}	

.details_price {
	
}

.details_clause {
	float:left;
	width:100%
}	

.details_options_div {
	float:right;
	background-color: #dbdbde;
	padding:5px;
	margin:5px;
	width:160px;	
}	

.details_submit_div {
	float:right;
	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:right;
	background-color: #dbdbde;
	padding:5px;
	margin:5px;
	width:160px;
}
