/** fB 27.10.2010 **/

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym {
    border:0;
}
/* /reset */

* {
    font-family: "Lucida Grande", Arial, Verdana, Tahoma; /* lucida grande on Maci peal ilusam, kui m�ni muu font. Win eirab seda tavaliselt */
}
body {
    background: #e8e7e7 url(../images/bg.jpg) 0 0 repeat-x;
    font-size: 62.5%; /* 10px */
    line-height: 1.5em;
    color: #333132;
}
body.advanced-search {
    background: #fff url(../images/bg-search.gif) 0 -100px repeat-x;
}
p {
    margin: 1em 0;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
a img, img {
    border: none;
}
a:link/*, a:visited*/ {
    color: #016aa6;
    text-decoration: none;
    border-bottom: 1px solid #aed3e8;
}

a:visited {
    text-decoration: none;
    border-bottom: 1px solid #aed3e8;
}

a:hover, a:focus, a:active {
    color: #016aa6;
    text-decoration: none;
    border-bottom: 1px solid #016aa6;
}
h1 {
    font-weight: bold;
    font-size: 2.4em;
    color: #093057;
}
h1.eng {
    font-size: 1.8em;
}
h1.rus {
    font-size: 1.7em;
}
h2 {
    margin: 0 0 .5em;
    font-size: 2em;
    line-height: 1em;
    font-weight: bold;
    color: #093057;
}
h3 {
    color: #093057;
    margin: 1em 0;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
}
h4, h5, h6 {
    margin: 1em 0;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: bold;
    color: #333333;
}
label {
    font-weight: bold;
}
table {
    width: 100%;
    margin-bottom: 1em;
/*	border-bottom: 2px solid #4782ac;
*/
}
th, td {
    text-align: left;
    vertical-align: top;
    padding: 5px 0 5px 5px;
}

#calendar {
    margin: 5px;
}
#calendar table {
    width: 100%;
    border-bottom: none;
    font-size: inherit;
}
#calendar td {
    text-align: left;
    vertical-align: top;
    padding: 3px 7px;
}

/* f��nsi vigur
ul {
    list-style: none;
}
ul li:before {
    content: '\2219';
    display: inline;
    width: 1em;
    padding-right: 5px;
    text-align: left;
}

ol {
    list-style: none;
    counter-reset: counter;
}
ol li:before {
    content: counter(counter)". ";
    counter-increment: counter;
    display: inline;
    width: 1em;
    padding-right: 5px;
    text-align: right;
}
*/
input, button, textarea {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    outline: none;
}
input[type="submit"]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner  {
    border: 0;
}

hr {
    border: none 0;
    border-top: 1px solid #dad9d9;
    height: 1px;
    margin: 2em 0;
}


/* classes */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear-left:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}

