/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #343021 url(images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	padding: 4px;
	background-color: #241F15;
	border-top: 1px solid #15120D;
	border-right: 1px solid #221E14;
	border-bottom: 1px solid #6E6B66;
	border-left: 1px solid #241F15;
}

.input2 {
	width: 64px;
	height: 23px;
	border: none;
	background: url(images/subpage1_01.jpg) no-repeat left center;
	font-size: 9px;
	font-weight: bold;
	color: #F2E8C9;
}

.input3 {
	width: 54px;
	height: 23px;
	border: none;
	background: url(images/homepage14.jpg) no-repeat left center;
	font-size: 9px;
	font-weight: bold;
	color: #F2E8C9;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B0AEA3;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}

.text1 {
	height: 32px;
	padding: 8px 0px 0px 20px;
	background: url(images/homepage07.jpg) no-repeat left top;
	font-size: 11px;
	font-weight: bold;
	color: #F2E8C9;
}

.text2 {
	height: 38px;
	padding: 12px 0px 0px 20px;
	background: url(images/homepage10.jpg) no-repeat left top;
	font-size: 13px;
	font-weight: bold;
	color: #F2E8C9;
}

.subpage2 .text2 {
	background-image: url(images/subpage2_03.jpg);
}

.subpage3 .text2 {
	background-image: url(images/subpage3_03.jpg);
}

.text3 {
	font-size: 16px;
	font-weight: bold;
	color: #F5EED0;
}

.text4 {
	font-size: 11px;
	font-weight: normal;
}

.text5 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #F6F6EB;
}

.text6 {
	font-size: 10px;
}

.text7 {
	font-size: 10px;
	color: #CCCCC9;
}

.text8 {
	text-align: center;
	color: #676459;
}

/** LISTS */

.list1 {
	width: 137px;
	margin-left: 0px;
	padding-left: 20px;
	list-style: none;
}

.list1 li {
	padding: 3px 0px;
	background: url(images/homepage08.gif) repeat-x left top;
}

.list1 li.first {
	background: none;
}

.list1 a {
	text-decoration: none;
	color: #CCCCC9;
}

.list1 a:hover {
	text-decoration: underline;
	color: #D8D8BA;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	display: inline;
}

.list2 a {
	display: block;
	float: left;
	height: 20px;
	padding: 3px 25px 0px 15px;
	background: url(images/homepage12.gif) no-repeat left center;
}

.list3 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #E1E1C6;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #E5DABE;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage03.jpg) no-repeat left top; }
.bg2 { background: url(images/homepage04.jpg) no-repeat left top; }
.bg3 { background: url(images/homepage05.jpg) repeat-y left top; }
.subpage2 .bg3 { background-image: url(images/subpage2_01.jpg); }
.subpage3 .bg3 { background-image: url(images/subpage3_01.jpg); }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 5px;
	padding: 10px 0px;
	background: url(images/homepage11.jpg) repeat-x left center;
}

