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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #6e3d67;
	margin: 0px;
	padding: 0px;
	background-color: #c8bfc7;
	background-image: url(../images/bg-body.png);
	background-repeat: repeat-x;
	background-position: left top;
}
h1, h2, h3 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
img {
	border: none;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}
#container {
	padding: 0px;
	width: 1032px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg-container.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#container_bottom_end {
	background-image: url(../images/bg-container-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 48px;
	width: 1030px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header {
	padding: 0px;
	width: 988px;
	height: 126px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_top {
	margin: 0px;
	padding: 0px;
	width: 988px;
	height: 20px;
	position: relative;
	background-image: url(../images/header-top-bg.png);
	background-position: center top;
}
#header_middle {
	margin: 0px;
	padding: 0px;
	width: 988px;
	height: 86px;
	position: relative;
	background-image: url(../images/header-middle-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header_bottom {
	margin: 0px;
	padding: 0px;
	width: 988px;
	height: 20px;
	position: relative;
	background-image: url(../images/header-bottom-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#lang_menu {
	padding: 0px;
	margin: 0px;
	position: relative;
	float: right;	
}
#lang_menu ul {
	padding: 0px;
	margin: 0px;
	position: relative;
	list-style: none;
}
#lang_menu ul li {
	padding: 0px;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 110%;
	list-style: none;	
}
#lang_menu a, #lang_menu a:visited {
	color: #6E3D67;
	text-decoration: none;
}
#lang_menu a:hover {
	color: #FED056;
}
#top_logo {
	float: left;
}
#button_login_big {
	background-image: url(../images/button-login-big-normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 100px;
	float: left;
	position: relative;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	color: #6E3D67;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
#button_login_big:hover {
	color: #FAC952;
	background-image: url(../images/button-login-big-over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#button_logout_big a, #button_logout_big a:visited {
	background-image: url(../images/button-login-big-normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 100px;
	float: left;
	position: relative;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	color: #6E3D67;
	text-decoration: none;
	font-weight: bold;
}
#button_logout_big a:hover {
	color: #FAC952;
	background-image: url(../images/button-login-big-over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#button_sitemap a, #button_sitemap a:visited {
	background-image: url(../images/button-sitemap-normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 120px;
	float: left;
	position: relative;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	color: #6E3D67;
	text-decoration: none;
	font-weight: bold;
}
#button_sitemap a:hover {
	color: #FAC952;
	background-image: url(../images/button-sitemap-over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#button_contact a, #button_contact a:visited {
	background-image: url(../images/button-contact-normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 130px;
	float: left;
	position: relative;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	color: #6E3D67;
	text-decoration: none;
	font-weight: bold;
}
#button_contact a:hover {
	background-image: url(../images/button-contact-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FACA52;
}
#button_login a, #button_login a:visited {
	background-image: url(../images/button-contact-normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 130px;
	float: left;
	position: relative;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	color: #6E3D67;
	text-decoration: none;
	font-weight: bold;
}
#button_login a:hover {
	background-image: url(../images/button-contact-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FACA52;
}
#login_part {
	padding: 0px;
	float: right;
	height: 70px;
	width: 136px;
	position: absolute;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 90%;
	right: 0px;
	display: none;
	filter:alpha(opacity=0);-moz-opacity:.0;opacity: 0.00;	
}
#hi_part {
	padding: 0px;
	float: right;
	height: 20px;
	width: 136px;
	position: absolute;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 90%;
	right: 12px;
	text-align: right;
	top: 0px;
}
.search_box {
	background-image: url(../images/bg-search-box.png);
	background-repeat: no-repeat;
	background-position: center top;
	border: 0px solid #000000;
	width: 123px;
	height: 16px;
	position: relative;
	color: #6E3D67;
	font-size: 90%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.login_box {
	background-image: url(../images/bg-login-box.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px solid #000000;
	width: 123px;
	height: 16px;
	position: relative;
	color: #6E3D67;
	font-size: 90%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.pass_box {
	background-image: url(../images/bg-pass-box.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px solid #000000;
	width: 101px;
	height: 16px;
	position: relative;
	color: #6E3D67;
	font-size: 90%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}
.login_button {
	background-image: url(../images/bg-login-button.png);
	color: #FFC120;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	height: 16px;
	width: 16px;
	border: 0px solid #000000;
	position: relative;
	padding: 0px;
	float: left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#top_search {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 100%;
}
#content {
	padding: 0px;
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#content_left {
	margin: 0px;
	padding: 0px;
	width: 680px;
	position: relative;
	float: left;
}
#content_right {
	margin: 0px;
	padding: 0px;
	width: 306px;
	position: relative;
	float: right;
}
#content_body {
	width: 668px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 7px;
	margin-bottom: 10px;
}

.content_body_class .intended {
	margin-left: 15px;
	padding-top: 15px;
}
.content_body_class .intended h3 {
	margin-left: 30px;
	font-size: 100%;
}
.content_body_class .intended p {
	margin-left: 30px;
	text-align: justify;
	margin-right: 20px;
}
.content_body_class .intended a, #content_body .intended a:visited {
	text-decoration: underline;
	color: #6E3D67;
}
.content_body_class .intended a:hover {
	text-decoration: none;
}
.content_body_class ul {
	margin-left: 50px;
	text-align: justify;
	margin-right: 20px;
}
.content_body_class ul li {
	margin-top: 15px;
}
.content_body_class ul ul {
	margin-left: 0px;
	margin-right: 0px;
}
.content_body_class ul ul li{
	margin-top: 4px
}
.content_body_class ol {
	margin-left: 50px;
	text-align: justify;
	margin-right: 20px;
	margin-bottom: 10px;
}
.content_body_class ol li {
	margin-bottom: 10px;
}
#pathway {
	margin-top: 7px;
	margin-left: 20px;
	margin-bottom: 5px;
}
#pathway ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#pathway ul li {
	float: left;
	padding-right: 20px;
	background-image: url(../images/pathway-delimiter.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	margin-right: 8px;
}
#pathway ul li a, #pathway ul li a:visited {
	float: left;
	color: #6E3D67;
	text-decoration: none;
}
#pathway ul li a:hover {
	text-decoration: underline;
}
#pathway .last {
	background:none;
}

#submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 660px;
	height: 18px;
	background-color: #FFF;
	color: #C491BC
	margin-top: 7px;
	margin-left: 15px;
	margin-bottom: 2px;
	border: none;
}
#submenu ul {
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
}
#submenu ul li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	font-size: 80%;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C491BC;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#submenu ul li a, #submenu ul li a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	text-align: center;
	color: #6E3D67;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#submenu ul li a:hover {
	color: #FDCE55;
	text-decoration: none;
}
#submenu .over a, #submenu .over a:visited {
	display: block;
	color: #FDCE55;
	text-decoration: none;
	margin: 0px;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#submenu .last {
	border: none;
}

#submenu ul li ul {
	position: absolute;
	height: 40px;
	z-index: 2;
	width: 450px;
	left: 0px;
	display: none;
}
#submenu ul li ul li {
	float: left;
	border: none;
	margin-left: 0px;
	padding-right: 15px;
	font-size: 100%;
}

#submenu ul li ul li a, #submenu ul li ul li a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	text-align: center;
	color: #D0ACCC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#submenu ul li ul li a:hover {
	color: #FDCE55;
}
#submenu ul li:hover ul  {
	display:block;
}


#main_menu {
	font-family: Tahoma, Geneva, sans-serif;
	width: 668px;
	height: 26px;
	color: #FFFFFF;
	margin-top: 7px;
	margin-left: 7px;
	margin-bottom: 5px;
}

#main_menu ul {
	list-style:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#main_menu ul li {
	float: left;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 110%;
	text-transform: uppercase;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6E3D67;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#main_menu ul li a, #main_menu ul li a:visited {
	display: block;
	color: #6e3d67;
	text-decoration: none;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
