@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 7px;
	word-spacing: 12px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.okvir {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1D1D1D;
	border-right-color: #494949;
	border-bottom-color: #494949;
	border-left-color: #1D1D1D;
	height: 100px;
	width: 100px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 12px;
}
a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.pozclassic {
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(img/poz/clasic.jpg);
}
.pozneoclassic {
	background-image: url(img/poz/neoclasic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.pozconvas {
	background-image: url(img/poz/convas.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.pozmodern {
	background-image: url(img/poz/modern.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.pozprint {
	background-image: url(img/poz/print.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tab {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #333333;
}