.left {
    float: left;
}
.right {
    float: right;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

.top {
    margin-bottom: 0 !important;
}
.bottom {
    margin-top: 0 !important;
}

/* float: left-ga LI-de keskele joondamine */
.list-center {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}
.list-center ul, .list-center ol {
    list-style: none;
    position: relative;
    left: 50%;
}
.list-center li {
    float: left;
    position: relative;
}

.hidden {
    display: none;
}

.padding {
    padding: 15px;
}
.nomargin {
    margin: 0;
}

/* text-to-image */
.fake {
    height: 0;
    overflow: hidden;
}
a.fake {
    display: inline-block;
    height: 0;
    overflow: hidden;
}
input.button, button.fake {
    border: 0;
    text-indent: -1000em;
}

.bold {
    font-weight: bold !important;
}
.normal {
    font-weight: normal !important;
}
.italic {
    font-style: italic !important;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.row {
    margin: 0;
}

.newsletterField {
  float: right;
}

.row label {
    line-height: 2em;
}
.cell1 {
    /*width: 24%;*/
    margin-right: 1%;
    float: left;
}
.cell2 {
    width: 75%;
    float: left;
}
.cell3 {
    width: 150px;
    margin-right: 5px;
    float: left;
}
.cell4 {
    width: 75%;
    float: left;
}
.cell5, .cell8 {
    width: 20%;
}
.cell6 {
    width: 30%;
}
.cell7, .cell9 {
    width: 15%;
}
.cell10 {
    width: 140px;
    float: left;
    margin-right: 5px;
}
.cell11 {
    width: 240px;
    float: left;
}
.cell12 {
    width: 175px;
    float: left;
    margin-right: 5px;
}
.cell13 {
    width: 170px;
}
.cell14 {
    width: 200px;
}
.cell15 {
    width: 120px;
}
.cell16 {
    width: 19%;
    margin-right: 1%;
    float: left;
}

.linklist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.linklist li {
    float: left;
    margin: 0 5px 0 0;
}

.active {
    font-weight: bold;
}

.button-l {
    width: 272px;
    height: 57px;
    line-height: 50px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}
.button-l a {
    border: none;
    padding-right: 20px;
}
.button-l a:link, .button-l a:visited {
    color: #f9f8f8;
}
.button-l a:hover, .button-l a:focus, .button-l a:active {
    color: #ffffff;
}
.button-orange {
    background: transparent url(../images/bgs-button.png) no-repeat 0 0;
}
.button-blue {
    background: transparent url(../images/bgs-button.png) no-repeat 0 -57px;
}

.required {
    color: #fa6400;
    font-weight: bold;
    font-size: 1.5em;
}
.question {
    height: 18px;
    width: 17px;
    background: transparent url(../images/ico-question.gif) no-repeat 0 0;
    text-align: center;
    color: #fa6400;
    font-weight: bold;
}

select {
    background: transparent url(../images/bg-input-1000.gif) 0 0 no-repeat;
    border: 1px solid #b2b2b2;
    width: 351px;
}
.select-m {
    background: transparent url(../images/bg-input-1000.gif) 0 0 no-repeat;
    width: 140px;
}
.select-l {
    background: transparent url(../images/bg-input-1000.gif) 0 0 no-repeat;
    width: 170px;
}

input[type=submit], input[type=button] {
    border: none;
    padding: 3px 6px;
    color: #ffffff;
    font-weight: bold;
}

/* css3 */
input[type=submit], input[type=button] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background: #fd8c4a url(../images/bg-button.png) 0 0 repeat-y;
    background: -moz-linear-gradient(100% 100% 90deg, #fd8c4a, #ff360c);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd8c4a), to(#ff360c));
}
input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus {
    background: -moz-linear-gradient(100% 100% 90deg, #ff360c, #fd8c4a);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff360c), to(#fd8c4a));
}

input[type=submit].disabled, input[type=button].disabled {
        background: #858585 url(../images/bg-button-disabled.png) 0 0 repeat-y;
        background: -moz-linear-gradient(100% 100% 90deg, #858585, #a3a3a3);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#858585), to(#a3a3a3));
}


.s {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

th {
    background-color: #407ea9;
    color: #FFFFFF;
    font-weight: bold;
}
.even td {
    background-color: #ebebec;
}
.sum td {
    color: #093057;
    font-weight: bold;
    border-top: 2px solid #407ea9;
    background-color: #e2e7eb;
}

/* structure */
.wrap {
    font-size: 1.2em; /* 12px */
    line-height: 1.4em;
    width: 989px;
    margin: 0 auto;
}

    #header {
	height: 92px;
	padding: 0 30px;
	background: #347AAB url(../images/bg-header.jpg) 0 0 no-repeat;
    }
	#header a:link, #header a:visited {
	    color: #d9dadb;
	    border: none;
	}
	#header a:hover, #header a:focus, #header a:active {
	    color: #5cbafc;
	    border: none;
	}

	#header .active:link, #header .active:visited, #header .active:hover, #header .active:focus, #header .active:active {
	    color: #5cbafc;
	    border: none;
	    font-weight: normal;
	}

	#header .linklist li {
	    margin: 0 10px 0 0;
	    padding-right: 10px;
	    border-right: 1px solid #ffffff;
	}
	#header .linklist li:last-child {
	    border: none 0;
	    padding-right: 0;
	    margin-right: 0;
	}
	#header .linklist li.last {
	    border: none 0;
	    padding-right: 0;
	    margin-right: 0;
	}

	    #header .linklist sup {
		position: absolute;
		bottom: 5px;
		right: -5px;
	    }

	#firstbox {
	    background: transparent url(../images/bg-stars.png) 100% 0 no-repeat;
	    padding: 10px 30px 0 0;
	}
	#secondbox {
	    padding: 10px 0 0 0;
	}

	#lang a, #lang .active {
	    font-weight: bold !important;
	}

	h1 {
	    padding:  25px 0;
	}
	h1 a:link, h1 a:visited, h1 a:hover, h1 a:focus, h1 a:active {
	    color: #ffffff !important;
	    border: none;
	    text-decoration: none;
	}

	#header .searchbox {
	    text-align: right;
	    margin: 20px 0;
	}
	.s {
	    border: 1px solid #a9abac;
	    border-right: 1px solid #a9abac;
	    border-bottom: 1px solid #dfe0e1;
	    padding: 2px;
	    width: 166px;
	    background-position: 2px 3px;
	    background-repeat: no-repeat;
	}

    /* // #header */

    #nav {
	background-color: #003044;
	padding: 10px;
    }
	#nav li {
	    margin-right: 10px;
	    padding-right: 10px;
	    border-right: 1px solid #ffffff;
	}
	#nav li:last-child {
	    margin-right: 0;
	    padding-right: 0;
	    border-right: none 0;
	}
	    #nav a {
		display: block;
		font-weight: bold;
		font-size: 1.2em;
		padding: 2px 4px;
	    }
	    #nav a:link, #nav a:visited {
		color: #ffffff;
		text-decoration: none;
		border: none;
	    }
	    #nav a:hover, #nav a:focus, #nav a:active {
		color: #42badc;
		text-decoration: none;
		border: none;
	    }

	    #nav .active:link, #nav .active:visited , #nav .active:hover, #nav .active:focus, #nav .active:active {
		color: #42badc;
		text-decoration: none;
		border: none;
	    }
    /* // #nav */

    #frontpage {
	padding: 210px 20px 20px;
	/*background: #ffffff url(../images/bg-front.png) 0 0 no-repeat;*/
	background: #fff;
	position: relative;
    }
	#frontpage .box {
	    width: 280px;
	    margin-left: 20px;
	    padding-right: 20px;
	    border-right: 1px solid #b3b3b3;
	}
	#frontpage .box:last-child {
	    margin-right: 0;
	    padding-right: 0;
	    border-right: none 0;
	}
	    #frontpage h2 {
		height: 2.5em;
		font-size: 1.5em;
	    }
	    #frontpage .inline {
		height: auto;
		font-size: 1.5em;
		margin: 1.5em 0 1em;
	    }

	    #frontpage .button-l {
		position: absolute;
		bottom: 10px;
		left: 10px;
	    }

	    #frontpage .datelist {
		margin: 1em 0;
	    }
		#frontpage .datelist li {
		    margin: 1em 0;
		}
		    #frontpage .datelist p {
			margin: 0;
		    }
		    #frontpage .datelist .date {
			font-weight: bold;
		    }

		    #frontpage .news .date {
			color: #093057;
			font-weight: normal;
		    }

    /* edit mj 101214 */
    .box-container {
	overflow: hidden;
	position: relative;
	zoom: 1;
    }
    #frontpage .box {
	margin-bottom: -2000px;
	padding-bottom: 2000px;
    }
    #frontpage .box-left .button-l {
	left: 30px;
    }
    #frontpage .box-center .button-l {
	left: 350px;
    }

    .front-banner {
	height: 190px;
	position: absolute; top: 0; left: 0;
	width: 989px;
    }
	.front-baner img {
	    display: block;
	    position: absolute; top: 0; left: 0;
	}
	.front-banner .logos {
	    background: transparent url(../images/front-banner-logos.png) no-repeat 0 0;
	    height: 190px;
	    position: absolute; top: 0; right: 0;
	    width: 630px;
	}
	.front-banner .cover {
	    background: url(../images/front-banner-cover.png) no-repeat 0 0;
	    height: 71px;
	    position: absolute; bottom: 0; left: 0;
	    width: 989px;
	}

    .banner-overlay {
	background: #fff;
	opacity: 0.9;
	padding: 15px 15px 5px 13px;
	position: absolute; top: 35px; left: 0;
	width: 240px;
    }
	.banner-overlay img {
	    display: block;
	    margin: -5px 0 5px -3px;
	}
    /* end edit mj 101214 */

    .content-wrap {
	background: #ffffff url(../images/bg-sidebar.gif) 0 0 repeat-y;
	overflow: hidden;
    }
    .forum {
	background: #fff;
    }

	#content {
	    padding-bottom: 100px;
	    width: 700px;
	}
	    #content ul {
		list-style: url(../images/ico-star.gif) outside;
		margin-top: 1em;
		margin-left: 1.5em;
	    }

	    #content ol {
		margin: 1em 0;
		list-style: inside decimal;
	    }

	    #content input[type=text] {
		border: 1px solid #b2b2b2;
		padding: 2px 2px 1px;
		font-size: 1em;
	    }
	    #content .input-l {
		width: 280px;
		border: 1px solid #b2b2b2;
		padding: 2px;
		background: #ffffff url(../images/bg-input-1000.gif) 0 0 no-repeat;
		font-size: 1em;
	    }
	    #content .input-m {
		width: 145px;
		background: #ffffff url(../images/bg-input-1000.gif) 0 0 no-repeat;
	    }
	    #content .input-s {
		width: 86px;
		background: #ffffff url(../images/bg-input-1000.gif) 0 0 no-repeat;
	    }

	    #content textarea {
		width: 520px;
		height: 169px;
		border: 1px solid #b2b2b2;
		padding: 2px;
		background: #ffffff url(../images/bg-textarea-l.gif) 0 0 no-repeat;
		font-size: 1em;
		resize: vertical;
	    }

	    #content .cell2 p {
		position: relative;
		margin: 0;
		float: left;
	    }
		#content .question {
		    position: absolute;
		    right: -25px;
		    top: 1px;
		    display: inline-block;
		    cursor: help;
		}

	    #content .cell2 .button {
		margin: 0 35px 0 30px;
	    }


	    #breadcrumb {
		list-style: none !important;
		margin: 10px 0 30px !important;
		font-size: .9em;
	    }
		#breadcrumb a {
		    /*padding-right: 15px;
		    background: transparent url(../images/icos-arrow.gif) 100% -196px no-repeat;*/
		    border: none;
		}
		#breadcrumb a:link, #breadcrumb a:visited {
		    border: none;
		}
		#breadcrumb a:hover, #breadcrumb a:focus, #breadcrumb a:active {
		    border-bottom: 1px solid #016aa6;
		}
		
		#breadcrumb .cr {
		    font-size: 1.2em;
		    line-height: 1;
		}

	    #content h2, #content .with-tools {
		width: 80%;
		float: left;
		margin-top: 0;
	    }
	    #content .tools {
		/*width: 25%;*/
		float: right;
		font-size: .9em;
		text-align: right;
	    }
		#content .tools ul {
		    float: right;
		    list-style: none !important;
		    margin: 0 !important;
		}
		    #content .tools ul {
			float: right;
		    }
			#content .tools li {
			    margin-right: 10px;
			}
			#content .tools li:last-child {
			    margin-right: 0;
			}

			#content .tools .print {
			    padding-right: 20px;
			    background: transparent url(../images/icos-tools.gif) 100% 0 no-repeat;
			}
			#content .tools .mail {
			    padding-right: 20px;
			    background: transparent url(../images/icos-tools.gif) 100% -20px no-repeat;
			}

	    .tagbox {
		display: inline-block;
		border: 1px solid #dad9d9;
		margin: 0 1em 1em 0;
	    }
		.tagbox .title {
		    display: inline-block;
		    padding: 4px 6px;
		    background-color: #fa6400;
		    color: #ffffff;
		    font-weight: bold;
		}
		.tagbox .tags {
		    display: inline-block;
		    padding: 4px 6px;
		}

	/* lehed */
	#content {
	    position: relative;
	}

	#content .contacts {
	    list-style: none;
	}

	    #content .contacts li {
		float: left;
		width: 33%;
	    }

	#content form {
	    display: block;
	    margin: 10px 0 30px;
	}
	    #content form .row {
		margin: 1.5em 0;
	    }

	#content .searchbox {
	    margin: 10px 0;
	}

	    #content .searchbox .s {
		width: 380px;
	    }

	#content .sortable {
	    padding-right: 15px;
	}
	#content .sortable:link, #content .sortable:visited, #content .sortable:hover, #content .sortable:focus, #content .sortable:active {
	    color: #ffffff;
	    border: none;
	}
	#content .sort-up {
	    background: transparent url(../images/icos-arrow-vert.png) 100% 6px no-repeat;
	}
	#content .sort-down {
	    background: transparent url(../images/icos-arrow-vert.png) 100% -39px no-repeat;
	}

	#content .search-results {
	    list-style: url(../images/ico-star.gif) outside;
	    margin-top: 2em;
	    margin-left: 1.5em;
	}
	    #content .search-results .link {
		margin-bottom: 0;
	    }
	    #content .search-results .description {
		margin-top: 0;
	    }
	    #content .search-results .date {
		margin-top: 0;
		font-style: italic;
		color: #737272;
	    }

	#content .pager {
	    list-style: none;
	    font-weight: bold;
	    margin: 50px 0 2em;
	}
	    #content .pager .previous {
		padding-left: 10px;
		background: transparent url(../images/icos-arrow.gif) 0 -272px no-repeat;
		border: none;
	    }
	    #content .pager .next {
		padding-right: 10px;
		background: transparent url(../images/icos-arrow.gif) 100% -387px no-repeat;
		border: none;
	    }
	    #content .pager a {
		padding: 0 5px;
	    }

	    #content .pager .active:link, #content .pager .active:visited {
		background-color: #fa6400;
		border: none;
		color: #ffffff;
	    }
	    #content .pager .active:hover, #content .pager .active:focus, #content .pager .active:active {
		background-color: #fa6400;
		border: none;
		color: #ffffff;
	    }
	.sitemap {
	    list-style: none !important;
	    margin-left: 0 !important;
	    line-height: 1.5em;
	}
	    .sitemap ul {
		margin: 1em 0 1em 2em !important;
		list-style: outside disc;
	    }
	    .sitemap li a {
		display: inline-block;
		padding-left: 10px;
		background: transparent url(../images/icos-arrow.gif) 0 3px no-repeat;
		border: none;

	    }
	    .sitemap li a:link, .sitemap li a:visited {
		text-decoration: underline;

	    }
	    .sitemap li a:hover, .sitemap li a:focus, .sitemap li a:active {
		text-decoration: underline;
	    }
		.sitemap li ul {
		    list-style: none !important;
		    margin-left: 10px !important;
		}
		.sitemap li ul li a {
		    padding-left: 10px;
		    background: transparent url(../images/icos-arrow.gif) 0 -97px no-repeat;
		}
		    .sitemap li ul li ul li a {
			padding-left: 10px;
			background: transparent url(../images/icos-arrow.gif) 0 -447px no-repeat;
		    }

	#content .datelist {
	    list-style: none;
	    margin: 1em 0 2em;
	}
	    #content .datelist li {
		padding: 5px 0 10px 32px;
		margin: .5em 0;
	    }
	    #content .datelist .info {
	        background: transparent url(../images/icos-datelist.gif) 0 0 no-repeat;
	    }
	    #content .datelist .app {
		background: transparent url(../images/icos-datelist.gif) 0 -79px no-repeat;
	    }
		#content .datelist p {
		    margin: 0;
		    display: inline-block;
		    vertical-align: top;
		}
		#content .datelist p {
		    margin: 0 10px 0 0;
		}
		#content .datelist .link {
		    font-weight: bold;
		}

	#content .calendar {
	    background: transparent url(../images/icos-tools.gif) 0 -50px no-repeat;
	    width: 16px;
	    padding-top: 15px;
	    vertical-align: text-top;
	    border: none;
	}

	#content .specific {
	    margin-right: 1em;
	}


	#content #counties {
	    list-style: none;
	    margin: 1em 0;
	    float: left;
	    margin-right: 10px;
	}
	    #content #counties li {
		margin-right: 1%;
		/*float: left;*/
		list-style: none;
		list-style-image: none;
		margin: .5em 0;
		height: 20px;
	    }
		#content #counties input {
		    vertical-align: middle;
		    margin-right: 5px;
		}
		#content #counties label {
		    font-weight: normal;
		}

	#content .with-meta {
	    margin: 2em 0 .5em;
	}
	#content h4.with-meta {
	    margin: 1em 0 .5em;
	}
	#content .first-meta {
	    margin-top: 1em;
	}
	#content .inline {
	    margin-top: 3em;
	}

	#content .meta {
	    list-style: none;
	    margin: 0 0 1em;
	}
	    #content .meta li {
		border-right: 1px solid #b2b2b2;
		padding-right: 10px;
		margin-right: 10px;
	    }
	    #content .meta li:last-child {
		border-right: none 0;
		padding-right: 0;
		margin-right: 0;
	    }
	    #content .meta .date {
		color: #737272;
		font-style: italic;
	    }

	/* edit mj 101213 */
	.content-sidebar {
	    width: 237px;
	    margin-left: 20px;
	}

	#content #rss-box,
	#content #more-box {
	    width: 225px;
	    margin: 0 0 .5em 1em;
	}
	    #content #rss-box .header,
	    #content #more-box .header {
		background: #426585 url(../images/bg-rss.gif) 0 0 repeat-x;
		margin-bottom: 4px;
		padding: 0 10px;
		color: #ffffff;
		position: relative;
	    }
	    #content #more-box .header {
		background: #426585 url(../images/bg-rss.gif) 0 0 repeat-x;
		margin-bottom: 4px;
		padding: 20px 10px;
		color: #ffffff;
		position: relative;
	    }
		#content #rss-box h3,
		#content #more-box h3 {
		    margin: 0;
		    padding: 20px 30px 0 0;
		    color: #ffffff;
		    position: relative;
		    top: -10px;
		}
		#content #rss-box h3 {
		    background: transparent url(../images/ico-rss.png) 100% 0 no-repeat;
		}
		#content #more-box h3 {
		    background: transparent url(../images/ico-more.png) 92% -5px no-repeat;
		    padding: 25px 30px 20px 0;
		    position: absolute;
		    top: -13px;
		    width: 195px;
		}
	    #content #rss-box .content,
	    #content #more-box .content {
		background-color: #f2f2f2;
		border-bottom: 2px solid #fa6400;
		color: #fa6400;
		padding-top: 1px;
	    }
		#content #rss-box ul {
		    margin: .5em 1em 1em 2em;
		}

	#content #more-box {
	    margin-top: 25px;
	}
	    #content #more-box .content {
		color: #000;
		padding: .5em 1em .5em 1em;
	    }
	    #content #more-box ul {
		margin-left: 1.2em;
	    }
	    #content #more-box li {
		color: #fa6400;
	    }
	    #content #more-box h4 {
		margin-top: 0.5em;
	    }
	    #content #more-box .no-border {
		border-bottom: none;
		margin-bottom: 5px;
	    }
	/* end edit mj 101213 */

	#content .image img {
	    display: block;
	}
	#content .image-left {
	    float: left;
	    margin: .5em 1em .5em 0;
	}
	#content .image-right {
	    float: right;
	    margin: .5em 0 .5em 1em;
	}
	    #content .image .description {
		font-style: italic;
		margin: .5em 0;
		font-size: .9em;
	    }

	.dates dt, 	.dates dd {
	    float: left;
	    font-weight: bold;
	    padding: 5px 10px 5px 0;
	}
	.dates {
	    margin: 2em 0;
	}
	    .dates dt {
		width: 50px;
	    }
		.dates .active {
		    color: #093057;
		    border: none;
		}

	.det-list {
	    margin: 0 0 2em 0
	}
	    .det-list .title {
		width: 145px;
		display: inline-block;
		vertical-align: top;
		font-weight: bold;
	    }
	    .det-list .desc {
		width: 540px;
		display: inline-block;
		vertical-align: top;
	    }


	#leftbar {
	    width: 245px;
	    margin: 0 20px 0 0;
	    padding-bottom: 100px;
	    /*background: #ffffff url(../images/bg-sidebar.gif) 0 0 repeat-y;*/
	    /*padding-bottom: 10000em;
	    margin-bottom: -10000em;*/
	}
	    #leftbar .sidemenu li {
		background: #e1e0e0 url(../images/bg-sidemenu-links.gif) no-repeat 0 100%;
		padding: 10px;
		border-bottom: 2px solid #ffffff;
	    }
	    #leftbar .sidemenu a {
		padding-left: 15px;
		font-weight: bold;
		font-size: 1.2em;
		display: block;
	    }
	    #leftbar .sidemenu a:link, #leftbar .sidemenu a:visited {
		color: #007cc3;
		text-decoration: none;
		border: none 0;
		background: transparent url(../images/icos-arrow.gif) 0 -98px no-repeat;
	    }
	    #leftbar .sidemenu a:hover, #leftbar .sidemenu a:focus,  #leftbar .sidemenu a:active {
		color: #093057;
		text-decoration: none;
		border: none 0;
		background: transparent url(../images/icos-arrow.gif) 0 2px no-repeat;
	    }

	    #leftbar .sidemenu .active:link, #leftbar .sidemenu .active:visited, #leftbar .sidemenu .active:hover, #leftbar .sidemenu .active:focus,  #leftbar .sidemenu .active:active {
		color: #093057;
		background: transparent url(../images/icos-arrow.gif) 0 2px no-repeat;
	    }

		#leftbar .sidemenu ul {
		    margin-top: 15px;
		}

		    #leftbar .sidemenu ul li {
			background: transparent;
			padding: 2px 10px 5px 15px;
			border-bottom: none;
		    }
			#leftbar .sidemenu ul a {
			    padding-left: 15px;
			    font-weight: normal;
			    font-size: 1.0em;
			}
			#leftbar .sidemenu ul a:link, #leftbar .sidemenu ul a:visited {
			    color: #007cc3;
			    text-decoration: none;
			    border: none 0;
			    background: transparent url(../images/icos-arrow.gif) 0 -445px no-repeat;
			}
			#leftbar .sidemenu ul a:hover, #leftbar .sidemenu ul a:focus,  #leftbar .sidemenu ul a:active {
			    color: #093057;
			    text-decoration: none;
			    border: none 0;
			    background: transparent url(../images/icos-arrow.gif) 0 -538px no-repeat;
			}

			#leftbar .sidemenu ul .active:link, #leftbar .sidemenu ul .active:visited, #leftbar .sidemenu ul .active:hover, #leftbar .sidemenu ul .active:focus,  #leftbar .sidemenu ul .active:active {
			    color: #093057;
			    background: transparent url(../images/icos-arrow.gif) 0 -538px no-repeat;
			}

	    #leftbar .banners {
		width: 234px;
		margin: 20px auto;
	    }

		#leftbar .banner {
		    margin: 5px 0;
		}
		#leftbar .banners a {
		    border: none 0;
		}
		#leftbar .banners img {
		    border: 1px solid #c0c0c0;
		}

	/* // #leftbar */

	#rightbar {
	    width: 210px;
	    margin: 0 0 0 10px;
	}

    #footer {
	background-color: #efefef;
	border-top: 2px solid #fa6400;
	padding: 2em;
	font-size: .9em;
	position: relative;
    }
    #footer a {
	font-size:1.1em;
    }
	#footer a:link, #footer a:visited {
	    color: #3b56a6;
	    border: none;
	}
	#footer a:hover, #footer a:focus, #footer a:active {
	    color: #3b56a6;
	    border-bottom: 1px solid #4962ac;
	}

	#linkbox ul {
	    width: 230px;
	}

	#contactbox {
	    width: 200px;
	    padding-left: 20px;
	    margin-left: 10px;
	    border-left: 1px solid #b3b3b3;
	}

	#footer h2 {
	    font-size: 1.5em;
	    color: #707070;
	}
	    #footer .logo {
		position: absolute;
		top: -101px;
		left: 5px;
		border: 1px solid #c0c0c0;

	    }
    /* // #footer */