#main_menu ul li a:hover {
	color: #FDCE55;
	text-decoration: none;
}
#main_menu .first {
	border:none;
}
#main_menu .over a, #main_menu .over a:visited {
	display: block;
	color: #6e3d67;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#other_menu_container_top {
	width: 668px;
	height: 40px;
	padding: 0px;
	margin-bottom: 10px;
	z-index: 20;
	position: relative;
}
.other_menu_first {
	padding: 0px;
	position: relative;
	float: left;
	margin: 0px;
}
.other_menu_first a, .other_menu_first a:visited {
	cursor: pointer;
	float: left;
	height: 30px;
	width: 216px;
	position: relative;
	background-image: url(../images/other-menu-first-normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	letter-spacing: 0.2em;
}
.other_menu_first a:hover {
	background-image: url(../images/other-menu-first-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #6E3D67;
}
.other_menu {
	padding: 0px;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -13px;
}
.other_menu a, .other_menu a:visited {
	cursor: pointer;
	float: left;
	height: 30px;
	width: 239px;
	position: relative;
	background-image: url(../images/other-menu-normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	letter-spacing: 0.2em;
}
.other_menu a:hover {
	background-image: url(../images/other-menu-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #6E3D67;
}
#main_banner {
	width: 668px;
	height: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#other_menu_container_bottom {
	width: 668px;
	height: 40px;
	margin-top: 10px;
	text-transform: uppercase;
}
#text_under_menu {
	width: 668px;
	height: 140px;
	margin-top: 10px;
	margin-bottom: 0px;
	position: relative;
}
.text_under_menu_part {
	float: left;
	width: 216px;
	margin: 0px;
	position: relative;
	padding: 0px;
	height: 140px;
	margin-left: 10px;
}
.text_under_menu_part h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 140%;
	font-weight: bold;
}
.text_under_menu_part p {
	font-size: 90%;
	text-align: justify;
	padding-right: 2px;
	padding-left: 2px;
}
.text_under_menu_part .read_more {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	width: 71px;
	height: 16px;
}
.text_under_menu_part .read_more a, .text_under_menu_part .read_more a:visited{
	background-image: url(../images/main-page-read-more.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 16px;
	color: #6E3D67;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 16px;
	position: relative;
	font-size: 90%;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	width: 71px;
}
.text_under_menu_part .read_more a:hover {
	background-image: url(../images/main-page-read-more-over.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
}
#novosti_right {
	padding: 10px;
	border: 1px solid #6E3D67;
	position: relative;
	min-height: 460px;
	width: 276px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#misli_right {
	padding: 10px;
	border: 1px solid #6E3D67;
	position: relative;
	min-height: 150px;
	width: 276px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rabotni_mesta_title {
	color: #FFF;
	background-color: #6E3D67;
	text-align: center;
	padding: 2px;
	margin-bottom: 10px;

}
#activni_oglasi {
	position: absolute;
	top: 0px;
	
}
#rabotni_mesta_frame {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 434px;
	position: relative;
	overflow: hidden;
}
.rabotni_mesta {
	font-size: 84%;
}
.rabotni_mesta h3 {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rabotni_mesta ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}
.rabotni_mesta ul li {
	list-style:none;
}
.rabotni_mesta ul li a, .rabotni_mesta ul li a:visited {
	color: #6E3D67;
	text-decoration: none;
	
}
.rabotni_mesta ul li a:hover {
	color: #FDCE55;
	
}
#button_register {
	margin: 0px;
	padding: 0px;
	height: 169px;
	width: 169px;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
}
#button_register_new {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
	height: 25px;
	width: 145px;
	overflow: hidden;
}
#button_register_new a img, #button_register_new a:visited img{

	margin-top: 0px;	
}
#button_register_new a:hover img{
	margin-top: -25px;	
}


