@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B2900;
	background-color: #D5D5CD;
	margin: 0;
	padding: 0;
	background-color:#EBEBED;
}

.header{
	margin:0 auto;
	width: 700px;
	height:24px;
	position:relative;
	background-image:url(../gfx/header.jpg);
	background-repeat:no-repeat;
}

.header_links{
	float:right;
	line-height:24px;
	color:#FFFFFF;
	margin-right:20px;
}

.header_links a:visited, .header_links a:link{
	color: #FFFFFF;
}



.center_div{
	margin:0 auto;
	width: 700px;
}




.content{
	margin:0 auto;
	width: 960px;
	background-image:url(../gfx/body.jpg);
	background-repeat:no-repeat;
	padding-top:38px;
}

.content_body{
	margin:0 auto;
	width: 621px;
}

.content_top_body{
	margin:0 auto;
	width: 621px;
	padding-top:15px;
	font-size:12px;
}
.content_top{
	margin:0 auto;
	width: 960px;
	background-image:url(../gfx/top_content.jpg);
	background-repeat:no-repeat;
	height:43px;
}
.content_footer{
	margin:0 auto;
	width: 960px;
	background-image:url(../gfx/footer.jpg);
	background-repeat:no-repeat;
	height:81px;
	margin-bottom:10px;
}

#rollContainer img{
	cursor:pointer;
}


a, a:visited, a:link {
	color:#9F6416;
	text-decoration:none;
}

a:hover {
	color:#9F6416;
	text-decoration:underline;
}


.meni {
	padding-top:20px;
	padding-left:20px;
}

.meni a{
	color:#666666;
	padding-left:10px;
	display:block;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:15px;
	padding-bottom:3px;
}

.sub_meni{
	margin-bottom:15px;
}

.sub_meni a{
	color:#666666;
	padding-left:20px;
	display:block;
	border-bottom:none;
	padding-bottom:2px;
	margin-bottom:3px;
}

a#selected {
	text-decoration:underline;
}

.separator{
	clear:both;
	margin:20px 0;
	border-bottom:1px solid white;
	line-height:1px;
	height:1px;
}

h1 {
	color: #666666;
	font-size:30px;
	margin-bottom: 22px;
	padding:0;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	
}

h2 {
	color: #666666;
	padding-bottom:3px;
	font-size:22px;
	margin-bottom: 10px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
}

h2 a, h2 a:visited, h2 a:link, h2 a:hover{
	color: #666666;
	font-family:"Times New Roman", Times, serif;
}

h3{
	font-size:16px;
	font-weight:bold;
	color:#F47621;
	text-decoration:none;
	padding-bottom:60px;
}

hr {
	background-color:#D4D6CB;
	color:#D4D6CB;
	height:1px;
	border:0pt none;
	width:100%;
}

#kraj{
	font-weight:bold;
	color: #288F9A;
	
}

ul { list-style-position: outside; margin-left: 0px; padding-left: 30px; list-style: square; vertical-align: middle; margin-bottom:1em; }

li { margin: 0px; padding: 0px; margin-bottom:0.5em; }

strong,b{
	font-weight:bold;
}

p {
	margin-bottom:1em;
	line-height:2em;
}

ul {
	list-style-type: inherit;
	list-style-image: inherit;
	list-style-position: inside;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
}
ol ol {
	list-style-type: lower-roman;
}
ul li { font-style: italic; }
ol li { font-style: italic; }
ol ol { font-style: normal; }



.firstImage{
	width: 150px;
	height:150px;
	float:left;
}

.img_crop{
	width:150px;
	height:140px;
	overflow:hidden;
	background-color:#FFFFFF;
}

a.link_vec{
	font-weight:bold;
}

.footer_text{
	margin:0 auto;
	padding-top:15px;
	width: 621px;
	font-size:9px;
	color:#5F5F5F;
}
.footer_text a{
	color:#FFFFFF;
}
.language_select{
	margin:0 auto;
	width: 752px;
	background-color:#1B1B1B;
	padding-right:28px;
	text-align:right;
	padding-top:5px;
	padding-bottom:34px;
}
.language_select a{
	
	color: #717171;
}
.language_select a#selected{
	color:#9F6416;
}
.side_pict{
	width:100px;
	height:100px;
	overflow:hidden;
	border:1px solid #40413C;
	float:left;
	margin-right:10px;
}