#poll {
    background-color: #fff;
    border: 1px solid #C0C0C0;
    margin: 6px;
    padding: 0 20px 10px 20px;
    width: 192px;
}
    #poll ol li {
	padding-bottom: 10px;
    }
    #poll h4 {
	margin-top: 1.5em;
    }
    #poll table {
	border: 0;
    }
	#poll table td {
	    border-top: 1px solid #c0c0c0;
	    padding: 6px;
	}
	#poll table .result {
	    color: #fa6400;
	    font-weight: bold;
	    text-align: right;
	}
    #poll label {
	font-weight: normal;
    }
    #poll input[type=radio] {
	vertical-align: text-top;
    }
    #poll .submit {
	padding: 5px 0 10px 0;
	text-align: right;
    }


/* tooltip */
.tooltip {
    width: 245px;
    color: #FFFFFF;
}
.tooltip .header {
    background: transparent url(../images/bg-tooltip-hf.png) 0 0 no-repeat;
    height: 15px;
}
.tooltip .content {
    background: transparent url(../images/bg-tooltip.png) 0 0 repeat-y;
    padding: 1px 20px;
    color: #000000;
}
.tooltip .footer {
    background: transparent url(../images/bg-tooltip-hf.png) 0 100% no-repeat;
    height: 25px;
}

