@charset "utf-8";
body {
	margin: 0px;
	top:0px;
	padding: 0px;
	font: 12px/20px "tahoma", Times New Roman, Times, serif;
	color: #696956;
	position:relative;
	background-attachment: scroll;
	background-color: #000033;
	background-position: left top;	/*border:thin solid #FF0000;*/
	

	
}
a {
	text-decoration: none;
	color:#white;
	font-weight:normal;
}
a:hover {
	color: #white;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 10px;
	color:white;
	letter-spacing:-1px;
	font-family: "Trebuchet MS";
	font-size: 34px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}



h2 {
	margin-top: -8px;
	color:white;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:18px;
}
h3 {
	margin: 0px;
	padding: 0px 0px 5px;
	font: normal 13px "Trebuchet MS", Tahoma, Arial;
	line-height:20px;
}

img {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;

	

}


p {
	margin: 0px;
	padding: 0px 0px 10px;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
	height:1px;
	border: 1px dashed #999966;
}
ul {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px 30px;
}
li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}
ol {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px 30px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
#main{
	width:100%;
	background-position: center top;		/*border:thin solid blue;*/
	background-attachment: scroll;
	background-image: url(images/podloga.jpg);
	background-repeat: no-repeat;
	
}
	
#wrapper {
	margin: auto;
	width: 950px;
	margin-top:28px;
	position:relative;
	background-color:#5B7896;
	}
	
#txt{
width:90%;
text-align:left;
}