@CHARSET "UTF-8";

body
{
	background-image: url(../images/pozadina.png);
	font-family: Helvetica;
	color: #222222;
}

#obavijest
{
	background: #222222;
	padding: 0px;
	border: #DDDDDD 2px solid;
	position: relative;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	height: 450px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 4px 10px #000;
	-webkit-box-shadow: 0px 4px 10px #000;
	box-shadow: 0px 4px 10px #000;
	background-image: url(../images/pozadina-glavni.png);
	background-repeat: no-repeat;
}

div#kontakt
{
	background: #2e2e2e;
	font-size: 14px;
	position: absolute;
	margin-left: 510px;
	vertical-align: middle;
	padding: 20px;
	
	padding-top: 115px;
	width: 290px;
	height: 315px;
	border: 0px dotted #dddddd;
	color: #dddddd;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#obavijest-tekst
{
	position: absolute;
	border: 0px;
	font-size: 17px;
	padding: 10px;
	margin-top: 250px;
	margin-left: 50px;
	width: 375px;
	height: auto;
	color: white;
	text-align: center;
	vertical-align: middle;
}

img#logo
{
	position: absolute;
	margin-top: 100px;
	margin-left: 50px;
}

#radovi
{
	position: relative;
	float: right;
	background: #171717;
	height: 430px;
	width: 310px;
	z-index: 1;
	border:none;
	border-left: 2px solid #2c2c2c;
	padding: 10px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#radovi-linkovi ul
{
	list-style-type: none;
}
#radovi-linkovi li
{
	padding: 5px;
	margin-left: -40px;
	background: #222222;
	margin-bottom: 5px;
}

#radovi-linkovi a
{
	font-size: 12px;
	text-decoration: none;
	color: #dddddd;
}

#tab-radovi
{
	height: 450px;
	position: relative;
	border: none;
	float: right;
	z-index: 1;
}

#tab-radovi img
{
	border: none;
	margin-top: 120px;
    
}

#copyright
{
	font-size: 10px;
	padding: 20px;
	margin-top: 20px;
	background: #222222;
	border: #DDDDDD 2px solid;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 4px 10px #000;
	-webkit-box-shadow: 0px 4px 10px #000;
	box-shadow: 0px 4px 10px #000;
	color: #DDDDDD;
	text-align: center;
}

#copyright p
{
	font-size: 12px;
}

#copyright a
{
	text-decoration: none;
	color: #777777;
}

#copyright a:hover
{
	color: #FF8888;
}