/* Newsletter form */

.newsletter_box {
    width: 245px;
    position: absolute;
    color: #FFFFFF;
    display: none;
    height: 200px;
    top: -1px;
    right: 0;
    z-index: 999;
}

.newsletter_box input[type=text] {
    border: 1px solid #b2b2b2;
    padding: 2px 2px 1px;
    font-size: 1em;
}

.newsletter_box .header {
    background: transparent url(../images/bg-tooltip-hf.png) 0 0 no-repeat;
    height: 15px;
}

.newsletter_box .content {
    background: transparent url(../images/bg-tooltip.png) 0 0 repeat-y;
    padding: 1px 20px;
    color: #000000;
}
.newsletter_box .content p {
    font-size: 11px;
    margin-top: 0;
}

.newsletter_box .footer {
    background: transparent url(../images/bg-tooltip-hf.png) 0 100% no-repeat;
    height: 25px;
}

.bookmark {
    display: none;
}
/*
* Google search
*/
.gsc-branding {
    display: none;
}
/*
.searchbox {
    position: relative;
    float: right;
}
*/
.gsc-clear-button {
    position: absolute;
    top: 3px;
    right: 80px;
}
.gsc-input{
    background-position:2px 3px;
    background-repeat:no-repeat;
    border-color:#A9ABAC #A9ABAC #DFE0E1;
/*	border-style:solid;*/
    border-width:1px;
    padding:3px;
    width:166px;
}
.gsc-input{
    -moz-border-radius:3px 3px 3px 3px;
}