#button_register a img, #button_register a:visited img{
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-top: 0px;	
}
#button_register a:hover img{
	margin-top: -169px;
	padding: 0px;	
}
#buttons_other {
	padding: 0px;
	height: 40px;
	width: 216px;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#buttons_other a img, #buttons_other a:visited img{
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-top: 0px;	
}
#buttons_other a:hover img{
	margin-top: -40px;
	padding: 0px;	
}
#buttons_other_first {
	padding: 0px;
	height: 40px;
	width: 216px;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#buttons_other_first a img, #buttons_other_first a:visited img{
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-top: 0px;	
}
#buttons_other_first a:hover img{
	margin-top: -40px;
	padding: 0px;	
}
#buttons_submenu_01 {
	position: absolute;
	z-index: 10;
	height: 1px;
	width: 214px;
	background-image: url(../images/button-submenu.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	left: 7px;
	top: 45px;
	display: block;
	overflow: hidden;
}
#buttons_submenu_02 {
	position: absolute;
	z-index: 10;
	height: 1px;
	width: 214px;
	background-image: url(../images/button-submenu.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	left: 230px;
	top: 45px;
	display: block;
	overflow: hidden;
}
#buttons_submenu_03 {
	position: absolute;
	z-index: 10;
	height: 1px;
	width: 214px;
	background-image: url(../images/button-submenu.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	left: 455px;
	top: 45px;
	display: block;
	overflow: hidden;
}
.other_submenu {
	position: relative;
	font-size: 90%;
	font-weight: bold;
}
.other_submenu ul {
	list-style:none;
	position: relative;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	
	margin-left: 0px;
	text-align: left;
	margin-right: 0px;
}
.other_submenu ul li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	
}
.other_submenu a{
	color: #6E3D67;
	text-decoration: none;
	
	
}
.other_submenu a:hover{
	color: #FDCE55;
	
}
#copyright {
	font-size: 80%;
	color: #6E3D67;
	float: right;
	padding: 0px;
	margin-top: 35px;
	margin-right: 110px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

#developed a, #developed a:visited {
	font-size: 80%;
	float: right;
	padding: 0px;
	margin-top: 35px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	color: #6E3D67;
	text-decoration: none;
}
#developed a:hover{
	text-decoration: underline;
}

#form_register {

}
#form_register ul {
	list-style:none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#form_register ul li {
	list-style:none;
	display: block;
	width: 100%;
	margin: 0px;
	min-height: 20px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.form_data {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}
