* { margin: 0; padding: 0; border: 0; }
body {
	font-family: Verdana;
	font-size: 11px;
	background-color: #e3e1de;
}
a {
	color: #ffffff;
	text-decoration: none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ff9900;
}
h2 { font-size: 13px; }
h3 { font-size: 12px; }
h4, h5, h6 { font-size: 11px; }

#top, #main, #footer {
	margin: 0 auto;
	width: 944px;
	overflow: hidden;
}
/**** TOP ****/
	#top {
		margin-top: 23px;
		background-color: #206586;
	}
	
	#menu_top {
		height: 45px;
		font-family: Tahoma;
		font-weight: bold;
		background-image: url(images/top_t.gif);
		background-repeat: repeat-x;
	}
	#menu_top ul, #menu_top ul li {
		list-style: none;
		display: block;
	}
	#menu_top ul li { float: left; }
	#menu_top a {
		padding: 16px 17px;
		display: block;
	}
	#menu_top a:hover { background-image: url(images/menu_top_t.gif); }
	#langs { float: right; }
	#langs a {
		padding: 0;
		display: inline;
	}
	#langs a:hover { background: none; }
	#langs img { margin: 15px 5px; }
/**** /TOP ****/
/**** MAIN ****/
	#main {
		border-top: 1px #c2c2c4 solid;
		color: #fdfeff;
		background-color: #083e6d;
	}
	#content {
		font-size: 12px;
		padding: 14px;
	}
	#content img { margin: 0 6px; }
	#content h1 {
		margin-bottom: 9px;
		padding-left: 13px;
		background-image: url(images/sp.gif);
		background-position: left center;
		background-repeat: no-repeat;
	}
	#bnews {
		float: left;
		width: 484px;
		height: 148px;
		background-color: #16406d;
		border-bottom: 1px #43567f solid;
	}
	#bnews a { color: #f8e0bb; }
	#bnews a:hover {
		font-weight: bold;
		color: #f8991d;
	}
	#bnews ul {
		margin: 34px 51px 0 7px;
		list-style: none;
	}
	#bnews ul li {
		padding: 11px 0;
		border-top: 1px #2c4a75 solid;
	}
	#bprod {
		float: left;
		margin-top: -8px;
		margin-left: -2px;
		width: 499px;
		height: 189px;
		background: #284873 url(images/m-5.gif) top left no-repeat;
	}
	#bprod img { border: 3px #ffffff solid; }
/**** /MAIN ****/
/**** STOPKA ****/
	#footer {
		font-family: Tahoma;
		font-size: 10px;
		color: #9a9a9a;
		background-color: #ffffff;
	}
	#footer img { margin: 15px 20px; }
	#footer ul {
		float: right;
		margin: 27px 20px;
		list-style: none;
	}
	#footer ul li {
		padding: 0 5px;
		display: inline;
		border-right: 1px #9a9a9a solid;
	}
	#footer ul li:last-child { border-right: 0; }
	#footer a { color: #9a9a9a; }
	#footer a:hover { color: #4b4c4c; }
/**** /STOPKA ****/
