.AddToCartButton{
	width:99px;
	height:15px;
}
.ProductImageBox{
	float: left;
	width:50px;
}
.ProductSmallText{
	float:left;
}
a.NAvailable{
	color: #777777;
}
a.Available{
	color:#B22222;
}
.Datum{
	width:70px;
	float:left;

	clear: both;
}
.DatumRechts{
	height: 100%;
}
a{
	color: #B22222;
	text-decoration: none;
}

.line{
	border-bottom:1px #dddddd dotted;
	margin:3px 0px 3px 0px;
}
a:hover{
	color: black;
	text-decoration: underline;
}

body{
	color: #333333;
	background-color:#F5F5F5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

form {
	margin: 0;
	padding: 0;
}

.Floating{
}
h1{
	color:#333333;
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 2px;
	margin-top: 0px;
}

h2 {
	color:#000066;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 0px;
	font-weight:normal;
}

h3 {
	color:#000066;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 8px;
}
h4 {
	color:white;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 8px;
}

hr{
	border:1px #CCCCCC dotted;
	height:1px;
}
textarea {
	font-size:11px;
	border: 1px #CCCCCC solid;
	background-color: #F9F9F9;
	width: 180px;
}
input,select{
	font-size:10px;
	width: 180px;
}

td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Comment,.CommentSmall{
	color: #333333;
	font-size: 9px;
	font-family: Verdana,Arial,small-fonts,sans-serif;
}

.Content{
	width: 780px;
	text-align: left;
}

.ProductBox{
	font-size: 12px;
	padding: 10px;
	border: 1px dotted #DDDDDD;
	margin-bottom: 10px;
	clear: both;
}
.Barrier{
	clear: both;
}
.ProductImageSmall{
	float:left;
	margin-right:10px;
}
.inconspicuous{
	font-size: 10px;
}

.Author,OtherTitle{
	color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

#center{
	clear:both;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 700px;
}

#content{
	clear: both;
}

#copyright{
	border-top:1px solid #DDDDDD;
	clear:both;
	font-size: 9px;
	margin: 0px auto;
	padding: 6px;
	text-align: right;
	width: 700px;
}

#header{
	padding: 10px 0px 10px 2px;
	margin-bottom:10px;
	border-bottom: 1px solid #DDDDDD;
	background-color: #F5F5F5;
}

#mitte{
	float: left;
	margin: 0px auto;
	padding: 0px 10px 10px 2px;
	text-align: left;
	width:460px;

}

#rechts{
	border-left: 1px solid #DDDDDD;
	float: left;
	padding: 0px 0px 0px 8px;
	text-align: left;
	width: 219px;
}

.MainPrice{
	background-color: Green;
	color:white;
	padding:3px;
	font-size:14px;
	border: 1px outset;
	}