.up_files {
	height: 30px;
	width: 100%;
}
.up_files img {
	margin: 0px;
	padding: 0px;
}
#bio_files a, #bio_files a:visited {
	text-decoration: underline;
	color: #6E3D67;
	margin: 0px;
	padding: 0px;
}
#bio_files a:hover {
	text-decoration: none;
}
.delete_bio_file {
	font-size: 90%;
	cursor: pointer;
}
.delete_pic_file {
	font-size: 90%;
	cursor: pointer;
}
.newsletter_arhiva {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	height: 18px;
}
.newsletter_arhiva_title {
	float: left;	
}
.newsletter_arhiva_title a, .newsletter_arhiva_title a:visited {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #6E3D67;
}
.newsletter_arhiva_title a:hover {
	text-decoration: underline;	
}
.newsletter_arhiva .read_more {
	text-align: right;
	position: relative;
	width: 71px;
	height: 16px;
	float: right;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.newsletter_arhiva .read_more a, .newsletter_arhiva .read_more a:visited{
	background-image: url(../images/main-page-read-more.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 16px;
	color: #6E3D67;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 16px;
	position: relative;
	font-size: 90%;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	width: 71px;
}
.newsletter_arhiva .read_more a:hover {
	background-image: url(../images/main-page-read-more-over.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
}


.button_arhiva {
	height: 30px;
	width: 216px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}
.button_arhiva .button_arhiva a img, .button_arhiva a:visited img {
	margin: 0px;
	padding: 0px;
	position: relative;	
}
.button_arhiva a:hover img {
	margin-top: -30px;	
}
.form_register_textlabel {
	padding: 0px;
	height: 20px;
	width: 170px;
	position: relative;
	float: left;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
.form_register_text {
	padding: 0px;
	height: 20px;
	width: 170px;
	position: relative;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.form_register_label {
	padding: 0px;
	height: 20px;
	width: 170px;
	position: relative;
	float: left;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.form_register_box {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;

}
.form_register_checkbox {
	float: left;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.form_riskustvo_container {
	font-size: 80%;
	line-height: 100%;
	background-color: #E9E9E9;
	padding: 0px;
	float: left;
	border: 1px solid #CCCCCC;
}
.form_date_calc {
	float: left;
	padding-right: 15px;
	padding-left: 4px;
	cursor: pointer;

}
.form_riskustvo_label {
	padding: 0px;
	position: relative;
	float: left;
	text-align: left;
	margin: 0px;
	width: 100px;
}

.form_checkbox {
	height: 20;
	font-size: 80%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}
.form_lang {
	height: 25px;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	width: 450px;
}
.form_lang_checkbox {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
	height: 20px;

}
.form_lang_knowledge {
	margin: 0px;
	padding: 0px;
	float: left;

}
.form_box_subtitle {
	clear: both;
	height: 20;
	font-size: 80%;
	line-height: 100%;
	margin-left: 180px;
	padding-top: 2px;
}
#о {
	padding: 10px;
	height: 80px;
	overflow: hidden;
	border: 2px solid #FFFFFF;
}
#r {
	padding: 10px;
	height: 330px;
	overflow: hidden;
	border: 2px solid #FFFFFF;
}
#v {
	padding: 10px;
	height: 330px;
	overflow: hidden;
	border: 2px solid #FFFFFF;
}
#s {
	padding: 10px;
	height: 80px;
	overflow: hidden;
	border: 2px solid #FFFFFF;
}
.form_preview {
	border: 1px solid #6E3D67;
	padding: 5px;
	margin-left: 2px;
	margin-bottom: 15px;
	font-size: 90%;
	margin-right: 2px;
}
.form_preview_title {
	color: #FFF;
	background-color: #6E3D67;
	padding: 2px;
}
.form_preview_data {
	border: 3px double #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #E9E9E9;
}
.form_preview_line {
	width: 100%;
	float: left;
	padding-bottom: 3px;
}
.form_preview_subtitle {
	float: left;
	font-weight: bold;
	width: 150px;
}
.form_preview_value {
	float: left;
}
#admin_title {
	width: 200px;
	font-size: 120%;
	padding: 0px;
	position: relative;
	font-weight: bold;
	float: left;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* BOTTOM & FOOTER LEFT ---------------------------------------------------------- */
#bottom_menu {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	padding-top: 50px;
}
#bottom_menu ul {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}
#bottom_menu ul li {
	position : relative;
	padding-top:5px;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#bottom_menu ul li a, #bottom_menu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom_menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#clients_frame {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 1640px;
}
#page {
	height: 1640px;
}
	.clients_row {
		margin: 0px;
		width: 668px;
		position: relative;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #CCC;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		height: 140px;
		overflow: hidden;
		font-size: 80%;
	}
	.clients_row p {
		margin: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 2px;
		padding-left: 0px;
	}
	p.clients_row_title {
		font-size: 128%;
		font-weight: bold;
		padding-bottom: 4px;
		cursor: pointer;
	}	
	.clients_row_left {
		float: left;
	}
	.clients_row_right {
		float: left;
		display: inline;
		margin-left: 20px;
		width: 500px;		
	}	
	.client_pic {
		background-image: url(../images/no-photo.png);
		background-repeat: no-repeat;
		height: 140px;
		width: 110px;
		position: relative;
		
	}
	.page_items {
	width: 668px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	}
	#page_1 {
	position: absolute;
	left: 0px;
	top: 0px;
	}
	#page_2 {
	position: absolute;
	left: 669px;
	top: 0px;
	}
	#page_3 {
	position: absolute;
	left: 1338px;
	top: 0px;
	}	
