@charset "utf-8";
/* CSS Document */
*, body, html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #555555;	
}
body {
	margin: 0px;
	background-image:url(images/bg.jpg);
	font-size: 12px;	
}
.header{
	height: 151px;
	background-image:url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
.background_header {
	width: 967px;
	height: 143px;
	margin: auto;
	background-image:url(images/logo_bg.gif);
	background-repeat: no-repeat;
}
.container_header {
	padding-left: 88px;
	padding-top: 27px;
}
.logo {
	height: 140px;
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
}
.background_content {
	background-image:url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-color: white;
	overflow: auto;
}
.background_footer {
	background-image:url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}
.background_footer_top{
	height: 16px;
	background-image: url(images/footer_bg_top.jpg);
	background-repeat: repeat-x;
}
.container_footer {
	width: 967px;
	margin: auto;
}
.background_content{
	min-height: 400px;
	padding-top: 25px;
}
.container_content {
	margin-right: auto;
	margin-left: auto;
	width: 967px;
}
.menu{
	float: left;
	margin-top: 60px;
	margin-left: 75px;
	width: 130px;
}
.menu ul {
	list-style: none;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
.menu ul li {
	font-size: 17px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	line-height: 23px;
	vertical-align: middle;
}
.menu ul li a {
	color: #414141;
	text-decoration: none;	
}
.menu ul ul {
}
.menu ul ul li {
	line-height: 20px;
	font-size: 15px;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	border-bottom: none;
}
.menu ul ul li a {
	color: #787878;	
}
.content {
	float: right;
	width: 715px;
	margin-bottom: 60px;
	
}
.content img {
	margin-left: 15px;
	margin-bottom: 15px;

}
.kop{

}
.kop h1{
	font-size: 26px;
	color: #535353;
/*	text-transform: uppercase;*/
	font-weight: bold;
}
.sub_kop{
	text-transform: none;
	margin-left: 10px;
	color: #767676;
	font-size: 26px;
	font-weight: bold;
}
.content_box{

	width: 570px;

}
a.more-link {
	color: #1389cb;
	text-decoration:none;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
}
a.more-link:hover {
	color: #062965;
}
.footer_box {
	padding-top: 15px;
	color: #363636;
	float: right;
	width: 750px;
}
.footer_box a {
	color: #363636;
	text-decoration:none;
}
.footer_spr{
	margin-left:7px; 
	margin-right:5px;
}
form tr{
	height:22px;
}
form td{
	padding-right:5px;
}