﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 62.5%;
}
a:link {
	color: #294977;
	text-decoration: underline;
}
a:visited {
	color: #294970;
	text-decoration: underline;
}
a:hover {
	color: #728BAA;
}
a:active {
	color: #728BAA;
}
h2 {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
h1 {
	position: absolute;
	left: 30px;
	top: 30px;
}
.slogan{
	position: absolute;
	left: 25px;
	top: 365px;

}
h3 {
	font-size: 1em;
}
p {
	margin-bottom: 15px;
	line-height: 16px;
}
body {
	background-image: url('/images/astoriabg.jpg');
	background-repeat: repeat-x;
	font-family: "Georgia";
	font-size: 1.3em;
	color: #333333;
}
#cont {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 25px;
	background-color: white;
	background-image: url('/images/wrapp-bg.jpg');
	background-repeat: no-repeat;
	background-position: 353px 697px;
}
#top {
	margin-bottom: 20px;
	height: 30px;
}
#jezici {
	position: absolute;
	float: right;
	width: 200px;
	left: 785px;
	text-align: right;
}
#jezici img {
	margin-left: 7px;
}
#flash {
	float: left;
	position: relative;
	width: 960px;
	height: 420px;
	margin-bottom: 50px;
}
.trecina {
	position: relative;
	float: left;
	width: 220px;
	height: 333px;
	margin: 0px 50px 50px 50px;
}
.trecina ul {
	list-style-type: none;
}
.trecina ul li {
	margin-bottom: 7px;
}

