/* Bauer MAIN CSS */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #504E53;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	/*height: 100%;
	min-height: 100%;*/
}

body {
	background: #FFFFFF;
	text-align: center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
}


/* Basic Layout */

#page-area {
	width: 800px;
	margin: auto;
	overflow: hidden;
}

#top-area {
	margin: auto;
	width: 728px;
	text-align: left;
	background-color: #fff100;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

/* MENU BASIC */
#MENU-BASIC {
	line-height: 1.8em;
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-top: 35px;
}
#MENU-BASIC li {
	display: inline;
	list-style-type: none;
	margin: 0;
}
#MENU-BASIC a {
	padding: 7px 3px 7px 3px;
	text-decoration: none;
	min-height: 1px;	
}
#MENU-BASIC a:hover {
	color: #000000;
}

#menu-area {
	margin: auto;
	width: 728px;
	text-align: left;
	background-color: #fff100;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
}

/* MENU MAIN */
#MENU-MAIN {
	padding-left: 20px;
	padding-right: 55px;
	padding-top: 7px;
}
#MENU-MAIN ul {
	border-bottom: 3px solid #000;
	overflow: hidden;
}

#MENU-MAIN ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	line-height: 16px;
}
#MENU-MAIN ul li a {
	text-decoration: none;
	padding: 0px 10px 0px 5px;
	float: left;
	font-weight: bold;
	color: #000000;
}
#MENU-MAIN ul li a:hover,
#MENU-MAIN ul li a.active {
	text-decoration: none;
	background-color: #000;
	color: #fff100;
	background-image: url(../pics/bg_main_menu_item_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

/* MENU SUB */
#MENU-SUB {
	padding: 5px 0px 15px 25px;
}
#MENU-SUB a {
	text-decoration: none;
}
#MENU-SUB ul {
	
}
#MENU-SUB li {
	display: inline;
	list-style-type: none;
	margin: 0;	
	padding: 0 20px 0 0;
}
#MENU-SUB li a {
	font-weight: bold;
}
#MENU-SUB li a:hover,
#MENU-SUB li a.active {
	color: #000000;
}


/* CONTENT MAIN */
#CONTENT-MAIN {
	font-size: 1.1em;
	background-color: #FFF9AE;
	margin: auto;
	width: 678px;
	padding: 20px 30px 15px 20px;
	text-align: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#CONTENT-MAIN h1 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 0.8em;
	color: #000000;
}
#CONTENT-MAIN p {
	margin-bottom: 1.2em;
	line-height: 1.4em;
}
#CONTENT-MAIN li {
	margin-left: 15px;
}

/* Home page bottom area */
#bottom-area {
	margin: auto;
	width: 728px;
	text-align: left;
	background-color: #fff100;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#address {
	float: right;
	padding: 15px;
	text-align: left;
	color: #333;
}
#address p {
	margin-top: 5px;
	color: #333;
}
#address h1 {
	color: #333;
}
#address h2 {
	font-size: 1.1em;
}
#home-arrow {
	margin-left: 144px;
}
.home-basic-menu {
	padding-top: 40px;
	padding-right: 5px;
}


/* SITEMAP */
#CONTENT-MAIN .csc-sitemap {
	padding-left: 20px;
}
#CONTENT-MAIN .csc-sitemap ul {
	margin-left: 20px;
}
#CONTENT-MAIN .csc-sitemap ul li {
	margin-bottom: 5px;
	list-style-type: square;
}
#CONTENT-MAIN .csc-sitemap ul li a {
	font-weight: bold;
	text-decoration: none;
}
#CONTENT-MAIN .csc-sitemap ul li a:hover,
#CONTENT-MAIN .csc-sitemap ul li a:focus {
	text-decoration: underline;
}
#CONTENT-MAIN .csc-sitemap ul ul {
	margin-bottom: 5px;
	margin-left: 20px;
}
#CONTENT-MAIN .csc-sitemap ul ul li {
	margin-bottom: 0;
	list-style-type: disc !important;
}
#CONTENT-MAIN .csc-sitemap ul ul li a {
	font-weight: normal;
}
#CONTENT-MAIN .csc-sitemap ul ul ul {
	margin-left: 30px;
}
#CONTENT-MAIN .csc-sitemap ul ul ul li a {
	padding-left: 0;
	background-image: none;
}
#CONTENT-MAIN .csc-sitemap ul ul ul ul {
	margin-left: 12px;
}


