body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EDE8D8;
}
.ltable-tdnavi {
	background-color: #E6DEC9;
	padding-right: 0px;
	width: 200px;
}
.ltable-tdcontent {
	background-color: #E6DEC9;
	width: 580px;
}
/* border styles */
.border-left {
	background-image: url(../pix/border-left.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.border-right {
	background-image: url(../pix/border-right.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.border-bottom {
	background-image: url(../pix/border-bottom.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.border-lu {
	background-image: url(../pix/border-lu.gif);
	background-repeat: no-repeat;
	height: 5px;
}
.border-ru {
	background-image: url(../pix/border-ru.gif);
	background-repeat: no-repeat;
	height: 5px;
}

/* top header styles */
.ltable-top-td2 {
	font-size: 11px;
	color: #006600;
	text-align: right;
	background-color: #E6DEC9;
}
.top-txt {
	color: #006600;
}
a.top-txt:link, a.top-txt:visited {
	text-decoration: none;
	color: #006600;
}
a.top-txt:hover, a.top-txt:active {
	text-decoration: underline;
	color: #CC0000;
}

/* navi styles */
.navi-table {
	background-color: #EDE8D8;
	border: 1px solid #DACFAE;
	padding-top: 15px;
	padding-left: 15px;
	width: 180px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}
/* additional navi styles in css/navi.css */

/* content styles */
.content-table {
	font-size: 12px;
	color: #816D3A;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 550px;
}
.content-table-td {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 10px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px 0px 5px;
}
.table-line {
	height: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D0C8;
}
.clink {
	color: #006600;
}
a.clink:link, a.clink:visited {
	text-decoration: underline;
	color: #006600;
}
a.clink:hover, a.clink:active {
	text-decoration: underline;
	color: #CC0000;
}
/* content styles for cms */
.cttext-table {
	font-size: 12px;
	margin-top: 10px;
	color: #816D3A;
	line-height: 16px;
}
.readmore-table {
	font-size: 11px;
	padding-bottom: 3px;
	border-bottom: 1px solid #D4D0C8;
	padding-top: 5px;
	color: #816D3A;
}
.pgnavi-table {
	font-size: 11px;
	color: #816D3A;
}
.txt-h1 {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}

/* forms */
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #584A27;
	background-color: #EDE8D8;
	border: 0px;
	margin-top:3px;
	padding: 1px;

}
.input-code {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3A3630;
	background-color: #F7CB91;
	border: 0px;
	padding: 1px;

}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C21E01;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
}

/* diverese */
.agb-txt {
	font-size: 10px;
	color: #816D3A;
}
