body {
	margin: 0px;
}

a:link, a:visited { color: #CE3202; text-decoration: none;}
a:hover { color: #CE3202; text-decoration: underline;}

.main_text {
	font-family: Verdana, sans-serif;
	line-height: 18px;
	font-size: 11px;
	font-weight: normal;
}

.main_text_kop1 {
	font-family: Verdana, sans-serif;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
}

.main_text_bold_thb {
	font-family: Verdana, sans-serif;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #CE3202;
}

.price {
	color: #CE3202;
}

#mainframe_Container {
	position: relative;
	width: 540px;
	height: 410px;
	top: 0px;
	left: 26px;
	border: 1px solid #000000;
	overflow: hidden;
	z-index:2;
	visibility: visible;
}

#mainframe_Content {
	position:absolute;
	top:2px;
	left:-1px;
	height: 410px;
	width: 542px;
	background-color: #CCCCCC;
	visibility: visible;
}

#mainframe_txt{
	width: 540px;
	height: 410px;
	overflow: auto;
	z-index: 100;
}
