/*background: url("/i/header_elements/selected-triangle.png");
	background-position: top center;
	background-repeat: no-repeat;
*/
body {
 	background-color: #f2f2f2;
	font-size: 12px;
	font-weight: none;
 	width: 99%;
	font-family: Verdana,Arial,sans-serif;
	color: #black;
	cursor: default;
	margin-top: 0px;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.pink {
	color: #ed1651;
}

.black {
	color: #000;
}

.gray {
	color: #7e7e7e;
}

.line {
	width: 100%; 
	height: 1px; 
	background-color: #cccccc !important; 
	margin-bottom: 10px;
}

.greenline {
	width: 100%; 
	height: 1px; 
	background-color: #54a276; 
	margin-bottom: 10px;
}

.pinkline {
	width: 100%; 
	height: 1px; 
	background-color: #ed1651; 
	margin-bottom: 10px;
}

.font10 {
	font-size: 10px;
}

#wrapper {
	margin: 0 auto !important;
	width: 960px;
	
}

#header {
	background: url("/i/header_elements/header-bgr.jpg");
	width: 100%;
	height: 142px;
	color: #747474;
	margin-bottom: 6px;
}

.padding10 {
	padding: 10px;
}
#header #logo {
	padding: 20px 0 0 15px;
	float: left;
}

#header #header-right {
	float: right;
	width: 700px;
	margin-right: 15px;
	text-align: right;
}

#header #header-right #header-text-top {
	margin-bottom: 35px;
	margin-top: 5px;
}

#header #header-right #header-search {
	margin-bottom: 10px;
}
#header #header-right #header-search input {
	font-size: 10px;
	width: 175px;
	padding: 5px 5px 5px 5px;
	background: url("/i/header_elements/magnify.png");
	background-position: right;
	background-repeat: no-repeat;
	background-color: white;
}

#header-search input{
 float: right;
}

#header #header-right #header-font {
	color: black;
	margin-bottom: 4px;
}

#header #header-right #header-menu {
	border: 0px solid black;
	height: 30px;
	width: 100%;
	margin-left: 10px;
	margin-top: 5px;
	
}

.header-menu-item {
	float: left;
	margin: 0 2px 0 2px;
	padding: 8px 1px 7px 1px;
}

.header-menu-item-selected {
	background: url("/i/header_elements/selected-triangle.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.header-menu-item a{
	text-decoration: none;	
	color: #ed1651;
	margin-top: 5px;
	font-size: 12px;
	margin-bottom: 10px;
}

.header-menu-item:hover {
	background-color: #ed1651;
}

.header-menu-item:hover a {
	color: white;
}

.header-menu-dot {
	float: left;
	padding-top: 12px;
}

#content-wrapper {	
	width: 100%;
}

#left-navigation {
	float: left;
	margin-right: 10px;
	width: 200px;
}

.kare-top {
	height: 5px;
}

.kare-top-left {
	background: url("/i/border_files/corner-top-left.png");
	width: 5px;
	height: 5px;
	float: left;
}

.kare-top-middle {
	background: url("/i/border_files/border-top.png");
	background-repeat: repeat-x;
	height: 5px;
	float: left;
}

.kare-top-right {
	background: url("/i/border_files/corner-top-right.png");
	width: 5px;
	height: 5px;
	float: left;
}

.kare-middle {
	background: url("/i/border_files/border-left.png");
	background-repeat: repeat-y;
	background-color: white;
}

.kare-middle-middle {
	background-color: white;
	background: url("/i/border_files/border-right.png");
	background-position: right;
	background-repeat: repeat-y;
}

 /* Opera */
 @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
 {
 .kare-middle-middle ul{ display: inline !important}
 }


.kare-bottom {
	height: 5px;
}

.kare-bottom-left {
	background: url("/i/border_files/corner-bottom-left.png");
	width: 5px;
	height: 5px;
	float: left;
}

.kare-bottom-middle {
	background: url("/i/border_files/border-bottom.png");
	background-repeat: repeat-x;
	height: 5px;
	float: left;
}

.kare-bottom-right {
	background: url("/i/border_files/corner-bottom-right.png");
	width: 5px;
	height: 5px;
	float: left;
}

.navigation-tree {
	margin-left: 10px;

}

.navigation-tree-item {
	padding: 5px;
	width: 170px;
}

.navigation-tree-item:hover a {
	color: white;
	
}

.navigation-tree-item:hover {
	background-color: #ed1651;
	
}

.navigation-tree-item a {
	width: 160px;
	color: black;
	text-decoration: none;
	padding: 5px;
}


