
#layout {
	width: 960px;
	margin: 0px auto;
}
#top {
	background: url(../pics/bg_top_neu.jpg) left bottom no-repeat;
	height: 166px;
}
body{
	font-family: sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#logo {
	float: left;
	padding-top: 0px;
	width: 360px;
	height: 119px;
}

#header {
	background: url(../pics/head_bg_neu.jpg);
	height: 119px;
	overflow: visible;
		/**/
}
#navi {
	float: left;
	width: 600px;
	padding-top: 55px;
	/**/
}

#navi div {
	float: left;
	width: 100px;
	text-align:center;
}

.iefix{
	display: block;
	font-size: 6pt;
	width: 100%;
	
}

.navi_item_1 a:hover, .navi_item_1_on  a {
	background: url(../pics/bg_nav1.jpg) no-repeat;
	color: #fff !important;
}
.navi_item_2 a:hover, .navi_item_2_on a {
	background: url(../pics/bg_nav2.jpg) no-repeat;
	color: #fff !important;
}
.navi_item_3 a:hover, .navi_item_3_on a {
	background: url(../pics/bg_nav3.jpg) no-repeat;
	color: #fff !important;
}
.navi_item_4 a:hover, .navi_item_4_on a {
	background: url(../pics/bg_nav4.jpg) no-repeat;
	color: #fff !important;
}
.navi_item_5 a:hover, .navi_item_5_on a {
	background: url(../pics/bg_nav5.jpg) no-repeat;
	color: #fff !important;
}


#navi div a:link, #navi div a:visited, #navi div a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #345288;
	height: 38px;
	display: block;
}


#content_left {
	background: url(../pics/content_left.jpg) no-repeat;
	width: 90px; 
	height: 280px;
	float:left;
}
#content_right {
	background: url(../pics/content_right.jpg) no-repeat;
	width: 90px; 
	height: 280px;
	float:left;
}
#content_main {
	background: url(../pics/content_bg.jpg) no-repeat;
	width: 780px;
	min-height: 280px; 
  	height:auto !important;
  	height:280px;
	float:left;
	font-size: 10pt;
}


#content_body {
	padding: 0px 20px 10px 20px;
}

#content_body_guest {
	padding: 0px 0px 0px 0px;
}


.clearfix {
	clear: both;
	height: 1em;
	visibility: hidden;
}

#footer {
	background: url(../pics/footer_bg.jpg) no-repeat left bottom;
	height: 40px;
	text-align: right;
}




