/* Reset */
* { padding: 0; margin: 0; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* Generic */

.hidden {
	visibility: hidden;  
}

.offleft {
	position: absolute;
	margin-left: -9000px;  
}

.toright {
	float: right;  
}

.toleft {
	float: left  
}

.clear {
	clear: both;  
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background: #8AAED2 url(images/bg-gradient.jpg) repeat-x; 
	margin-top: 5px;
}

#wrapper { 
	margin: 0 auto;
	padding: 5px 3px;
	width: 900px;
	background: #fafafa;
}

#front {
   width: 890px;
   margin: 0 auto;
   background-color: #FFF;
   border: 1px solid #ccc;
   text-align: left;
}

#front h2 {
   position: absolute;
   margin-left: -9000px;
}

#topmenu {
	list-style-type: none;
	width: 100%;
	background: #ddd url(images/bg-menu.gif) repeat-x;
	border-bottom: 1px solid #ccc;
	text-align: left;
	overflow: hidden;
}

#topmenu li {
	float: left;
}

#topmenu li a {
	padding: 11px 15px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-right: 1px solid #ddd;
}

#topmenu li a:hover, #topmenu li a:focus, #topmenu li a:active {
	background-color: #fafafa;
}

#header {
	width: 100%;
	height: 200px;
	background: #0E549A url(images/header.jpg);
	border-bottom: 1px solid #ccc;
}

#links {
	width: 494px;
	height: 22px;
	padding: 15px 0px 5px 0px; 
}

#bn {
	margin: 0 auto;
	text-align: center;
	border: 1px solid #ccc;
}

#left {
	color: #333;
	background-color: #fff;
	height: auto;
	width: 542px;
	float: left;
	padding: 0 30px 40px 30px;
	text-align: justify;
}

#left #bn {
	margin: 0;
	padding: 0;
	border: 0;
}

#left #bn img {
	border: 0;
}

#left p {
	line-height: 2.0;
	margin: 10px 0;
}

#left .big {
	margin-top: 10px;
	font: 1.66em "Trebuchet MS",Georgia, Verdana, sans-serif;
}

#left blockquote {
	line-height: 2.0;
	margin: 10px 0 10px 30px;
	border-left: 3px solid #ccc;
	padding-left: 10px;
	font-style: italic;
}

#left a {
	font-weight: bold;
	color : #38f;
	text-decoration: underline;
}

#left ol, #left ul {
	line-height: 1.8em;
	margin-bottom: 1.0em;
}

#left ol li, #left ul li {
	margin-left: 3.0em;
	margin-bottom: 0.5em;
	clear: both;
}

hr {
  height: 1px;
  color: #ccc;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Georgia, Verdana, sans-serif;  
	color: #225799;
}

#left h1, #left h2, #left h3 {
	clear: both;  
}

#left h1 {
	font-size: 2.0em;
	font-weight: normal;
	background: #fff url("images/header-line.png") no-repeat bottom left;
	margin: 15px 10px 15px 0;
	padding-bottom: 3px;
}

#left h2 {
	position: static;
	font-weight: normal;
	font-size: 1.7em;
	margin: 15px 0 20px 15px;
}

#left h3 {
	font-weight: normal;
	font-size: 1.4em;
	margin: 20px 0 10px 15px;
}

#left img {
	margin: 10px;
}

#left img.border {
	padding: 4px;
	border: 1px solid #ccc;  
}

#left p img, #left li img {
	margin: 0.5em;
	vertical-align: middle;  
}

#left q {
	font-style: italic;  
}

#right {
	background-color: #FEFFD5;
	color: #333;
	width: 245px;
	float: right;
	border:1px solid #FFEB70;
	padding: 0 10px 30px;
	margin: 10px;
}

#right h2 {
  	color: #225799;
	position: static;
  	margin: 0 -10px 10px; padding: 10px;
	font-size: 1.6em;
	font-weight: normal;
}

#right ol, #right ul {
  	list-style-type: none;
}

#right p {
	font-size: 1.0em;
	line-height: 1.5; 
	margin-bottom: 1.0em;
}

#right ol li, #right ul li {
	font-size : 0.92em;
	color : #000000;
	line-height: 1.25;
	margin-bottom: 0.92em;
}

#right ol li a, #right ul li a {
  	display: block;
	font-weight: bold;
	color: #38f;
	text-decoration: underline;
}

#right h3 {
	margin-bottom: 10px;
	font-size: 1.3em;
	text-align: center;
}

#right a img {
	border: 0;
}

#footer { 
  	line-height: 1.5;
	text-align: center;
	width: 870px;
	height: 30px;
	clear: both;
	color: #666;
	background-color: #eee;
	background-image: url(images/footer_bg.gif);
	border-top: 1px solid #ccc;
	padding: 10px;
}


#footer a:link, a:visited {
	color : #666;
	text-decoration: none;
}

#footer a:hover {
	color : #555;
	text-decoration: underline;
}

.ramka {
	font: italic 1.2em Georgia, Verdana, sans-serif;
	color: #333;
	border: 1px dashed #ccc; 
	padding: 0.5em; 
	background-color: #fafafa;
}

#corner {
	position: absolute;
	right: 0;
	top:0;
}

#corner img {
	border: 0;
}