.navigation-tree-item-opened-parent {
	padding: 5px;
	width: 170px;
	background: url('/i/arrow_right_black.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.navigation-tree-item-opened-parent a {
	width: 160px;
	color: #ed1651;
	text-decoration: none;
	padding: 5px;
}

.navigation-tree-item-opened-child {
	padding: 5px;
	width: 170px;
	margin-left: 10px;
	
}


.navigation-tree-item-opened-child:hover a {
	color: white;
	width: 166px;
	
	
}

.navigation-tree-item-opened-child:hover {
	background-color: #ed1651;
	width: 166px;
	
}

.navigation-tree-item-opened-child a {
	width: 160px;
	color: #666666;
	text-decoration: none;
	padding: 2px;
	display:block;
	
}



.navigation-tree-item-opened-child-selected {
	background: url('/i/arrow_right_gray.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding: 5px;
	width: 160px;
	margin-left: 10px;
}

.navigation-tree-item-opened-child-selected a {
	width: 160px;
	color: #ed1651;
	text-decoration: none;
	padding: 2px;
	display:block;
}


.navigation-tree-item-opened-subchild {
	padding: 7px;
	width: 170px;
	margin-left: 20px;
}

.navigation-tree-item-opened-subchild:hover a {
	color: white;
	width: 155px;
	overflow:hidden;

	
}

.navigation-tree-item-opened-subchild:hover {
	background-color: #ed1651;
	width: 155px;
	overflow:hidden;
	
}

.navigation-tree-item-opened-subchild a {
	width: 160px;
	color: #666666;
	text-decoration: none;
	padding: 5px;
}



.navigation-tree-item-opened-child-sitemap {
	width: 270px;
	color: #666666;
	text-decoration: none;
	padding: 5px;
	
}


.navigation-tree-item-opened-child-sitemap a {
	width: 270px;
	color: #666666;
	text-decoration: none;
	padding: 5px;
}

.navigation-tree-item-opened-subchild-sitemap {
	padding: 7px;
	width: 250px;
	margin-left: 20px;
}





.navigation-tree-item-opened-subchild-sitemap a {
	width: 250px;
	color: #666666;
	text-decoration: none;
	padding: 5px;
}



.navigation-tree-item-opened-subchild-selected {
	background: url('/i/arrow_right_light_gray.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding: 7px;
	width: 146px;
	margin-left: 20px;
}

.navigation-tree-item-opened-subchild-selected a {
	width: 160px;
	color: #ed1651;
	text-decoration: underline;
	font-weight: bold;
	padding: 5px;
}

.navigation-tree-item-img {
	padding: 5px;
	width: 170px;
}

.navigation-tree-line {
	width: 180px;
	height: 1px;
	background-color: #7f7f7f;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navigation-tree-line-pink {
	width: 180px;
	height: 1px;
	background-color: #ed1651;
	margin-top: 5px;
	margin-bottom: 0px;
}

.navigation-tree-line-dotted {
	width: 180px;
	height: 1px;
	background-color: white;
	border-bottom: 1px dotted #ededee;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

.navigation-tree-item a:hover {
	color: white;
	background-color: #ed1651;
	color: white;
}

#content {
	width: 750px;
	float: left;
}

#quick-links {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#slider {
	display: none; 
	margin-right: 20px; 
	position: relative;
	margin-top: -20px;
	margin-bottom: 10px;
}
#slider a {
	text-decoration: none;
	color: #000000;
}
#banner {
	float: left;
}

#services {
	float: left;
	margin:-14px 10px 0 0;
}

#services #line {
	width: 390px; 
	height: 1px; 
	background-color: #cccccc; 
	margin-bottom: 10px;
}

#services a {
	text-decoration: none; 
}
#poll {
	float: left;
	margin:-14px 0 0 0;
}

#poll #line {
	width: 280px; 
	height: 1px; 
	background-color: #cccccc; 
	margin-bottom: 10px;
}

#poll #results {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 280px; 
	padding-right: 20px; 
	text-align: right; 
}

#poll #dotted-line {
	width: 280px; 
	height: 1px; 
	border-bottom: 1px dotted gray; 
}

#poll #links {
	margin-top: 10px;
	float: left;
	width: 190px;
	
}

#poll #links a {
	color: #7f7f7f;
	text-decoration: underline;
	font-size: 11px; 
}

#poll #links a:hover {
	color: #ed1651;
}

#poll #vote {
	text-align: right;
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.title {
	color: #ed1651;
	font-weight: bold;
}

.text-content {
	color: #7f7f7f;
	margin-top: 10px;
}


#footer {
	margin-top: 10px;
	width: 960px;
	height: 142px;
	background: url("/i/footer_elements/footer-bgr.jpg");
}

#footer-left {
	padding-top: 20px;	
	width: 357px;
	color: #797979;
	margin-right: 50px;
	float: left;
}

