/* Hardi K&otilde;vamees, Exact Media, 2007 */

/* intro */
html * {
  margin: 0;
}
html, body {
	margin: 0;
	padding: 0;
}

/* basic layout */
div#container {
	width: 760px;
	margin: 0 auto;
}
div#header {
	height: 68px;
	width: 100%;
	padding: 0;
}
div#menubar {
	height: 29px;
	margin: 3px 0;
	width: 100%;
}
div#content {
	width: 510px;
	float: right;
}
div#sidemenu {
	width: 160px;
	float: left;
}
div#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
}

/* details */
body {
	background: #FFFFFF url(img/body.jpg) repeat 50% 0%;
	color: #454545;
	font: 11px/1.6em tahoma, "sans serif";
	cursor: default;
}
a {
	color: #a40404;
}
div#container {
	padding: 0 14px;
	background: url(img/background_container.gif) repeat-y 50% 0%;
}
div#header {
	background: url(img/background_header.jpg) no-repeat 50% 0%;
	text-align: right;
	}
	div#header * {
		vertical-align: middle;
	}
	div#header a#logolink {
		display: block;
		float: left;
		height: 68px;
		width: 200px;
		margin-bottom: -68px;
	}
	div#header div#searchbox {
		float: right;
		margin: 10px 10px 0 0;
	}
		div#searchbox input#searchtext {
			border: 2px inset #8d4e4e;
		}
		div#searchbox input#searchbutton {
			width: 45px;
			height: 21px;
			background: url(img/button_search.jpg) no-repeat 50% 50%;
			color: #c6a7a7;
			border: 0px;
			font-size: 10px;
		}
	div#header div#languages {
		float: right;
		margin: 15px 5px 0 0;
	}
		div#languages a {
			color: #c6a7a7;
			text-decoration: none;
			padding: 5px 4px;
		}
		div#languages a:hover, div#languages a.active {
			background: url(img/lang_hover.jpg) no-repeat 0% 50%;
			text-decoration: none;
			padding: 5px 4px;
			color: #c6a7a7;
		}
	div#header a#sitemap {
		display: block;
		float: right;
		clear: both;
		background: url(img/sitemap_icon.jpg) no-repeat 0% 50%;
		padding-left: 20px;
		height: 25px;
		line-height: 25px;
		color: #c6a7a7;
		text-decoration: none;
		margin-right: 10px;
	}
	div#header a#sitemap:hover {
		text-decoration: underline;
	}
div#menubar {
	background: transparent url(img/menubar.jpg) no-repeat 50% 50%;
}
	div#menubar ul {
		margin: 0 10px;
		padding: 0;
		list-style: none;
	}
	div#menubar ul li {
		float: left;
		padding-left: 5px;
	}
	div#menubar ul a {
		display: block;
		float: left;
		height: 29px;
		line-height: 28px;
		color: #FFFFFF;
		text-decoration: none;
		padding: 0 10px 0 5px;
		font-weight: bold;
	}
	div#menubar ul a:hover {
		text-decoration: underline;
	}
	div#menubar ul li.active {
		background: url(img/menubar_hover.jpg) no-repeat 0% 100%;
	}
		div#menubar li.active a {
			color: #330000;
			background: url(img/menubar_hover.jpg) no-repeat 100% 100%;
		}
		div#menubar li.active a:hover {
			text-decoration: none;
		}

/* ======== SIDEMENU ======= */
div#sidemenu {
	margin: 20px 0 0 15px;
}
div#sidemenu ul {
	background: url(/img/sidemenu_border.jpg) no-repeat 100% 0%;
	margin: 0;
	padding: 1px 0 0 0;
	list-style: none;
}
div#sidemenu ul a {
	background: url(/img/sidemenu_border.jpg) no-repeat 100% 100%;
	display: block;
	height: 20px;
	text-decoration: none;
	color: #a40404;
	padding-left: 20px;
}
div#sidemenu ul a:hover {
	text-decoration: underline;
}
div#sidemenu ul a.active {
    font-weight: bold;
    height:auto;
    color: #666;
    background: #faf5ec url(/img/sidemenu_point.jpg) no-repeat 10px 50%;
    border-bottom: 1px solid #e4b3b3;
    border-left: 1px solid #e4b3b3;
    border-right: 1px solid #e4b3b3;
    border-top: 1px solid #e4b3b3;
    margin-top: -1px !important; margin-top: 0px;
}
div#sidemenu ul ul {
	background: url(/img/sidemenu_border.jpg) no-repeat 100% 100%;
	padding-bottom: 10px;
}
div#sidemenu ul ul a {
	background: transparent;
	padding-left: 30px;
}
div#sidemenu ul ul a.active {
    padding-left: 30px;
    background: transparent;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}
div#sidemenu ul ul a:active {
	text-decoration: underline;
}

