body{ 
	background: url(grafika/tlo.png);
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	margin:0px 0px 0px 0px;
}
#main {
	top:0px;
	width:740px;
	background: white;
	border-right: 2px silver solid;
	border-left: 2px silver solid;
	margin-right:auto;
	margin-left:auto;
}
#in {
	margin-right:45px;
	margin-left:45px;
}
h1{
	font-family:Georgia, "Times New Roman", serif;
	font-size: 16px;
	border-bottom: 1px solid  #999;
	color:#999;
	font-style:italic;
}
h2{
	font-family:Georgia, "Times New Roman", serif;
	font-size: 14px;
	color:#999;
	font-style:italic;
	margin-left:25px;
}
h3{
	font-family:Georgia, "Times New Roman", serif;
	font-size: 12px;
	color:#999;
	font-style:italic;
	margin-left:30px;
}
p {
	line-height: 15px;
	text-indent: 10px;
	color: #999;
	text-align:justify;
}
ul {
	line-height: 15px;
	text-indent: 10px;
	color: #999;
	text-align:justify;
}
div.figure {
    float: right;
    border: 1px #999 solid;
    margin-left: 5px;
    padding: 5px;
    text-align: center;
 }
div.figure2 {
    float: left;
    border: 1px #999 solid;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
}