﻿/* CSS layout */
#masthead {
	background-image: url(Obrazki/Logo.gif);
	background-position: center top;
	background-attachment: scroll;
	position: relative;
	background-repeat: no-repeat;
}
#top_nav {
	font-family: "Times New Roman";
	font-size: x-large;
	color: #A5414C;
	font-variant: small-caps;
}
#page_content {
	position: relative;
	text-align: center;
}
#footer {
	font-size: small;
	color: #666666;
	background-image: url('Obrazki/linia.gif');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-top: 5px;
}
.Home {
	background-image: url('Obrazki/home.gif');
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: small;
	text-transform: uppercase;
	color: #666666;
	background-position: left 37px;
}

.hiperlink {
	border-width: 0px;
	color: #666666;