/* ======== CONTENT ======= */
div#content {
	margin: 0 10px 0 0;
}
	div#content h1 {
		font: 2.5em/1 times, serif;
		color: #600;
		margin: 20px 0 10px 0;
	}
	div#content h2, div#content h3 {
		font: 1em/1em tahoma, "sans serif";
		font-weight: bold;
		margin: 15px 0 5px 0;
		color: #a40404;
	}
div#footerline {
	clear: both;
	border-bottom: 1px solid #CCC;
	margin: 0 auto;
	width: 700px;
	height: 10px;
}
div#footer {
	clear: both;
	width: 780px;
	margin: 0 auto;
	background: url(img/footer.png) no-repeat 50% 100%;
	height: 50px;
  text-align: center;
}
	div#footer a {
		color: #b97474;
	}
/* IE PNG FIX */
div#footer {
	behavior: url(iepngfix.htc);
}
/* uudised */
#news {
	padding: 0;
	margin: 1em 0 0 0;
	line-height: normal;
	border-bottom: 1px solid #fbf8f4;
}
#news dt {
	padding: 3px 0 3px 10px;
	background: url(bullet01.gif) 0 7px no-repeat;
	border-top: 1px solid #fbf8f4;
}
#news dt a {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
#news dt a:hover {
	text-decoration: underline;
	color: #C00;
}
#news dt span {
	float: right;
	color: #777;
}
#news dd {
	padding: 0 0 10px 10px;
	margin: 0;
	line-height: 16px;
}
p.pages {
	margin-top: 10px;
	text-align: center;
}
	p.pages a {
		margin: 0 5px;
	}
	p.pages a.active {
		text-decoration: none;
	}
/* sisuelemendid */
ul {
	list-style: disc;
	margin: 5px 0px 5px 10px;
	padding-left: 15px;
}
table {
	width: 100%;
}
	table th {
		text-align: left;
		padding: 2px 10px;
	}
	table td {
		padding: 2px 10px;
	}
	table tr.even {
		background: #ebebeb;
	}

/* sitemap */
ul.sitemap {
	padding: 0;
	margin: 1em 0 0 0;
	line-height: normal;
}
ul.sitemap a {
	text-decoration: none !important;
	color: #444;
}
ul.sitemap a:hover {
	text-decoration: underline !important;
	color: #C00;
}
ul.sitemap ul {
	padding: 0;
	margin: 0.5em 0;
}
ul.sitemap li {
	margin: 0;
	padding: 0 0 0 20px !important;
	background: url(bullet03.gif) 8px 7px no-repeat !important;
	list-style: none;
	font-weight: bold;
}
ul.sitemap li li {
	font-weight: normal;
}
ul.sitemap li li li {
	font-weight: normal;
	font-size: 10px;
}

/* vormielemendid */
ol.form {
	margin: 0;
	padding: 0;
	line-height: normal;
	list-style: none;
}
	ol.form li {
		border-bottom: 1px solid #CCC;
		line-height: 1.8em;
		padding: 3px 0px;
		margin: 0px 10px;
	}
	ol.form label {
		display: block;
		float: left;
		vertical-align: top;
		width: 30%;
		text-align: right;
		margin-right: 5px;
	}
	ol.form input {
		margin: 0;
		padding: 0;
	}
              ol.form input {
			width: 60%;
		}
		ol.form input.max {
			width: 60%;
		}
		ol.form input.norm {
			width: 45%;
		}
		ol.form input.small {
			width: 25%;
		}
		ol.form input.min {
			width: 10%;
		}
		ol.form input.date, ol.form input.time {
			width: 70px;
		}
		ol.form input.disabled {
			background: #ebebeb;
			color: #868686;
		}
		ol.form .error {
			color: #C00;
		}
		ol.form label em {
			text-decoration: none;
			font-weight: bold;
			color: #C00;
		}
	ol.form textarea {
		width: 60%;
	}
	ol.form li fieldset {
		border: 0px;
	}
		ol.form li fieldset label {
			display: inline-block;
			margin: 0px 0px 0px 145px;
		}
		ol.form li fieldset input {
			vertical-align: middle;
		}
	p.actions {
		text-align: right;
		padding: 5px 10px;
	}
	fieldset input.button {
		border: 1px outset #ebebeb;
		padding: 1px 10px;
		overflow: visible;
		background: #dadada;
		color: #000;
		cursor: pointer;
		font-weight: bold;
		margin: 0 10px 0 5px;
		font-size: 12px;
	}
	fieldset input.disabled {
		border: 1px outset #EFEFEF;
		background: #fff;
		color: #a5a5a5;
}

P.actions INPUT,
P.actions BUTTON { border: 1px outset #ebebeb;
		padding: 1px 10px;
		overflow: visible;
		background: #dadada;
		color: #000;
		cursor: pointer;
		font-weight: bold;
		margin: 0 10px 0 5px;
		font-size: 12px; }
P.actions .disabled { border: 1px outset #EFEFEF;
		background: #fff;
		color: #a5a5a5; }







