/* Vucna sluzba "Grguric" - CSS dokument by Igor Kovacic */

* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
}

body {
	background: url(../images/main_bkg.png) repeat-x #FFFFFF;
}

#container {
	width: 974px;
	margin: 0 auto;
}

#header {
	margin-top: 58px;
	padding-top: 1px;
	height: 102px;
	overflow: hidden;
}

#navigation {
	height: 169px;
	color: #FFFFFF;
	overflow: hidden;
	padding: 20px 0;
}

#navigation div {
	float: left;
	height: 169px;
	border-right: 1px dotted #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 21px;
	margin-right: 21px;
	overflow: hidden;
}

#navigation div.button {
	float: none;
	height: 22px;
	width: 165px;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../images/button.png) no-repeat;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 6px;
	margin-top: 20px;
}

#navigation div.button a,
#navigation div.button a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#navigation div.button a:hover {
	color: #CCCCCC;
}

#navigation div.alignedr {
	margin-left: 113px;
}

#navigation div img {
	border: 5px solid #FFFFFF;
}

#navigation div a img,
#navigation div a:visited img {
	border-color: #FFFFFF;
}

#navigation div a:hover img {
	border-color: #CCCCCC;
}

#navigation div#noborder {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#navigation ul {
	list-style: inside square;
}

#navigation ul li {
	line-height: 1.2em;
}

#navigation ul li,
#navigation table tr td {
	font-size: 13px;
}

#navigation h1 {
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 40px;
}

#content {
	color: #525252;
	margin-top: 40px;
}

#content a,
#content a:visited {
	text-decoration: none;
	color: #C2161B;
}

#content a:hover {
	text-decoration: underline;
	color: #C2161B;
}

#content h1 {
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 40px;
}

#content p {
	text-align: justify;
	font-size: 13px;
	padding-bottom: 18px;
}

#content ul {
	list-style: inside square;
	padding-bottom: 20px;
}

#content ul li,
#content table tr td,
#content h2 {
	font-size: 13px;
}

#content table {
	margin-bottom: 20px;
}

#content img.aligned {
	padding: 5px;
	border: 1px solid #D6D6D6;
	margin: 0px 20px 20px 0px;
}

#footer {
	text-align: center;
	color: #7D7D7D;
	font-size: 11px;
	margin-bottom: 20px;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #525252;
}

#footer a:hover {
	text-decoration: underline;
	color: #7D7D7D;
}

.gallery ul li {
	list-style: none;
	float: left;
	padding-bottom: 20px;
	padding-right: 16px;
}

.gallery ul li.lst {
	padding-right: 0;
}

.gallery ul li img {
	padding: 5px;
	border: 1px solid #D6D6D6;
}

.gallery ul li a img,
.gallery ul li a:visited img {
	border-color: #D6D6D6;
}

.gallery ul li a:hover img {
	border-color: #C2161B;
}
#formular {
	width: 660px;
	font-family: "Lucida sans unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	width: 665px;
	color: #666666;
	padding-top: 15px;
}

#formular input, #formular textarea {
	width: 660px;
	font-family: "Lucida sans unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
}

#formular label, #formular input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#formular label {
	text-align: right;
	width: 120px;
	padding-right: 20px;
}

#formular textarea {
	width: 520px;
	height: 250px;
}

#formular .sub {
	text-align: center;
	width: 70px;
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	margin-left: 592px;
	margin-top: 10px;
}

#formular br {
	clear: left;
}

