html {
	height: 100%;
}

body {
	background-size: cover;
	background-position: center;
	font-family: sans-serif;
	margin: 0;
	height: 100%;
	color: #fff;
}

body.naslovna {
	background-image: url(../img/naslovna.jpg);
}

body.kontakt {
	background-image: url(../img/kontakt.jpg);
}

table {
	height: 100%;
	width: 100%;
	border-spacing: 0;
}

td {
    padding: 0;
}

a {
	color: #fff;
}

#logo {
	vertical-align: top;
	height: 180px;
}

#logo div {
	margin: 30px;
	margin-left: 70px;
	background: #fff;
	color: #000;
	text-align: center;
	float: left;
}

#logo a {
    color: #000;
    text-decoration: none;
}

#logo img {
	height: 120px;
}

#gallery {
	text-align: right;
}

#gallery div div {
	display: inline-block;
	cursor: pointer;
	width: 220px;
	padding: 15px;
	margin: 15px;
}

#gallery div div img {
    width: 100%;
}

#bottom {
	vertical-align: bottom;
	height: 280px;
	text-align: right;
}

#bottom a {
    color: #f00;
    margin: 15px;
}

#contact {
	padding: 15px;
	text-align: center;
	font-size: 20px;
	background: #000;
	color: #fff;
}

#images {
	margin: 15px;
}

#images img {
	height: 250px;
	margin: 15px;
}

#images a.skriveno {
	display: none;
}
