/* 	Stylesheet for http://www.ens.ee 
	Date: 2009 February
*/
body { 
 background: #F0F0F0 url(../IMG/bg_down_white_crosses.gif) bottom left fixed no-repeat;
}
* { 
 margin: 0px; 
 padding: 0px;
 font-family: Verdana, Tahoma, Arial;
 color: #444444;
 font-size: 11px;
}
img { border: 0px 
}
div#bg_gradient{ 
 position: absolute;
 top: 0px;
 left: 0px; 
 background: url(../IMG/bg_top_gray_gradient.png) repeat-x;
 width: 100%; 
 height: 369px; 
}

/** LOGO, LOGO TEKST */
img#logo { 
 position: absolute;
 width: 110px; 
 height: 196px; 
 top: 20px;
 left: 20px; 
}
img#logo_text { 
 position: absolute;
 width: 150px; 
 height: 98px; 
 top: 20px;
 left: 150px;
}

/** KEELEVALIK */
#language { 
 position: absolute;
 width: 169px; 
 height: 11px; 
 top: 20px;
 left: 739px;
 vertical-align: top;
 text-align: left;
}

/** LOGIN JA LOGOUT NUPUD */
p#logout { 
 position: absolute;
 width: 200px; 
 height: 18px; 
 top: 198px;
 left: 708px;
 text-align: right;
 font-size: 9px;
}
p#logout img {
 margin-bottom: -5px;
 height: 18px;
} 

/** LOGINALA */
div#login {
 display: none;
 position: absolute;
 width: 350px; 
 height: 98px;
 top: 118px;
 left: 150px;
 background-color: #E5E5E5;
 overflow: hidden;
 z-index: 1000;
}

/** MENÜÜ */
div#menyy { 
 position: absolute;
 width: 350px; 
 height: 90px; 
 top: 118px;
 left: 150px;
}
div#menyy img {
 margin-bottom: 2px;
}

/** SISU PEALKIRJA PILT */
img#sisu_pealkiri { 
 position: absolute;
 width: 130px; 
 height: 150px;
 top: 236px;
 left: 20px;
}

/** SISUOSA */
#sisu { 
 position: absolute;
 width: 758px; 
 top: 236px;
 left: 150px;
}
#sisu_upper { 
 position: relative;
 background-color: #FFFFFF;
 padding: 4px;
}
#sisu_upper_son { 
 position: relative; 
 background-color: #F5F5F5;
 padding: 13px;
}

#sisu_upper_grandson { 
 position: relative;
 min-height: 350px;
}

#sisu_bottom { 
 position: relative;
 height: 70px; 
 top: 0px;
 left: 0px;
 background: url(../IMG/footer_contacts.png) no-repeat;
 background-position: top left;
}



.inner_table {
	padding: 0px;
	border: 1px;
	border-style: solid;
	border-color: #E8E8E8;
	border-width: 1px;
	width: 100%;
	border-collapse: collapse;
	line-height: 11pt;
}

td {
	padding: 6px;
	vertical-align: top;
}

ul {
	line-height: 12pt;
}

h1 {
	color: #444444;
	font-size: 11px;
	font-style: bold;
}

#table_nimi {
	width: 181px;
}

.table_tookoht {
	width: 189px;
}

.table_esimees {
	width: 185px;
}

.table_asutus {
	width: 310px;
}

.gray_bg {
	background-color: #E8E8E8;
}

.clear_bg {
	background-color: #F5F5F5;
}

.indent_list {
	position: relative;
	left: 25px;
	width: 675px;
	line-height: 12pt;
	margin-top: 2px;
}

a:link {text-decoration: none; color: #016392; font-size: 9px;}
a:visited {text-decoration: none; color: #016392; font-size: 9px;}
a:active {text-decoration: underline; color: #3EC0FF; font-size: 9px;}
a:hover {text-decoration: underline; color: #3EC0FF; font-size: 9px;}

hr.nsep {
	height: 1px;
	background: #e8e8e8;
	border: 0;
	margin: 14px 0;
}



/** VORMIELEMENDID */
form fieldset {
	border: 0;
	padding: 12px;
}
form input, form select {
	outline: none;
	color: #777;
	font-size: 9px;
	font-family: verdana, tahoma, arial;
	padding: 2px 3px 3px 4px;
	border: 1px solid #ccc;
	width: 100px;
}
form select {
	width: 80px;
	margin-left: 5px;
	padding: 1px 3px 2px 4px;
}
form input[type^="submit"] {
	background: #BCE9FE;
	border: 0;
	color: #016392;
	font-weight: bold;
	width: auto;
	cursor: pointer;
}
form fieldset p {
	clear: both;
	margin-top: 5px;
}
form fieldset p i {
	display: block;
	font-style: normal;
	color: #777;
	float: left;
	width: 75px;
	font-size: 9px;
	padding: 3px 0 0 0;
}
