@charset "utf-8";
/* CSS Document */

* 
{
	padding:0;
	margin:0;
}
h1
{
	font-size:16px;
	font-weight:bold;
}
h2
{
	font-size:16px;
	font-weight:bold;
}
html, body
{
	width:100%;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	/*color:#c99cc3;*/
	color: #000000;
}
.shop_titel
{
	font-weight:bold;
	font-size:12px;
	padding-bottom:15px;
}
.shop_preis
{
	font-weight:bold;
	font-size:12px;
}
a.shoptitel
{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;		
}
a.shoptitel:hover
{
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
}
a.shopartikel
{
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	margin-left:10px;		
}
a.shopartikel:hover
{
	text-decoration:underline;
	font-weight:normal;
	font-size:11px;
	margin-left:10px;
}
#shopcontent
{
	width:510px;
	height:350px;
	min-height:350px;
	float:left;
	text-align:left;
	display:block;
	border-bottom: solid 1px #c99cc3;
	overflow:auto;
}
#textcontent
{
	width:715px;
	height:350px;
	min-height:350px;
	float:left;
	text-align:left;
	display:block;
	border-bottom: solid 1px #c99cc3;
	overflow:auto;
}
#shopkassa
{
	width:715px;
	height:350px;
	min-height:350px;
	float:left;
	text-align:left;
	display:block;
	border-bottom: solid 1px #c99cc3;
	overflow:auto;
}
#shopkassa td
{
	padding-right:5px;
	padding-bottom:5px;
}

#warenkorb
{
	width:205px;
	min-height:350px;
	height:350px;
	background-color:#ebdedf;
	text-align:left;
	float:left;
	display:block;
	border-bottom: solid 1px #c99cc3;
	overflow:auto;
}
#footer
{
	width:1000px;
	height:70px;
	background-image:url(../images/footer2.jpg);
}

.input_fix
{
	width:350px;
	height:17px;
}
.input_shop_anzahl
{
	width:20px;
	height:12px;
	font-size:11px;
	text-align:center;
	border: solid 1px #c99cc3;
}
.input_submit
{
	width:354px;
	height:20px;
	border: solid 1px #999999;
}
.input_ort
{
	width:291px;
	height:17px;
}
.input_plz
{
	width:45px;
	height:17px;
}
.input_datum1 {

	width: 55px;
}
.input_datum2 {

	width: 65px;
}
textarea
{
	width:350px;
	height:65px;
}
select
{
	width:165px;
	height:19px;
}
a
{
	text-decoration:none;
	color:#333333;
}
a:hover
{
	text-decoration:underline;
	color:#333333;
}
.error
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ff0000;
	padding-bottom:5px;
}
<!-- Shop -->
.shop_img
{
	border:solid 1px #000000;
	padding:10px;
}
.shop_article_menu
{
	margin-right:20px;
	margin-bottom: 20px;
	width:125px;
	height:200px;
	float:left;
	background-color:#e3d7db;
}
.shop_article_menu:hover
{
	background-color:#c99cc3;
	text-decoration:none;
}
.shop_article_menu a
{
	text-decoration:none;
}
.shop_btn_skip
{
	width:100%%;
	background-color:#e3d7db;
	color:#c99cc3;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
}
.shop_btn_skip:hover
{
	background-color:#ffffff;
	color:#c99cc3;
	text-decoration:none;
}
a.shop_warenkorb
{
	display:block;
	width:150px;
	height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background-color:#000000;
	text-align:center;
	margin-bottom:19px;
}
<!-- LiveValidation -->
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
