/* CSS style sheet */

*    { margin: 0; padding: 0; border: 0; }
body { color: #111; font-family: 'Georgia',Arial,Tahoma,Verdana,Helvetica,sans-serif; font-size:14px; }
a    { text-decoration: none;}
a:hover { text-decoration: underline;}
input{ border: 1px solid #111;  }
input[type=text]  { width: 300px; height: 30px; font-size: 28px; border: 1px solid #111; }
input[type=submit]  { width: 100px; height: 36px; font-size: 28px; font-weight: bold; border: 1px solid #111; }


h1{ font-size: 27px;font-weight: normal;}
h2{ font-size: 46px;font-weight: normal;}
h3{ font-size: 28px;font-weight: normal;}
h4{ font-size: 28px;font-weight: normal;}


#content   { width: 1000px; height: auto; margin: 20px auto 0 auto; z-index: 5 }
#leftcol   { width: 200px; float: left;}
#leftcol p { margin: 30px 0; }
#rightcol  { width: 650px; float: right; }
#rightcol p { margin: 20px 10px; }
td p{
	margin: 10px;
}
#ikonki{
	
	margin-right: 50px;
	margin-left: auto;
	width: 100%;
	text-align: right;
	z-index: 0;
}