@charset "utf-8";


* {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A5157;
	background-repeat: repeat;
	background-image: url(images/bgshadow_dp31.png);
	background-color: #CCCCCC;
	background-position: center center;
}

h1, h2, h3 {
	text-transform: lowercase;
	color: #292929;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 24px;
	color: #292929;
}

h3 {
	font-size: 13px;
	color: #292929;
}

p, ul, ol {
	text-align: justify;
	line-height: 150%;
	margin-bottom: 2em;
}

p {
}

ul {
}

ol {
}

a {
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}s

hr {
	display: none;
}
.agen {
	height: 110px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	background-image: url(images/footer_bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
}
.navigacija {
	width: 550px;
	float: right;
	height: 15px;
	padding-top: 10px;
}
#footer navigacija {
	background-color: #CCCCCC;
	height: 30px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

/* Logo */

#logo {
	width: 920px;
	height: 150px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat;
	background-position: center center;
	background-image: url(images/heder.png);
}

#logo h1 {
	float: left;
	padding: 70px 37px 0 0;
	height: 54px;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -2px;
	background-repeat: no-repeat;
	background-position: 100% 63px;
}

#logo h2 {
	float: right;
	padding: 98px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */
*Credits: CSSplay */
/*URL: http://www.cssplay.co.uk/menus/pro_drop2 */
.preload2 {background: url(prodrop2/button4.gif);}
.menu2 {
	list-style:none;
	height:36px;
	background:#fff url(prodrop2/button1a.gif) repeat-x;
	position:relative;
	font-family:arial, verdana, sans-serif;
	background-image: url(images/button1.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 920px;
	padding: 0;
}
.menu2 li.top {display:block; float:left; position:relative;}
.menu2 li a.top_link {
	display:block;
	float:left;
	height:40px;
	line-height:33px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
.menu2 li a.top_link span {
	float:left;
	display:block;
	height:40px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
.menu2 li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:40px;
	background-image: url(images/down.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu2 li a.top_link:hover {
	color:#fff;
	background-image: url(images/button2.gif);
	background-repeat: no-repeat;
}
.menu2 li a.top_link:hover span {
	background-image: url(images/button2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu2 li a.top_link:hover span.down {
	background-image: url(images/button2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.menu2 li:hover > a.top_link {
	color:#fff;
	background-image: url(images/button2.gif);
	background-repeat: no-repeat;
}
.menu2 li:hover > a.top_link span {
	background-image: url(images/button2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu2 li:hover > a.top_link span.down {
	background-image: url(images/button2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {
	left:2px;
	top:40px;
	width:240px;
	height:auto;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	white-space: nowrap;
	float: left;
	background-image: url(images/padaj.png);
}
.menu2 :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:240px;
}
.menu2 :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:20px;
	width:240px;
	line-height:20px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
	border:0 solid #fff;
}
.menu2 :hover ul.sub li a.fly {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 80px 7px;
	background-color: #FFFFFF;
}
.menu2 :hover ul.sub li a:hover {
	color:#FFFFFF;
	background-color: #CC0000;
}
.menu2 :hover ul.sub li a.fly:hover {
	color:#FFFFFF;
	background-color: #4ab;
	background-image: url(images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 80px 7px;
}
.menu2 :hover ul li:hover > a.fly {
	color:#fff;
	background-color: #4ab;
	background-image: url(images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 80px 7px;
} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{
	left:90px;
	top:-4px;
	background: #fff;
	border:1px solid #4ab;
	white-space:nowrap;
	width:180px;
	z-index:200;
	height:auto;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

/* Page */

#bg {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 940px;
}

#page {
	width: 805px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 650px;
	background-color: #FFFFFF;
}
#tekst {
	background-color: #FFFFFF;
	height: 220px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 5px;
}
#content {
	float: left;
	width: 300px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#content1 {
	float: left;
	width: 200px;
	height: 500px;
	padding: 0;
}
#content2 {
	float: left;
	width: 300px;
	padding: 0;
}
#levo {
	width: 770px;
	float: none;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#desno {
	background-color: #FFFFFF;
	float: right;
	height: 248px;
	width: 430px;
	padding-top: 50px;
	margin-right: 10px;
}

#content h1 {
	margin: 45px 0 20px 0;
	padding-left: 33px;
}

#content .content {
	padding-left: 32px;
}

/* Posts */

.post h1.title {
	margin: 45px 0 20px 0;
	padding-left: 33px;
	background: url(images/img07.gif) no-repeat left center;
}

.post h2.title {
	margin: 40px 0 25px 0;
	padding-left: 33px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .title a {
	text-decoration: none;
	color: #292929;
}

.post .entry {
	padding-right: 50px;
	padding-left: 20px;
	padding-top: 15px;
}

.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: square;
}

.post ol {
	list-style-type: decimal;
}
/* Posts1 */

.post1 h1.title {
	margin: 45px 0 20px 0;
	padding-left: 33px;
	background: url(images/img07.gif) no-repeat left center;
}

.post1 h2.title {
	margin: 40px 0 25px 0;
	padding-left: 33px;
	background: url(images/img07.gif) no-repeat left center;
}

.post1 .title a {
	text-decoration: none;
	color: #292929;
}

.post1 ul, .post ol {
	margin-left: 3em;
}

.post1 ul {
	list-style-type: square;
}

.post1 ol {
	list-style-type: decimal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 214px;
	padding: 0 1px 0 0;
}

#sidebar a {
	color: #4A5157;
}

.box {
}

.box .title {
	height: 27px;
	padding: 6px 0 0 34px;
	background: #C80000 url(images/img05.gif) no-repeat;
	text-transform: lowercase;
	font-size: 17px;
	color: #FFFFFF;
}

.box .content {
	padding: 26px;
	background: url(images/img06.gif) repeat-x;
}

.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 12px;
}

.box small {
	font-size: 10px;
	color: #808C96;
}

/* Footer */

#footer {
	font-size: 11px;
	padding: 0;
	height: 110px;
}

#footer p {
	text-align: center;
}
.mesto {
	float: right;
	height: 18px;
	width: 110px;
	margin-top: 12px;
}
#about {
	height: 154px;
	background-repeat: no-repeat;
	margin-left: 20px;
	width: 154px;
}
#about1 {
	background-repeat: no-repeat;
	width: 154px;
	height: 400px;
}
#about2 {
	height: 154px;
	background-repeat: no-repeat;
	margin-left: 130px;
	width: 154px;
}
#post {
	margin-top: 20px;
}
#post1 {
	float: right;
	margin-top: 20px;
}
.post1.entry1 {
}
#navigacija1 {
	height: 50px;
	width: 550px;
	font-size: 11px;
	float: right;
	margin-top: 5px;
	padding-top: 5px;
}
.entry1 {
	padding-right: 15px;
	padding-left: 40px;
	padding-top: 15px;
}
#navigacijaa {
	font-size: 11px;
	float: left;
	height: 20px;
	width: 300px;
	padding-top: 10px;
}
#mejl {
	float: right;
	width: 250px;
	text-align: right;
	margin-right: 75px;
}
