@charset "iso-8859-2";

body {
	background: #fff;
	color: #5a5a5a;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#site {
	width: 100%;
	background: url('../images/site.jpg') repeat-x top;
}

#header {
	width: 1000px;
	height: 342px;
	background: url('../images/header.jpg');
}

#lang  {
	float: right;
	margin: 22px 20px 0 0;
	color: #fff;
	font-size: 11px;
}

#lang  a {
	color: #fff;
	text-decoration: none;
}

#lang  a:hover {
	text-decoration: underline;
}

#content {
	width: 1000px;
	padding: 15px 0 40px 0;
}

#left {
	float: left;
	width: 195px;
	padding: 0 0 0 38px;
}

ul#menu {
	margin: 0 0 45px 0;
	font-size: 11px;
	list-style: none;
}

ul#menu li {
	width: 195px;
}

ul#menu li a {
	display: block;
	width: 165px;
	height: 19px;
	margin: 0 0 1px 0;
	padding: 6px 10px 0 20px;
	background: #ecede8 url('../images/menuarrow_normal.gif') no-repeat 10px 10px;
	color: #616161;
	text-decoration: none;
}

ul#menu li.current a {
	background: #0186c3 url('../images/menuarrow_current.gif') no-repeat 10px 10px;
	color: #fff;
}

ul#menu li ul.menu_level_2 {
	margin: 0;
	list-style: none;
}

ul#menu li ul.menu_level_2 li a {
	background: #fff url('../images/menuarrow_level2.gif') no-repeat 10px 10px;
	color: #0186c3;
}

#right {
	float: right;
	width: 701px;
	padding: 0 30px 0 0;
	text-align: justify;
}

p#breadcrumb {
	margin: 0 0 10px 0;
	padding: 0 5px 10px 5px;
	border-bottom: 1px solid #d0d0d0;
	color: #0186c3;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
}

p#breadcrumb a {
	color: #707070;
	text-decoration: none;
}

p#breadcrumb a:hover {
	text-decoration: underline;
}

p#breadcrumb span {
	color: #707070;
}

#footer {
	width: 100%;
	height: 88px;
	background: url('../images/footer.jpg') repeat-x;
}

#footer ul {
	margin: 0;
	padding: 45px 0 0 30px;
	list-style: none;
}

#footer ul li {
	display: inline;
	margin: 0 25px 0 0;
}

#footer ul li a {
	color: #aca79c;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #fff;
}

.banners {
	text-align: center;
}

.banners img {
	margin: 0 0 10px 0;
}

.article {
	width: 691px;
	margin: 0 0 15px 0;
	padding: 5px;
	background: url('../images/article.jpg') repeat;
	min-height: 140px;
}

.article.main {
	width: 631px;
	min-height: 101px;
	padding: 20px 35px 0 35px;
	background: #0186c3 url('../images/article_main.jpg') no-repeat 250px bottom;
	color: #fff;
}

.article_content {
	width: 631px;
	padding: 13px 28px 0 28px;
	border: 2px solid #fff;
	background: #ecede8;
	min-height: 140px;
}

.more {
	margin: 0;
	text-align: right;
}

.inner p {
	line-height: 18px;
}

.imgleft {
	float: left;
	margin: 0 20px 10px 0;
}

.imgright {
	float: right;
	margin: 0 0 10px 20px;
}

div.article_content img{
  float: left;
  margin: 0 20px 10px 0px;
}

span.fix{
  float: none;
  display: block;
  clear: both;
}

div.article div.article_content
{
  position: relative;
}

div.article div.article_content h1
{
  width: 560px;
}

div.article div.article_content p.more
{
   position: absolute;
   right: 0;
   top: 20px;
}