#footer-right {
	float: left;
	margin-top: 10px;
}

#footer-right a{
color:#000;
}
#footer-right a:hover{
	text-decoration:none;
	color:#ed1651;
}


#footer #footer-right #footer-menu {
	padding-top: 2px;
}

#footer #footer-right #footer-menu a{
	text-decoration: none;	
	color: #ed1651;
	margin-top: 5px;
	font-size: 11px;
	text-transform: lowercase;
}

#footer #footer-right #footer-menu  a:hover {
	text-decoration: underline;
}

#footer #footer-right a:hover {
	text-decoration: underline;
	color: #ed1651;
}

.footer-menu-item {
	float: left;
	margin: 0 4px 0 4px;
}

.footer-menu-dot {
	float: left;
	padding-top: 4px;
}

#footer #footer-right #footer-submenu {
	width: 505px;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#footer #footer-right #footer-submenu a {
	color: black;
	text-decoration: none;
}

#footer #footer-right #footer-submenu a:hover {
	color: #ed1651;
	text-decoration: underline;
}

#footer-contacts {
	font-size: 11px;
}

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

#news-list a {
	text-decoration: none;
}
#news-list a:hover {
	color: #ed1651;
}

.news_item {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 11px !important;
	min-height: 90px;
}

.news_item:hover {
	background-color: #f2f2f2;
}


.news_item a:hover {
	color: #ed1651;
}

.news_date {
	font-size: 10px;
	margin-top: 5px;
}

.news_text {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 16px;
}

.news_whole {
	width: 110px;
}

.news_pic {
	float: left; 
	border: 1px solid #ed1651; 
	margin-right: 10px;
}

.news_pic_big {
	float: right; 
	border: 1px solid #ed1651; 
	margin: 5px;
}

.arrow {
	background: url('/i/arrow_right.png'); 
	background-position: 97% 70%; 
	background-repeat: no-repeat; 
	padding-right: 10px;
	text-decoration: underline;
}

#news-detail a {
	text-decoration: none;	
}

#news-detail a:hover {
	color: #ed1651;
}

.galleries-item {
	width: 355px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
}

.galleries-item:hover {
	background-color: #f2f2f2;
}

.galleries-item a:hover {
	color: #ed1651;
}

.galleries-pic {
	float: left; 
	border: 1px solid #ed1651; 
	margin-right: 10px;
}

.galleries-item-info {
	float: left;
}

.galleries-item-inside {
	padding: 10px;
}

.galleries_date {
	font-size: 10px;
	margin-top: 5px;
}

.galleries_text {
	margin-top: 5px;
	font-size: 12px;
}

.galleries_whole {
	margin-top: 10px;
	width: 110px;
}

.gallery-pic-item {
	float: left; 
	border: 1px solid #ed1651; 
	margin-right: 17px;
	margin-bottom: 17px;
}

.handle {
	 padding-right: 10px;
	 float: left;
}

.slider-arrow {
	position: absolute; 
	margin-top: 200px; 
	margin-left: -12px;
	display: none;
}

.news_footer_paging{
	font-size:10px;
	font-weight:regular;
	font-family:Verdana;
	color:#000;
}


.line-dotted {
	width: 97%;
	height: 1px;
	background-color: white;
	border-bottom: 1px dotted #939598;
	margin-top: 5px;
	margin-bottom: 5px;
}

.index-img-text {
	width: 250px;
	height: 50px;
	border: 0px solid black;
	position: absolute;
	top: 190px;
	left: 10px;
	background: url('/i/index_img_bckgr.png');
	color: white;
}

.index-img-text-inside {
	padding: 10px;
}

.municipality-team-member {
	float: left;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
}

.title-a{
color: #ed1651;font-weight: bold;text-decoration:none;
}

.kare-inside {
	padding-left: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px;
}

.autogenerated-form td {
	vertical-align: top;
	
}
.autogenerated-form input,select,textarea {
	border: 1px solid  #ed1651;
	background-color: #F2F2F2;
}

.autogenerated-form input[type=text] {
	width: 230px;	

}

.autogenerated-form input[type=image] {
	border: 0px solid black;
}

.autogenerated-form input[type=reset] {
	border: 0px solid black;
	background-image:url('/i/reset.png');
	width:100px;
	height:27px;
	padding:13px 0 0 0;
}

.autogenerated-form textarea {
	width: 380px;
	height: 100px;
}

.static-a a{
color:#000;
}

.static-a a:hover{
color:#ed1651;
}

th { padding: 5px; text-align: left; }
h1 { font-size: 1.2em; }
td { padding: 3px; }
.gray-right { text-align: right; color: #7e7e7e; }

