body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: arial;
	color: #555;
	text-align: center;
	font-size: 12px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-size: 11px;
	font-family: arial;
	color: #555;
}

input, select {
	height: 20px;
}

textarea {
	height: 120px;
}

.form_input input, .form_input select, .form_input textarea {
	width: 100%;
}

h1 {
	float: left;
	margin: 0px;
	width: 100%;
	color: #0d3692;
	line-height: 50px;
	font-size: 24px;
}

a {
	text-decoration: none;
	color: #00a6d6;
}

a.subnav {
	font-weight: bold;
	font-size: 12px;
}

.light-blue {
	color: #00a6d6;
}

.dark-blue {
	color: #0d3692;
}

.header {
	font-size: 18px;
	font-weight: bold;
}

#container {
	text-align: left;
	position: relative;
	width: 990px;
	margin: auto;
}

#header {
	float: left;
	width: 100%;
	height: 163px;
	background-image: url("image/header.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#mini_nav {
	position: absolute;
	left: 765px;
	top: 21px;
	font-weight: bold;
}

#mini_nav a {
	font-size: 10px;
	color: #555;
}

#navigation {
	position: absolute;
	left: 75px;
	top: 130px;
}

#navigation a {
	font-size: 15px;
	color: #555;
	font-weight: bold;
	margin: 0 15px 0 15px;	
}

#nav_lang {
	position: absolute;
	left: 895px;
	top: 50px;
}

#nav_lang a img{
	border:none;
}

#nav_loc {
	position: absolute;
	left: 30px;
	top: 170px;
}

#col-left {
	display: inline;
	float: left;
	width: 230px;
	margin-left: 20px;
}

#col-mid {
	display: inline;
	float: left;
	width: 480px;
	margin-left: 20px;
	margin-top: 20px;
	line-height: 20px;
}

#col-right {
	display: inline;
	float: left;
	width: 200px;
	margin-left: 20px;
}

.box {
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

.box-left {
	background-image: url("image/box-left-open.jpg");
}

.box-right {
	background-image: url("image/box-right-open.jpg");
}

.box-first {
	margin-top: 30px;
}

.box_header {
	display: inline;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.box_item {
	display: inline;
	float: left;
}

.box-left .box_item {
	width: 210px;
	margin-bottom: 10px;
}

.box-right .box_item {
	width: 180px;
}

.box_item-dot {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	margin-top: 3px;
	margin-left: 20px;
}

.box_item-text {
	float: left;
	margin-left: 10px;
	font-size: 11px;
	color: #888;
	width: 170px;
}

.box_item-text-right {
	float: left;
	margin-left: 10px;
	font-size: 11px;
	color: #888;
	width: 135px;
}

.box_item-image {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

.box_item-text_header {
	font-weight: bold;
	font-size: 12px;
	color: #555;
}

.box_footer {
	float: left;
	width: 100%;
	height: 25px;
}

.box_footer-link {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

.box-left-footer {
	background-image: url("image/box-left-close.jpg");
}

.box-right-footer {
	background-image: url("image/box-right-close.jpg");
}

.content-text {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.content_item {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}

.content_item-image {
	float: left;
	width: 120px;
	margin-right: 10px;
	background-color: #eee;
}

.content_item-text {
	float: left;
	color: #888;
}

.content_item-text_header {
	font-weight: bold;
	color: #555;
}

.foto_thumb {
	float: left;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	cursor: pointer;
}

.foto_image {
	float: left;
	width: 480px;
	height: 380px;
	margin-bottom: 20px;
}

#foto_next {
	float: right;
	cursor: pointer;
	height: 20px;
	font-weight: bold;
}

#foto_prev {
	float: left;
	cursor: pointer;
	height: 20px;
	font-weight: bold;
}

.form_row {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.form_label {
	float: left;
	width: 40%;
}

.form_input {
	float: left;
	width: 60%;
}

.form_button {
	float: left;
	width: 100%;
	text-align: right;
}

#footer {
	width: 100%;
	height: 40px;
	color: #aaa;
	font-size: 11px;
	float: left;
	margin-top: 50px;
	text-align: center;
}

.prevnext {
	float: left;
	width: 100%;
	margin-top: 20px;
}