/* MAIL FROM CSS SETTING */

.csc-mailform-field {
	clear: both;
}

.csc-mailform-field label {
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	padding-top: 6px;
	margin-right: 10px;
	font-weight: bold;
	display: block;
	float: left;
}

.csc-mailform-field INPUT, .csc-mailform-field TEXTAREA, .csc-mailform-field SELECT {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.csc-mailform-field TEXTAREA {
	width: 250px;
	margin-top: 5px;
}

.csc-mailform-field INPUT {
	margin-top: 5px;
	width: 250px;
}

.csc-mailform-field SELECT {
	margin-top: 5px;
	width: 170px !important;
}

.csc-mailform-submit {
	clear: both !important;
	border: 1px solid #666;
	width: 30px;
	margin-left: 80px;
	margin-top: 15px;
	padding: 0px;
}

.csc-mailform-field-check {
	padding-left: 80px;
	clear: both;
}
.csc-mailform-field-check label {

}
.csc-mailform-field-check .csc-mailform-check {
	display: block;
	padding-bottom: 10px;
	padding-right: 5px;
	float: left;
}

.csc-mailform {
	border: 0px;
	margin-left: 12px;
	padding: 0px;
	padding-top: 10px;
}


/* news latest view */

.news-latest-item {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	color: #0051A8;

}
.news-latest-item h1 {
	margin: 0;
	padding: 0;
}
.news-latest-item h1 a {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
}
.news-latest-item .morelink {
	padding-left: 5px;
}
.news-latest-item .morelink a {
	font-weight: bold;
	text-decoration: none;
}
.news-latest-item .morelink a {
	font-weight: bold;
	text-decoration: none;
}

/* news list view */

.news-list-item {
	margin-bottom: 15px;
}
.news-list-item h3 {
	padding-left: 5px;
	font-size: 1.1em;
	margin-bottom: 5px;
}
.news-list-item h3 a {
	text-decoration: none;
}
.news-list-item h3 a:hover {
	text-decoration: underline;
}
.news-list-item .news-list-date {
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}
.news-list-item .morelink {
	padding-left: 5px;
}
.news-list-item .morelink a {
	text-decoration: none;
}
.news-list-item .morelink a:hover {
	text-decoration: underline;
}
.news-list-item .morelink IMG {
	margin: 0 !important;
	border: none;
}
.tx-ttnews-browsebox table {
	margin: auto;
	text-align: center;
}
.tx-ttnews-browsebox a {
	padding-left: 3px;
	padding-right: 3px;
}
.news-list-clearer {
	clear: both;
	overflow: hidden;
	height: 1px;
	font-size: 1px;
	display: block;
}

/* news single view */

.news-single-item h1 {
	font-size: 1.4em;
	padding-bottom: 5px;
}
.news-single-item h3 {
	padding: 0;
	margin: 0;
	padding-left: 5px;
}
.news-single-timedata {
	padding-left: 5px;
}

.news-single-backlink {
	margin-top: 15px;
	padding-left: 5px;
	clear: both;
}

.news-single-backlink a {
}

.news-single-image-outer {
	float: left;
}
.news-single-image-outer IMG {
	margin-right: 10px;
}


/* SEARCH */

#SEARCH {
	padding: 3px 0 3px 10px;	
	text-align: left;
}
.tx-indexedsearch-searchbox, .tx-indexedsearch-info {
	display: none;
}
.tx-macinasearchbox-pi1 .searchbox_input {
	border: 1px solid #E8F0FF;
	background: #FFFFFF;
	width: 80px;
}
.tx-macinasearchbox-pi1 .searchbox_submit {	
	border: none;
	background: none;
}
.tx-indexedsearch-title A {
	font-family: Verdana, Helvetica, sans-serif;
	color: #024731;
	text-decoration: none;
}
.tx-indexedsearch-title a:hover {
	text-decoration: underline;
}
.tx-indexedsearch-browsebox A {
	color: #0051A8;
}
.tx-indexedsearch-browsebox UL {
	list-style: none;
	padding-left: 0;
}
.tx-indexedsearch-browsebox LI {
	display: inline;
	padding-right: 5px;
}