#window_preview {
	height: 500px;
	width: 680px;
	background-color: #FFF;
	position: fixed;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 200;
	top: 53px;
	padding: 20px;
	left: 163px;
	display:none;
}
#frame_preview {
	height: 450px;
	width: 680px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: scroll;	
}
#window_oglas {
	height: 490px;
	width: 600px;
	background-color: #FFF;
	position: fixed;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 200;
	top: 53px;
	padding: 20px;
	left: 163px;
	display:none;
}
#frame_oglas {
	height: 460px;
	width: 600px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow:hidden;
}
#shadow_overlay {
	height: 600px;
	width: 680px;
	background-color: #000;
	position: fixed;
	z-index: 199;
	left: 0px;
	top: 0px;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity: 0.50;
	display:none;
}
.navigation {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.navigation a, .navigation a:visited {
	color: #6E3D67;
	border: 1px solid #6E3D67;
	position: relative;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	text-align: center;
	display: inline;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	background-color: #FFF;
}
.navigation a:hover {
	color: #6E3D67;
	background-color: #ffd157;
}
.navigation a.nav_selected {
	background-color: #ffd157;
}
.navigation a.nav_notselected {
	background-color: #FFF;
}

.button_dodaj {
	margin-left: 200px;
	float: left;

}

#banners_right {
	float: right;
	width: 190px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
#drugo_levo {
	height: 180px;
	width: 220px;
	border: 1px solid #6E3D67;
	float: left;
	margin-left: 7px;
	margin-top: 28px;
	font-size: 90%;
}
.drugo_levo_inner {
	padding: 4px;
	
}
.drugo_levo_inner a, .drugo_levo_inner a:visited {
	font-size: 120%;
	font-weight: bold;
	color: #6E3D67;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 20px;
	margin: 0px;
	
}
.drugo_levo_inner a:hover {
	text-decoration: underline;
	
}
.drugo_right_img {
	float: right;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.drugo_left_img {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 50px;
}
.anketa_box {
	position: relative;
	width: auto;
	float: left;
	margin-top: 20px;
}
.anketa_box_inner {
	position: relative;
	width: 220px;
	float: left;
	text-align: center;
}
.anketa_box_content {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	width: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 10px;
	text-align: left;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.anketa_box_content form {
	margin: 0px;
	padding: 0px;
	position: relative;
	
}
.anketa_senka_left {
	position: relative;
	width: 9px;
	height:170px;
	float: left;
	background-image: url(../images/anketa-shadow-left-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.anketa_senka_right {
	position: relative;
	width: 9px;
	height:170px;
	float: left;
	background-image: url(../images/anketa-shadow-right-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.anketa_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #6E3D67;
	color: #FFF;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.anketa_prasanje {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 12px;
	margin-left: 4px;
	text-align: left;
	font-size: 10px;
}
.anketa_prasanja {
	text-align: left;
	font-size: 10px;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.anketa_button {
	margin-right: 4px;
	position: relative;
	font-size: 10px;
	margin-top: 10px;
	float: right;
}
.anketa_resultati {
	width: 150px;
	float: left;
	margin-right: 20px;
	padding: 4px;
	
}
.anketa_resultati_naslov {
	padding-bottom: 4px;
	
}
.anketa_resultati_resultat {
	background-color: #6E3D67;
	width: 20px;
	height: 14px;
	float: left;
	margin-bottom: 10px;
	
}
.anketa_resultati_procent {
	margin-bottom: 10px;
}
.anketa_prasanja_input {
	float: left;
	padding-left: 15px;
	
}
.anketa_prasanja_prasanje {
	float: left;
	width: 170px;
	font-size: 9px;
	line-height: 9px;
	padding-top: 5px;
	
}
.anketa_prasanja_item {
	width: 100%;
	float: left;
	margin-bottom: 2px;
	
}



#content_banner_frame {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 668px;
	position: relative;
	overflow: hidden;
}
#content_banner_frame ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}
#content_banner_frame ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
	
}

.clearfixmy {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