/* send to friend */

#s2f {
    display: none;
    font-size: 12px;
    height: 100%;
    position: fixed; top: 0; left: 0;
    width: 100%;
}
    #s2f .bg {
	background: #000;
	height: 100%;
	opacity: 0.8;
	width: 100%;
    }
    #s2f .content {
	background: #fff;
	/*height: 240px;*/
	margin: -120px 0 0 -210px;
	padding: 30px;
	position: absolute; top: 50%; left: 50%;
	width: 420px;
    }
    #s2f .close {
	background: url(../images/close_modal.png) no-repeat 100% 0;
	border: 0;
	overflow: hidden;
	padding: 0 20px 0 0;
	position: absolute; top: 12px; right: 12px;
    }
    #s2f p {
	margin: 15px 0;
	padding-right: 45px;
	text-align: right;
    }

    .s2f-form {
	padding-top: 16px;
    }
	.s2f-form li {
	    overflow: hidden;
	    padding: 4px 0;
	}
	.s2f-form label {
	    display: block;
	    float: left;
	    font-weight: normal;
	    padding-right: 15px;
	    text-align: right;
	    width: 100px;
	}
	.s2f-form input[type=text] {
	    background: url(../images/bg-input-s2f.png) no-repeat scroll 0 0 #FFFFFF;
	    border: 1px solid #B2B2B2;
	    font-size: 1em;
	    padding: 2px 2px 1px;
	    width: 254px;
	}
	.s2f-form .error {
	    border-color: #ff360c;
	}



