/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
P{
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
}

BODY {
	margin: 0 0 0 0;
	background-color: white;
	background-image: url(../images/frauenbg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

H1 {
	font-size: 15px;
	border: 1px solid #CC9966;
	background-color: #999966;
	padding: 2px;
}
H2 {
	font-family : Verdana, sans-serif;
	font-size : 15px;
	color : #666666;
	margin-bottom : 10px;
	margin-top : 20px;
}
H3 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #666666;
	margin-bottom : 3px;
	margin-top : 10px;
}
H4 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}


TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content {
	padding-left : 10px;
	padding-top : 10px;
}

a {
	color: #333333;
	text-decoration: underline
}
a:visited{
	color: #3A743A;	
	text-decoration: underline
}
a:link {
	text-decoration: underline;
	color: #3A743A;
	
}
a:hover {
	text-decoration: none;
	color: #AE7439;
}

.addressPart {
	background-color: #F2E7DB;
	border: 1px solid #999966;
}
.productsHeadline{
	font-weight: bold;
	
}
textarea,
input {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px;
	background-color: #E0C7AB;
	border: 1px solid #8D9B64;
	color: #6D6D49;
}
.productPriceLine {
	border: 1px solid #CC9966;


}
.productPriceCell {
	padding-right: 5px;
	border: 1px solid #cc9966;
	background-color: #F5EBE2;

}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.productDetailsCells {
	background-color: #F5EBE2;
	border: 1px solid #CC9966;
	padding-right: 5px;
	padding-left: 5px;





}
.productTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CC9966;
	font-size: 13px;
	color: #000000;
}
.productTitle a:visited, a:link {
	color: #000000;
	text-decoration: underline;
}

.productTitle a:hover {
	color: #333333;
	text-decoration: none;
}
