@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	background-color: #b2b1a9;
	margin: 0px;
	padding: 0px;
}

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

a:visited {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}

a:hover {
	color: #e2007a;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

label.error {
	display: none;
}

#main {
	position:relative;
	width:988px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	}
	
#top {
	position:relative;
	width:988px;
	background-image: url(../images/back_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	}
	
#header {
	position:relative;
	width:988px;
	height:238px;
	background-position: left top;
	background-repeat: no-repeat;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header.jpg);
	}
	
#header .logo a {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	float: left;
	height: 153px;
	width: 300px;
}

#header .text {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 640px;
}
	
#content {
	position:relative;
	width:988px;
	background-image: url(../images/back_content.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	}
	
#title {
	position:relative;
	width:673px;
	height:99px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	left: 15px;
	top: -20px;
	}
	
#forms {
	position:relative;
	width:943px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}

#template_hold {
	padding-right: 20px;
	padding-left: 80px;
	font-size: 13px;
}

.pink {
   font-family:Verdana;
   font-size:16px;
   font-weight:bold;
   font-style:normal;
   color:#e2007a;
}

.pink20 {
   font-family:Verdana;
   font-size:20px;
   font-style:normal;
   color:#e2007a;
}

.pink {
   font-family:Verdana;
   font-size:16px;
   font-weight:bold;
   font-style:normal;
   color:#e2007a;
}

.black {
   font-family:Verdana;
   font-size:13px;
   font-weight:bold;
   font-style:normal;
   color:#000000;
}

.black12px {
   font-family:Verdana;
   font-size:12px;
   font-weight:bold;
   font-style:normal;
   color:#000000;
}

.white {
   font-family:Verdana;
   font-size:12px;
   font-weight:normal;
   font-style:normal;
   color:#ffffff;
}

.white16px {
   font-family:Verdana;
   font-size:16px;
   font-weight:normal;
   font-style:normal;
   color:#ffffff;
}

.white30px {
	font-family:Verdana;
	font-size:30px;
	font-weight:normal;
	font-style:normal;
	color:#ffffff;
	text-transform: uppercase;
}

.grey {
	color: #CCCCCC;
}

.form {
    width: 145px;
	height: 20px;
	background-color: #e6e5e1;
	border: 1px solid #e6e5e1;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}

a.2pagelinks:link {
	font-family: Verdana;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a.2pagelinks:visited {
	font-family: Verdana;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a.2pagelinks:active {
	font-family: Verdana;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a.2pagelinks:hover {
	font-family: Verdana;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #e2007a;
}


a.bottlinks:link {
	font-family: Verdana;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
a.bottlinks:visited {
	font-family: Verdana;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
a.bottlinks:active {
	font-family: Verdana;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
a.bottlinks:hover {
	font-family: Verdana;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

a.2toptlinks:link {
	font-family: Verdana;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
a.2toptlinks:visited {
	font-family: Verdana;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
a.2toptlinks:active {
	font-family: Verdana;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
a.2toptlinks:hover {
	font-family: Verdana;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #e2007a;
}

.menu_back {
   background-image: url(../images/menu_back.jpg);
   background-position: top center;
   background-repeat: no-repeat;
   }
   
.menu_list {	
	width: 150px;
}

.menu_head {
	padding: 5px;
	cursor: pointer;
	position: relative;
	margin:1px;
	height: 35px;
       }
	   
.menu_head a {
	color:#ffffff;
	text-decoration: none;
}
	   
.menu_body {
	display:none;
}

.menu_body a {
  padding: 5px;
  display:block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  color: #000000;
  font-weight:bold;
  text-decoration:none;
}

.menu_body a:hover{
  color: #e2007a;
  text-decoration:none;
  }

.pink_border {
   border: solid 1px #e2007a;
}

.current, .current a, a.current {
	color: #e2007a;
}



/* blog_arhiva */

#blog_arhiva .naslov {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#blog_arhiva .godina {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
}

#blog_arhiva .mesec {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#blog_arhiva .broj {
	font-size: 10px;
	color: #333333;
}

#blog_arhiva .current a {
	color: #e2007a;
}

/* blog_arhiva end */




/* sitemap */

#sitemap ul {
	padding: 0px;
	margin: 0px;
}

#sitemap li {
	list-style-image: none;
	list-style-type: none;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
	line-height: 20px;
	background-image: none;
}

#sitemap li ul li {
	list-style-image: none;
	list-style-type: none;
	background-image: url(../okvir/tackica.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-transform: none;
	font-weight: normal;
}

/* sitemap end */



/* gallery */

#gallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #AC0061;
	border-width: 5px 5px 5px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 5px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

/* gallery end */



/* paging */

#paging {
	width: auto;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#paging .strelica {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#paging a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#paging a:hover {
	color: #e2007a;
}

/* paging end */