/* map */

.advanced-search .wrap {
    margin: 60px 40px;
}
.advanced-search .note {
    padding-top: 10px;
}

.map,
.map-hover,
.map img {
    border: 0;
    height: 450px;
    width: 700px;
}
.map {
    background: url(../images/map_normal.png) no-repeat 0 0;
    position: relative;
}
.map img {
    position: absolute; top: 0; left: 0;
    z-index: 10;
}
.map-hover {
    background: url(../images/map_active.png) no-repeat 0 0;
    position: absolute; top: 0; left: 0;
    z-index: 5;
}

#tooltip {
    position: absolute;
    z-index: 3000;
}

.tip-wrap {
    display: none;
}

.tip-content {
    background: #347aab;
    box-shadow: inset 0 0 20px #20618f;
    color: #fff !important;
    font-size: 1.2em;
    padding: 20px 30px 20px 25px;
    width: 350px;
}
.active {
    display: block;
}
.deactive {
    display: none;
    color: #fff !important;
    font-size: 1.2em;
}
    .tip-content h3 {
	margin: 0 0 10px;
	color: #fff !important;
    }
    .tip-content table {
	margin: 0;
	width: 100%;
    }
    .tip-content td {
	border-bottom: 1px solid #5799c7;
	margin: 0;
	padding: 4px;
	vertical-align: top;
	color: #fff !important;
    }
    .tip-content .last td {
	border: 0;
    }
    .tip-content tr td:first-child {
	padding-right: 10px;
	width: 120px;
}


