/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #8E9783;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** 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: 13px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-transform: lowercase;
	text-align: center;
	color: #A19f99;
}

.text2 {
	font-size: 12px;
	font-weight: bold;
	color: #d2d4df;
}

.text3 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #d2d4df;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

/** LINKS */

a {
	color: #660000;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg01.jpg) repeat left top; }
.bg2 { background: url(images/bg02.jpg) repeat-x left top; }

.bg3 { background: url(images/bg03.jpg) repeat-y left top; }
.bg4 { background: url(images/bg04.jpg) no-repeat left top; }
.bg5 { background: url(images/bg05.jpg) no-repeat left bottom; }

.bg6 { background: url(images/bg06.jpg) no-repeat left top; }

.bg7  { background: url(images/homepage07.jpg) no-repeat left top; }
.bg8  { background: url(images/homepage09.jpg) repeat-y left top; }
.bg12 { background: url(images/subpage1_01.jpg) no-repeat left top; }
.bg15 { background: url(images/homepageg.jpg) no-repeat left top; }
.bg16 { background: url(images/homepagel.jpg) no-repeat left top; }

.bg9  { background: url(images/homepage14.jpg) no-repeat left top; }
.bg10 { background: url(images/homepage16.jpg) repeat-y left top; }
.bg11 { background: url(images/homepage21.jpg) no-repeat left top; }

.bg13 { background: url(images/homepagel.jpg) no-repeat left top; }
.bg14 { background: url(images/subpage2_03.jpg) repeat-y left top; }
.bg17 { background: url(images/disco.jpg) repeat-y left top; }
.bg18 { background: url(images/mp3.jpg) repeat-y left top; }
.bg19 { background: url(images/guestbooktop.jpg) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 6px;
	background: url(images/homepage11.jpg) no-repeat left top;
}

.hr2 {
	clear: both;
	height: 6px;
	background: url(images/homepage18.jpg) no-repeat left top;
}


