@charset "utf-8";
.bodystyle {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/bg_01_1.jpg);
	background-repeat: repeat-x;
	background-position: left;
	scrollbar-base-color:#E9DCCB;
    scrollbar-arrow-color:#544414;
    scrollbar-face-color:#E9DCCB;
    scrollbar-highlight-color:#E9DCCB;
    scrollbar-shadow-color:#E9DCCB;
    scrollbar-track-color:#BFB196;

}
.contentbg {
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #004000;
	border-right-color: #004000;
	border-bottom-color: #004000;
	border-left-color: #004000;
	background-position: left top;
	background-repeat: no-repeat;
}.formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #544414;
	background-color: #E8E2CE;
	border: 1px solid #544414;
}