/* õigusaktid */

.tab-container {
    background-color: #e1e1e1;
    list-style: none !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 2px 0 0;
    width: 100%;
}
    .tab-container li {
	float: left;
    }
    .tab-container li a {
	border: 0;
	border-right: 1px solid #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	max-width: 200px;
	padding: 4px 15px;
    }
    .tab-container li a.active,
    .tab-container .last a {
	border-right: 0;
    }
    .tab-container li a.active {
	background-color: #fff;
	color: #093057;
    }

.tab-submenu {
    list-style: none !important;
    margin: 15px 0 0 15px !important;
}
    .tab-submenu li {
	display: inline;
	margin-right: 20px;
    }
    .tab-submenu li a {
	background: url(../images/tab_submenu_arrows.png) no-repeat 0 2px;
	border: 0;
	padding-left: 12px;
    }
    .tab-submenu li a:hover,
    .tab-submenu li a.active {
	background-position: 0 -27px;
	color: #093057;
	display: inline !important;
    }

.oigusaktid-content {
    margin-top: 50px;
}
    .oigusaktid-content h2 {
	float: none !important;
	font-size: 20px;
	margin-bottom: 15px;
    }
    .oigusaktid-content ul {
	list-style: none !important;
	margin: 0 !important;
	padding-bottom: 20px;
    }
    .oigusaktid-content ul li {
	padding: 10px 12px;
    }
    .oigusaktid-content ul .dark {
	background-color: #ebebec;
    }
    
#skip {
    text-align: left;
    overflow: hidden;
}

    #skip a, #skip a:hover, #skip a:visited {
	position:absolute; left:0px; top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	display: inline-block;
	z-index: 100;
	background: #333;
	color: #fff;
	font-size: 1em;
    }
    
	#skip a:focus, #skip a:active {
	    position:absolute; top: 10px; left: 10px;
	    width: auto;
	    height: auto;
	    padding: 5px 10px;
	} 

.cell11_wider {
    width:310px;
}
