/* Starters */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/* all float-left */
#head, #header, #mainnavi, #content, #left, #middle, #right, #footer {
	float: left;
}
/* outer div */
#wrapper { 
	width: 900px;
	height: auto; 
	margin-left: auto;
	margin-right: auto;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #838281;
}
/* head */
#head { 
	width: 900px;
	height: 201px;
}
#header {
	width: 900px;
	height: 144px;
}
#mainnavi {
	width: 900px;
	height: 57px;
	background: url(../img/mainnavi_bg.gif) left top repeat-x;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
#mainnavi a {
	text-decoration: none;
	color: #838281;
}
#mainnavi a.active {
	color: #000;
}
#rootline {
	padding-left: 45px;
	padding-top:5px;
	font-size: 12px;
	font-weight: normal;
}
/* content */
#content {
	width: 900px;
	height: auto;
	background: url(../img/content_bg.gif) left top repeat-y;
}
#left {
/*	width: 223px;	*/
	width: 173px;
	height: auto;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
}
#left ul {
	margin: 0px;
	padding: 0px;
	background: #FFF;
}
#left ul li {
	list-style: none;
	text-align:left;
	display:block;
/*	height: 35px;*/
	background: url(../img/left_navi_normal.gif) left top repeat-x;
	line-height: 35px;
	padding-left: 12px;
}
#left ul li a {
	text-decoration: none;
	color: #838281;
	font-weight: normal;
}
#left ul li a.active {
	font-weight: bold;
}
/*
#left ul {
	clear: both;
	margin: 0px;
	padding: 0px;
	background: #FFF;
}
*/
#left ul li.second {
	list-style: none;
	text-align:left;
	background: url(../img/left_navi_second_normal.gif) left top repeat-x;
	line-height: 25px;
	padding-left: 0px;
	margin-left: 24px;
	font-weight: normal;
}
#left ul li.second a.active {
	font-weight: bold;
}


.tx-macinasearchbox-pi1 {
	height: 60px;
/*	width: 223px;	*/
	width: 173px;
	background:#EEE;
	margin-top: 25px;
}
#middle {
/*	width: 452px;*/
	width: 552px;	
	text-align: left;
	line-height: 16px;
}
#middle p {
	margin-top: 0px;
	padding-top: 0px;
}
#middle .csc-textpic.csc-textpic-intext-left dl {
	margin-top: 3px;
}
#middle .csc-textpic-imagerow {
	padding-bottom: 10px;
}
#middle h1 {
	margin:0px;
	padding:15px 0px 15px 0px;
	font-size: 16px;
	font-weight: bold;
}
#middle hr { 
	height:1px; 
/*	width: 416px;*/
	width: 516px;
	background-color: #4a83ba; /* Mozilla 1.4 */ 
	color: #4a83ba; /* IE 6 */ 
	border: #4a83ba; /* Opera 7.11 */ 	
}
#middle a {
	color: #838281;
	text-decoration: underline;
}
#middle a:hover {
	text-decoration: none;
}
#middle .csc-textpic-caption {
	font-size: 10px;
}
#middle .detail1 {
	color: #005E9E;
}
#middle .detail1 a {
	color: #005E9E;
	text-decoration:underline;
}
#middle .detail1 a:hover {
	color: #005E9E;
	text-decoration: none;
}
#middle .detail2 {
	color: #FFF;
}
#middle .detail2 a {
	color: #FFF;
	text-decoration: underline;
}
#middle .detail2 a:hover {
	color: #FFF;
	text-decoration: none;
}
.tx-indexedsearch-searchbox-sword {
	border: 1px solid #FFF;
	background: #FFF;
	width: 75px;
}
.tx-indexedsearch-form{
/*	width: 415px;*/
	width: 515px;
}
.tx-indexedsearch-searchbox-button {
	border: 1px solid #FFF;
	background: #FFF;
	width: 60px;	
}
#right {
/*	width: 225px;*/
	width: 175px;
	height: auto;
	padding-bottom: 10px;
	text-align: left;
}
#right h1 {
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size: 16px;
	line-height: 35px;
	font-weight:normal;
	background: url(../img/right_h1_bg.gif) left top repeat-x;
	padding-left: 5px;
}
#right .tx-newloginbox-pi1 {
	background: #EEE;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 11px;
	padding-left: 2px;
}
#right .tx-newloginbox-pi1 a {
	padding-left: 2px;
	color: #838281;
	text-decoration: none;
}
#right .tx-newloginbox-pi1 .headline {
	font-size: 16px;
	padding-left: 2px;
	font-weight: bold;
	line-height: 30px;
}
#right .tx-newloginbox-pi1 input {
	background: #FFF;
	border: 1px solid #FFF;
}
/* footer */
#footer {
	width: 888px;
	height: 35px;
	background: url(../img/footer_bg.gif) top left no-repeat;
	line-height: 35px;
	text-align: left;
	padding-left: 12px;
}
#footer a {
	text-decoration: none;
	color: #838281;
}
