/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat-x left top;
}


#menu_2 {
	border:1px solid #AFAFAF; 
	background-color:#B34967;

}

#top_left {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/subpage01.jpg) repeat-y left top;
	height:70px;
	text-align:right;
	border:0px solid yellow;
}

img.tx_image_preview_image {
	margin:0px 2px 0px 2px;
	padding:0px;

}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px 0px 15px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #DBDBDB;
}

h1 span, h2 span, h3 span {
	color: #D20000;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ACACAC;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 19px;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.list1 li {
	float: left;
	padding-left: 15px;
}

.list1 li.first {
	padding: 0px;
}

.list1 img {
	margin-bottom: 10px;
}

.list1 .more {
	display: block;
	background: url(images/homepage10.gif) no-repeat right center;
	text-decoration: none;
	color: #DBDBDB;
}

.list1 .more:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.border {
	border: 5px solid #272727;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 20px;
	background: url(images/homepage09.gif) repeat-x left center;
}

/** MENU */

#menu {
	background: url(images/subpage02.jpg) no-repeat left top;
}

#menu a {
	text-decoration: none;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #323232;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	background: url(images/subpage03.gif) repeat-y left top;
}

#pagebg {
	padding:0px 0px 0px 0px;
	margin:0px;
	border:0px solid red;
/*	background: url(images/subpage06.jpg) no-repeat left bottom;*/
}
	

#pagebgfooter_left {
	padding:0px 0px 0px 0px;
	height:84px;
	margin:0px;
	border:0px solid red;
	background: url(images/subpage06_1.jpg) no-repeat right top;
}
#pagebgfooter_right {
	padding:0px 0px 0px 0px;
	height:84px;
	margin:0px;
	text-align:center;
	border:0px solid red;
	background: url(images/subpage06_2.jpg) no-repeat left top;
}
#pagebgfooter_right p {
	text-align:center;
	text-indent:1em;
}


/** SIDEBAR */

#sidebar {
	background: url(images/subpage04.jpg) no-repeat left top;
	padding:0px 0px 0px 0px;
	text-align:left;
	border:0px solid green;
	margin:0px;
}

#submenu {
	margin: 0px;
	padding: 13px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: inline;
}

#submenu a {
	display: block;
	width: 145px;
	height: 30px;
	padding: 20px 0px 0px 25px;
	background: url(images/homepage03.gif) no-repeat left top;
	text-decoration: none;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu .first a {
	background: none;
}

#submenu .light a {
	background-image: url(images/homepage04.gif);
}

/** CONTENT */

#content {
	background: url(images/subpage05.jpg) no-repeat left top;
}

/** FOOTER */
/* 	background: url(images/subpage07.jpg) no-repeat left top;*/
#footer {

}

#footer p {
	margin: 0px;
	padding-top: 10px;
	line-height: normal;
	text-align: center;
	color: #B9B9B9;
}