/* ===========
Autor:   Teno Ilves
Kuup:    Juuni, 2006
============= */


/* 		EdLauri foto-reklaam stiilileht
============================*/

/*============ LEHE ASUKOHT ==*/
html, body { 
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	}
				 
table { 
	width: 100%;
	height: 100%;
	}
		 
td {
	vertical-align: middle;
	 text-align: center;	
	}	 

#yldraam { 
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	height: 570px;
	}	

/*=============== ÜLEMINE ===*/
#ylem{
	position: absolute;
	width: 718px;
	height: 83px;
	background-image: url(../fotod/pulmad/pulmadYlem.png);
	}

#ylemMenyy {
	margin: 14px 0 0 471px;
	width: 220px;
	height: 35px;
	padding: 0em;
	}



/*=============== VASAK ===*/
#vasak {
	position: absolute;
	top: 83px;
	left: 0px;
	width: 127px;
	height: 485px;
	background-image: url(../fotod/reklaam/reklaamVasak.png);
	}
			

#vasakMenyy {
	margin: 87px 0 0 28px;
	padding: 0;
	}

#vasakAlum {
	margin: 267px 0 0 5px;
	padding-left: 2px;
	}


/*=============== SISU ===*/
#Reklaamtekst {
	position: absolute;
	top: 83px;
	left: 127px;
	width: 591px;
	height: 485px;
	background-image: url(../fotod/reklaam/reklaamSisu.png);
	}
	
#tekst {
	position: absolute;
	width: 288px;
	height: 450px;
	top: 5px;
	left: 22px;
	padding-right: 0.5em;
	overflow: auto;
	}

#tekst h1 {
	font-style: italic;
	color: #C0CD56;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	margin: 0.3em 0 1em 0;
	padding: 0;
	}	

#tekst p {
	font-style: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: justify;
	line-height: 130%;
	margin: 0em 0.1em 1em 0.1em;
	}

#tekst ul {
	list-style-type: none;
	text-align: left;
	margin: -10px 0 0 20px;
	padding: 0;
	}

* html #tekst ul {line-height: 100%;}

#tekst ul li a {
	background: transparent url(../fotod/reklaam/nupp.png) no-repeat left center;
	padding-left: 11px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bolder;
	font-style: italic;
	text-decoration: none;
	color: #A2AF36;
	}

#tekst ul li a:hover {
	background: transparent url(../fotod/reklaam/nuppHover.png) no-repeat left center;
	color: #3A3A3A;
	}

#tekst ul li a:visited {
	font-style: italic;
	font-weight: bolder;
	color: #D9E85B;
	}
